@sapienx/agentos 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/bin/agentos.js +214 -1
- package/bundle/.next/BUILD_ID +1 -1
- package/bundle/.next/app-path-routes-manifest.json +9 -8
- package/bundle/.next/build-manifest.json +2 -2
- package/bundle/.next/routes-manifest.json +6 -0
- package/bundle/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/_global-error.html +2 -2
- package/bundle/.next/server/app/_global-error.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/_not-found.html +1 -1
- package/bundle/.next/server/app/_not-found.rsc +2 -2
- package/bundle/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/bundle/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/bundle/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/bundle/.next/server/app/api/agents/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/diagnostics/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/diagnostics/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/files/reveal/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/gateway/control/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/gateway/control/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/mission/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/mission/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/onboarding/models/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/onboarding/models/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/onboarding/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/onboarding/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/deploy/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/simulate/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/turn/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/turn/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/planner/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/reset/route.js +3 -0
- package/bundle/.next/server/app/api/reset/route.js.nft.json +1 -0
- package/bundle/.next/server/app/api/reset/route_client-reference-manifest.js +1 -0
- package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/runtimes/[runtimeId]/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/settings/gateway/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/settings/gateway/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/settings/workspace-root/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/settings/workspace-root/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/snapshot/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/snapshot/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/stream/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/stream/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/system/open-terminal/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/update/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/workspaces/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/page.js +11 -8
- package/bundle/.next/server/app/page.js.nft.json +1 -1
- package/bundle/.next/server/app/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app-paths-manifest.json +9 -8
- package/bundle/.next/server/chunks/907.js +22 -22
- package/bundle/.next/server/functions-config-manifest.json +1 -0
- package/bundle/.next/server/pages/404.html +1 -1
- package/bundle/.next/server/pages/500.html +2 -2
- package/bundle/.next/static/chunks/632-05d72f27d1a1075e.js +13 -0
- package/bundle/.next/static/chunks/app/{_not-found/page-0d1d1bc0507fcf1d.js → _global-error/page-b01b0a6fdf60f7fe.js} +1 -1
- package/bundle/.next/static/chunks/app/{api/agents/route-0d1d1bc0507fcf1d.js → _not-found/page-b01b0a6fdf60f7fe.js} +1 -1
- package/bundle/.next/static/chunks/app/api/{diagnostics/route-0d1d1bc0507fcf1d.js → agents/route-b01b0a6fdf60f7fe.js} +1 -1
- package/bundle/.next/static/chunks/app/{_global-error/page-0d1d1bc0507fcf1d.js → api/diagnostics/route-b01b0a6fdf60f7fe.js} +1 -1
- package/bundle/.next/static/chunks/app/api/files/reveal/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/gateway/control/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/mission/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/onboarding/models/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/onboarding/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/deploy/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/simulate/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/turn/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/reset/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/runtimes/[runtimeId]/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/settings/gateway/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/settings/workspace-root/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/snapshot/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/stream/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/system/open-terminal/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/update/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/workspaces/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/not-found-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/page-2cb34a431e05ffbc.js +14 -0
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/app-error-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/forbidden-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/css/b437564fd435ab82.css +3 -0
- package/bundle/.next/static/vVu-6A-oCIV07uAZGrTop/_buildManifest.js +1 -0
- package/package.json +1 -1
- package/bundle/.next/static/VOlzZmzuIhPpxC4007UHA/_buildManifest.js +0 -1
- package/bundle/.next/static/chunks/329-1f8436466b6b9b86.js +0 -13
- package/bundle/.next/static/chunks/app/api/files/reveal/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/gateway/control/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/mission/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/onboarding/models/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/onboarding/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/deploy/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/simulate/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/turn/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/runtimes/[runtimeId]/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/settings/gateway/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/settings/workspace-root/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/snapshot/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/stream/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/system/open-terminal/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/update/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/workspaces/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/not-found-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/page-9b9885753576b25c.js +0 -11
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/app-error-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/forbidden-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/unauthorized-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/css/fafac7874e0b1aad.css +0 -3
- /package/bundle/.next/static/{VOlzZmzuIhPpxC4007UHA → vVu-6A-oCIV07uAZGrTop}/_ssgManifest.js +0 -0
package/README.md
CHANGED
|
@@ -20,6 +20,7 @@ Optional flags:
|
|
|
20
20
|
agentos start --port 3000 --host 127.0.0.1
|
|
21
21
|
agentos start --port 3000 --host 127.0.0.1 --open
|
|
22
22
|
agentos doctor
|
|
23
|
+
agentos uninstall
|
|
23
24
|
```
|
|
24
25
|
|
|
25
26
|
Optional environment variables:
|
|
@@ -32,4 +33,6 @@ AGENTOS_OPEN=1
|
|
|
32
33
|
|
|
33
34
|
`agentos doctor` prints the effective URL, bundle status, Node.js compatibility, OpenClaw detection, and browser auto-open support.
|
|
34
35
|
|
|
36
|
+
`agentos uninstall` removes a release-installer copy. If the package was installed with `pnpm` or `npm`, remove it with your package manager instead.
|
|
37
|
+
|
|
35
38
|
AgentOS is designed to work with a local OpenClaw installation. If OpenClaw is missing, AgentOS still starts and guides onboarding in the UI.
|
package/bin/agentos.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
import { spawn, spawnSync } from "node:child_process";
|
|
4
|
-
import { existsSync } from "node:fs";
|
|
4
|
+
import { existsSync, readFileSync } from "node:fs";
|
|
5
|
+
import { createInterface } from "node:readline/promises";
|
|
5
6
|
import os from "node:os";
|
|
6
7
|
import path from "node:path";
|
|
7
8
|
import process from "node:process";
|
|
@@ -14,6 +15,8 @@ const bundleDir = path.join(packageRoot, "bundle");
|
|
|
14
15
|
const bundledServerPath = path.join(bundleDir, "server.js");
|
|
15
16
|
|
|
16
17
|
const packageJson = JSON.parse(await readTextFile(packageJsonPath));
|
|
18
|
+
const defaultInstallRoot = path.join(os.homedir(), ".agentos");
|
|
19
|
+
const defaultBinDir = path.join(os.homedir(), ".local", "bin");
|
|
17
20
|
|
|
18
21
|
main().catch((error) => {
|
|
19
22
|
console.error(error instanceof Error ? error.message : String(error));
|
|
@@ -44,6 +47,16 @@ async function main() {
|
|
|
44
47
|
return;
|
|
45
48
|
}
|
|
46
49
|
|
|
50
|
+
if (firstArg === "uninstall") {
|
|
51
|
+
if (args[1] === "--help" || args[1] === "-h" || args[1] === "help") {
|
|
52
|
+
printUninstallHelp();
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
await runUninstall(args.slice(1));
|
|
57
|
+
return;
|
|
58
|
+
}
|
|
59
|
+
|
|
47
60
|
if (firstArg === "start") {
|
|
48
61
|
await startServer(args.slice(1));
|
|
49
62
|
return;
|
|
@@ -233,6 +246,23 @@ function parseStartArgs(rawArgs) {
|
|
|
233
246
|
return options;
|
|
234
247
|
}
|
|
235
248
|
|
|
249
|
+
function parseUninstallArgs(rawArgs) {
|
|
250
|
+
const options = {
|
|
251
|
+
yes: false
|
|
252
|
+
};
|
|
253
|
+
|
|
254
|
+
for (const arg of rawArgs) {
|
|
255
|
+
if (arg === "--yes" || arg === "-y") {
|
|
256
|
+
options.yes = true;
|
|
257
|
+
continue;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
throw new Error(`Unknown argument: ${arg}`);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
return options;
|
|
264
|
+
}
|
|
265
|
+
|
|
236
266
|
function assertPort(value) {
|
|
237
267
|
if (!value || !/^\d+$/.test(value)) {
|
|
238
268
|
throw new Error("Expected a numeric value after --port.");
|
|
@@ -329,6 +359,7 @@ Usage:
|
|
|
329
359
|
agentos
|
|
330
360
|
agentos start --port 3000 --host 127.0.0.1 --open
|
|
331
361
|
agentos doctor
|
|
362
|
+
agentos uninstall [--yes]
|
|
332
363
|
agentos --version
|
|
333
364
|
|
|
334
365
|
Options:
|
|
@@ -339,6 +370,18 @@ Options:
|
|
|
339
370
|
`);
|
|
340
371
|
}
|
|
341
372
|
|
|
373
|
+
function printUninstallHelp() {
|
|
374
|
+
console.log(`Remove an AgentOS release installation.
|
|
375
|
+
|
|
376
|
+
Usage:
|
|
377
|
+
agentos uninstall
|
|
378
|
+
agentos uninstall --yes
|
|
379
|
+
|
|
380
|
+
Options:
|
|
381
|
+
--yes, -y Skip the confirmation prompt
|
|
382
|
+
`);
|
|
383
|
+
}
|
|
384
|
+
|
|
342
385
|
function createRelay(target, options, url, browserOpener, browserState) {
|
|
343
386
|
return (chunk) => {
|
|
344
387
|
const text = chunk.toString();
|
|
@@ -427,3 +470,173 @@ async function readTextFile(filePath) {
|
|
|
427
470
|
const { readFile } = await import("node:fs/promises");
|
|
428
471
|
return readFile(filePath, "utf8");
|
|
429
472
|
}
|
|
473
|
+
|
|
474
|
+
async function runUninstall(rawArgs) {
|
|
475
|
+
const options = parseUninstallArgs(rawArgs);
|
|
476
|
+
const install = inspectInstallation();
|
|
477
|
+
|
|
478
|
+
if (install.kind === "package-manager") {
|
|
479
|
+
printPackageManagerUninstallGuidance();
|
|
480
|
+
return;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
if (install.kind === "source") {
|
|
484
|
+
console.log("This AgentOS copy looks like a source checkout, not a release installation.");
|
|
485
|
+
console.log(`Delete the checkout manually if you want to remove it: ${findRepoRoot()}`);
|
|
486
|
+
return;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
if (!options.yes) {
|
|
490
|
+
const confirmed = await confirmUninstall(install);
|
|
491
|
+
|
|
492
|
+
if (!confirmed) {
|
|
493
|
+
console.log("Uninstall cancelled.");
|
|
494
|
+
return;
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
const removedPaths = [];
|
|
499
|
+
|
|
500
|
+
if (await removePathIfExists(install.packagePath)) {
|
|
501
|
+
removedPaths.push(install.packagePath);
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
if (install.launcherPath && (await removePathIfExists(install.launcherPath))) {
|
|
505
|
+
removedPaths.push(install.launcherPath);
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
await removeDirectoryIfEmpty(install.installRoot);
|
|
509
|
+
|
|
510
|
+
if (removedPaths.length === 0) {
|
|
511
|
+
console.log("No removable AgentOS release files were found.");
|
|
512
|
+
return;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
console.log("Removed AgentOS release installation:");
|
|
516
|
+
|
|
517
|
+
for (const removedPath of removedPaths) {
|
|
518
|
+
console.log(`- ${removedPath}`);
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
if (!install.launcherPath) {
|
|
522
|
+
console.log(`No managed launcher was detected on PATH. If you used a custom bin directory, remove that launcher manually.`);
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
function inspectInstallation() {
|
|
527
|
+
if (path.basename(packageRoot) === "package") {
|
|
528
|
+
return {
|
|
529
|
+
kind: "release",
|
|
530
|
+
installRoot: path.dirname(packageRoot),
|
|
531
|
+
packagePath: packageRoot,
|
|
532
|
+
launcherPath: detectManagedLauncher(packageRoot)
|
|
533
|
+
};
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
if (packageRoot.includes(`${path.sep}node_modules${path.sep}`) || packageRoot.includes(`${path.sep}.pnpm${path.sep}`)) {
|
|
537
|
+
return {
|
|
538
|
+
kind: "package-manager"
|
|
539
|
+
};
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
return {
|
|
543
|
+
kind: "source"
|
|
544
|
+
};
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
function printPackageManagerUninstallGuidance() {
|
|
548
|
+
console.log("This AgentOS install appears to come from a package manager.");
|
|
549
|
+
console.log("Remove it with one of:");
|
|
550
|
+
console.log(" pnpm remove -g @sapienx/agentos");
|
|
551
|
+
console.log(" npm uninstall -g @sapienx/agentos");
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
function findRepoRoot() {
|
|
555
|
+
return path.resolve(packageRoot, "..", "..");
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
function detectManagedLauncher(installedPackagePath) {
|
|
559
|
+
const scriptMarker = normalizeForMatch(path.join(installedPackagePath, "bin", "agentos.js"));
|
|
560
|
+
const candidates = new Set([
|
|
561
|
+
resolveCommandPath("agentos"),
|
|
562
|
+
path.join(defaultBinDir, "agentos")
|
|
563
|
+
]);
|
|
564
|
+
|
|
565
|
+
for (const candidate of candidates) {
|
|
566
|
+
if (!candidate || !existsSync(candidate)) {
|
|
567
|
+
continue;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
try {
|
|
571
|
+
const contents = readFileSync(candidate, "utf8");
|
|
572
|
+
|
|
573
|
+
if (normalizeForMatch(contents).includes(scriptMarker)) {
|
|
574
|
+
return candidate;
|
|
575
|
+
}
|
|
576
|
+
} catch {
|
|
577
|
+
continue;
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
return null;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
function normalizeForMatch(value) {
|
|
585
|
+
return value.replaceAll("\\", "/");
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
async function confirmUninstall(install) {
|
|
589
|
+
if (!process.stdin.isTTY || !process.stdout.isTTY) {
|
|
590
|
+
throw new Error("Refusing to uninstall without --yes in a non-interactive terminal.");
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
console.log("AgentOS release uninstall");
|
|
594
|
+
console.log(`Package: ${install.packagePath}`);
|
|
595
|
+
|
|
596
|
+
if (install.launcherPath) {
|
|
597
|
+
console.log(`Launcher: ${install.launcherPath}`);
|
|
598
|
+
} else {
|
|
599
|
+
console.log(`Launcher: not detected on PATH`);
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
const readline = createInterface({
|
|
603
|
+
input: process.stdin,
|
|
604
|
+
output: process.stdout
|
|
605
|
+
});
|
|
606
|
+
|
|
607
|
+
try {
|
|
608
|
+
const answer = await readline.question("Remove these files? [y/N] ");
|
|
609
|
+
return /^y(es)?$/i.test(answer.trim());
|
|
610
|
+
} finally {
|
|
611
|
+
readline.close();
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
async function removePathIfExists(targetPath) {
|
|
616
|
+
const { rm } = await import("node:fs/promises");
|
|
617
|
+
|
|
618
|
+
if (!existsSync(targetPath)) {
|
|
619
|
+
return false;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
await rm(targetPath, {
|
|
623
|
+
recursive: true,
|
|
624
|
+
force: true
|
|
625
|
+
});
|
|
626
|
+
|
|
627
|
+
return true;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
async function removeDirectoryIfEmpty(targetPath) {
|
|
631
|
+
const { readdir, rmdir } = await import("node:fs/promises");
|
|
632
|
+
|
|
633
|
+
if (!existsSync(targetPath)) {
|
|
634
|
+
return;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
const entries = await readdir(targetPath);
|
|
638
|
+
|
|
639
|
+
if (entries.length === 0) {
|
|
640
|
+
await rmdir(targetPath);
|
|
641
|
+
}
|
|
642
|
+
}
|
package/bundle/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
vVu-6A-oCIV07uAZGrTop
|
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"/_not-found/page": "/_not-found",
|
|
3
2
|
"/_global-error/page": "/_global-error",
|
|
3
|
+
"/_not-found/page": "/_not-found",
|
|
4
4
|
"/api/mission/route": "/api/mission",
|
|
5
|
+
"/api/gateway/control/route": "/api/gateway/control",
|
|
5
6
|
"/api/files/reveal/route": "/api/files/reveal",
|
|
6
7
|
"/api/agents/route": "/api/agents",
|
|
7
|
-
"/api/
|
|
8
|
-
"/api/gateway/control/route": "/api/gateway/control",
|
|
9
|
-
"/api/planner/[planId]/route": "/api/planner/[planId]",
|
|
8
|
+
"/api/planner/[planId]/turn/route": "/api/planner/[planId]/turn",
|
|
10
9
|
"/api/planner/[planId]/deploy/route": "/api/planner/[planId]/deploy",
|
|
10
|
+
"/api/planner/[planId]/route": "/api/planner/[planId]",
|
|
11
11
|
"/api/planner/[planId]/simulate/route": "/api/planner/[planId]/simulate",
|
|
12
|
+
"/api/diagnostics/route": "/api/diagnostics",
|
|
12
13
|
"/api/runtimes/[runtimeId]/route": "/api/runtimes/[runtimeId]",
|
|
13
|
-
"/api/settings/gateway/route": "/api/settings/gateway",
|
|
14
14
|
"/api/planner/route": "/api/planner",
|
|
15
|
-
"/api/
|
|
15
|
+
"/api/reset/route": "/api/reset",
|
|
16
|
+
"/api/settings/gateway/route": "/api/settings/gateway",
|
|
16
17
|
"/api/settings/workspace-root/route": "/api/settings/workspace-root",
|
|
17
|
-
"/api/snapshot/route": "/api/snapshot",
|
|
18
18
|
"/api/system/open-terminal/route": "/api/system/open-terminal",
|
|
19
|
+
"/api/snapshot/route": "/api/snapshot",
|
|
19
20
|
"/api/stream/route": "/api/stream",
|
|
20
21
|
"/api/onboarding/route": "/api/onboarding",
|
|
21
|
-
"/api/update/route": "/api/update",
|
|
22
22
|
"/api/onboarding/models/route": "/api/onboarding/models",
|
|
23
|
+
"/api/update/route": "/api/update",
|
|
23
24
|
"/api/workspaces/route": "/api/workspaces",
|
|
24
25
|
"/page": "/"
|
|
25
26
|
}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
],
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"lowPriorityFiles": [
|
|
7
|
-
"static/
|
|
8
|
-
"static/
|
|
7
|
+
"static/vVu-6A-oCIV07uAZGrTop/_buildManifest.js",
|
|
8
|
+
"static/vVu-6A-oCIV07uAZGrTop/_ssgManifest.js"
|
|
9
9
|
],
|
|
10
10
|
"rootMainFiles": [
|
|
11
11
|
"static/chunks/webpack-032b5b42e067a790.js",
|
|
@@ -129,6 +129,12 @@
|
|
|
129
129
|
"routeKeys": {},
|
|
130
130
|
"namedRegex": "^/api/planner(?:/)?$"
|
|
131
131
|
},
|
|
132
|
+
{
|
|
133
|
+
"page": "/api/reset",
|
|
134
|
+
"regex": "^/api/reset(?:/)?$",
|
|
135
|
+
"routeKeys": {},
|
|
136
|
+
"namedRegex": "^/api/reset(?:/)?$"
|
|
137
|
+
},
|
|
132
138
|
{
|
|
133
139
|
"page": "/api/settings/gateway",
|
|
134
140
|
"regex": "^/api/settings/gateway(?:/)?$",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1493":{"*":{"id":"9511","name":"*","chunks":[],"async":false}},"2212":{"*":{"id":"6136","name":"*","chunks":[],"async":false}},"2629":{"*":{"id":"9711","name":"*","chunks":[],"async":false}},"3941":{"*":{"id":"5669","name":"*","chunks":[],"async":false}},"4001":{"*":{"id":"7581","name":"*","chunks":[],"async":false}},"4600":{"*":{"id":"3926","name":"*","chunks":[],"async":false}},"5072":{"*":{"id":"3020","name":"*","chunks":[],"async":false}},"6163":{"*":{"id":"7809","name":"*","chunks":[],"async":false}},"6552":{"*":{"id":"1992","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"5225","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6163,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6163,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":6552,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":6552,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4600,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4600,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":4001,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4001,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1493,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1493,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":2212,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":2212,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3941,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3941,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/globals.css":{"id":6728,"name":"*","chunks":["273","static/chunks/273-31916bcd40e3f381.js","177","static/chunks/app/layout-f29ac7241aef5824.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/components/ui/sonner.tsx":{"id":2629,"name":"*","chunks":["273","static/chunks/273-31916bcd40e3f381.js","177","static/chunks/app/layout-f29ac7241aef5824.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/components/mission-control/mission-control-shell.tsx":{"id":5072,"name":"*","chunks":["708","static/chunks/4a846800-ac18ff898328f8a0.js","273","static/chunks/273-31916bcd40e3f381.js","632","static/chunks/632-05d72f27d1a1075e.js","974","static/chunks/app/page-2cb34a431e05ffbc.js"],"async":false}},"entryCSSFiles":{"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/not-found":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/layout":[{"inlined":false,"path":"static/css/b437564fd435ab82.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/_global-error/page":[]},"rscModuleMapping":{"1493":{"*":{"id":"2757","name":"*","chunks":[],"async":false}},"2212":{"*":{"id":"7786","name":"*","chunks":[],"async":false}},"2629":{"*":{"id":"2721","name":"*","chunks":[],"async":false}},"3941":{"*":{"id":"107","name":"*","chunks":[],"async":false}},"4001":{"*":{"id":"3467","name":"*","chunks":[],"async":false}},"4600":{"*":{"id":"4612","name":"*","chunks":[],"async":false}},"5072":{"*":{"id":"9787","name":"*","chunks":[],"async":false}},"6163":{"*":{"id":"5987","name":"*","chunks":[],"async":false}},"6552":{"*":{"id":"3394","name":"*","chunks":[],"async":false}},"6728":{"*":{"id":"216","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"3051","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
2
|
-
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-032b5b42e067a790.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[4001,[],\"\"]\n3:I[1493,[],\"\"]\n4:I[2212,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[2212,[],\"ViewportBoundary\"]\n9:I[2212,[],\"MetadataBoundary\"]\nb:I[6163,[],\"\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"
|
|
1
|
+
<!DOCTYPE html><!--vVu_6A_oCIV07uAZGrTop--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-032b5b42e067a790.js"/><script src="/_next/static/chunks/474f1956-ebf51c0dd00ff236.js" async=""></script><script src="/_next/static/chunks/26-8f7c2b7e8773b4cb.js" async=""></script><script src="/_next/static/chunks/main-app-9229332086036e25.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
|
2
|
+
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-032b5b42e067a790.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[4001,[],\"\"]\n3:I[1493,[],\"\"]\n4:I[2212,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[2212,[],\"ViewportBoundary\"]\n9:I[2212,[],\"MetadataBoundary\"]\nb:I[6163,[],\"\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"vVu-6A-oCIV07uAZGrTop\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{}]}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"main\",null,{\"className\":\"flex min-h-screen items-center justify-center bg-[#050816] px-6 text-white\",\"children\":[\"$\",\"div\",null,{\"className\":\"rounded-[24px] border border-white/10 bg-white/[0.03] px-8 py-10 text-center shadow-[0_24px_80px_rgba(0,0,0,0.35)] backdrop-blur-xl\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-[11px] uppercase tracking-[0.32em] text-slate-500\",\"children\":\"OpenClaw\"}],[\"$\",\"h1\",null,{\"className\":\"mt-3 font-display text-3xl\",\"children\":\"Page not found\"}],[\"$\",\"p\",null,{\"className\":\"mt-3 max-w-md text-sm leading-6 text-slate-400\",\"children\":\"The requested mission-control route does not exist in this workspace.\"}]]}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
7:I[2212,[],"ViewportBoundary"]
|
|
7
7
|
9:I[2212,[],"MetadataBoundary"]
|
|
8
8
|
b:I[6163,[],""]
|
|
9
|
-
0:{"P":null,"b":"
|
|
9
|
+
0:{"P":null,"b":"vVu-6A-oCIV07uAZGrTop","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{}]}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","main",null,{"className":"flex min-h-screen items-center justify-center bg-[#050816] px-6 text-white","children":["$","div",null,{"className":"rounded-[24px] border border-white/10 bg-white/[0.03] px-8 py-10 text-center shadow-[0_24px_80px_rgba(0,0,0,0.35)] backdrop-blur-xl","children":[["$","p",null,{"className":"text-[11px] uppercase tracking-[0.32em] text-slate-500","children":"OpenClaw"}],["$","h1",null,{"className":"mt-3 font-display text-3xl","children":"Page not found"}],["$","p",null,{"className":"mt-3 max-w-md text-sm leading-6 text-slate-400","children":"The requested mission-control route does not exist in this workspace."}]]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b",[]],"S":true}
|
|
10
10
|
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
11
|
6:null
|
|
12
12
|
a:[]
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
7:I[2212,[],"ViewportBoundary"]
|
|
7
7
|
9:I[2212,[],"MetadataBoundary"]
|
|
8
8
|
b:I[6163,[],""]
|
|
9
|
-
0:{"P":null,"b":"
|
|
9
|
+
0:{"P":null,"b":"vVu-6A-oCIV07uAZGrTop","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{}]}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","main",null,{"className":"flex min-h-screen items-center justify-center bg-[#050816] px-6 text-white","children":["$","div",null,{"className":"rounded-[24px] border border-white/10 bg-white/[0.03] px-8 py-10 text-center shadow-[0_24px_80px_rgba(0,0,0,0.35)] backdrop-blur-xl","children":[["$","p",null,{"className":"text-[11px] uppercase tracking-[0.32em] text-slate-500","children":"OpenClaw"}],["$","h1",null,{"className":"mt-3 font-display text-3xl","children":"Page not found"}],["$","p",null,{"className":"mt-3 max-w-md text-sm leading-6 text-slate-400","children":"The requested mission-control route does not exist in this workspace."}]]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b",[]],"S":true}
|
|
10
10
|
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
11
|
6:null
|
|
12
12
|
a:[]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[2212,[],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"vVu-6A-oCIV07uAZGrTop","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
|
5
5
|
4:null
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[4001,[],""]
|
|
3
3
|
3:I[1493,[],""]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"vVu-6A-oCIV07uAZGrTop","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[2212,[],"ViewportBoundary"]
|
|
3
3
|
3:I[2212,[],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
0:{"buildId":"
|
|
5
|
+
0:{"buildId":"vVu-6A-oCIV07uAZGrTop","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],null]}],"loading":null,"isPartial":false}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[4001,[],""]
|
|
3
3
|
3:I[1493,[],""]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"vVu-6A-oCIV07uAZGrTop","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[["$","main",null,{"className":"flex min-h-screen items-center justify-center bg-[#050816] px-6 text-white","children":["$","div",null,{"className":"rounded-[24px] border border-white/10 bg-white/[0.03] px-8 py-10 text-center shadow-[0_24px_80px_rgba(0,0,0,0.35)] backdrop-blur-xl","children":[["$","p",null,{"className":"text-[11px] uppercase tracking-[0.32em] text-slate-500","children":"OpenClaw"}],["$","h1",null,{"className":"mt-3 font-display text-3xl","children":"Page not found"}],["$","p",null,{"className":"mt-3 max-w-md text-sm leading-6 text-slate-400","children":"The requested mission-control route does not exist in this workspace."}]]}]}],[]]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0:{"buildId":"
|
|
1
|
+
0:{"buildId":"vVu-6A-oCIV07uAZGrTop","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"_global-error","paramType":null,"paramKey":"_global-error","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1493":{"*":{"id":"9511","name":"*","chunks":[],"async":false}},"2212":{"*":{"id":"6136","name":"*","chunks":[],"async":false}},"2629":{"*":{"id":"9711","name":"*","chunks":[],"async":false}},"3941":{"*":{"id":"5669","name":"*","chunks":[],"async":false}},"4001":{"*":{"id":"7581","name":"*","chunks":[],"async":false}},"4600":{"*":{"id":"3926","name":"*","chunks":[],"async":false}},"5072":{"*":{"id":"3020","name":"*","chunks":[],"async":false}},"6163":{"*":{"id":"7809","name":"*","chunks":[],"async":false}},"6552":{"*":{"id":"1992","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"5225","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6163,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6163,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":6552,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":6552,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4600,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4600,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":4001,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4001,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1493,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1493,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":2212,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":2212,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3941,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3941,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/globals.css":{"id":6728,"name":"*","chunks":["273","static/chunks/273-31916bcd40e3f381.js","177","static/chunks/app/layout-f29ac7241aef5824.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/components/ui/sonner.tsx":{"id":2629,"name":"*","chunks":["273","static/chunks/273-31916bcd40e3f381.js","177","static/chunks/app/layout-f29ac7241aef5824.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/components/mission-control/mission-control-shell.tsx":{"id":5072,"name":"*","chunks":["708","static/chunks/4a846800-ac18ff898328f8a0.js","273","static/chunks/273-31916bcd40e3f381.js","632","static/chunks/632-05d72f27d1a1075e.js","974","static/chunks/app/page-2cb34a431e05ffbc.js"],"async":false}},"entryCSSFiles":{"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/not-found":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/layout":[{"inlined":false,"path":"static/css/b437564fd435ab82.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/_not-found/page":[]},"rscModuleMapping":{"1493":{"*":{"id":"2757","name":"*","chunks":[],"async":false}},"2212":{"*":{"id":"7786","name":"*","chunks":[],"async":false}},"2629":{"*":{"id":"2721","name":"*","chunks":[],"async":false}},"3941":{"*":{"id":"107","name":"*","chunks":[],"async":false}},"4001":{"*":{"id":"3467","name":"*","chunks":[],"async":false}},"4600":{"*":{"id":"4612","name":"*","chunks":[],"async":false}},"5072":{"*":{"id":"9787","name":"*","chunks":[],"async":false}},"6163":{"*":{"id":"5987","name":"*","chunks":[],"async":false}},"6552":{"*":{"id":"3394","name":"*","chunks":[],"async":false}},"6728":{"*":{"id":"216","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"3051","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|