@sapienx/agentos 0.4.7 → 0.5.2

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.
Files changed (115) hide show
  1. package/README.md +6 -0
  2. package/bin/agentos.js +86 -16
  3. package/bundle/.next/BUILD_ID +1 -1
  4. package/bundle/.next/app-path-routes-manifest.json +10 -10
  5. package/bundle/.next/build-manifest.json +2 -2
  6. package/bundle/.next/required-server-files.json +7 -0
  7. package/bundle/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  8. package/bundle/.next/server/app/_global-error.html +1 -1
  9. package/bundle/.next/server/app/_global-error.rsc +1 -1
  10. package/bundle/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  11. package/bundle/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  12. package/bundle/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  13. package/bundle/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  14. package/bundle/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  15. package/bundle/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  16. package/bundle/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  17. package/bundle/.next/server/app/_not-found.html +1 -1
  18. package/bundle/.next/server/app/_not-found.rsc +2 -2
  19. package/bundle/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  20. package/bundle/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  21. package/bundle/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  22. package/bundle/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  23. package/bundle/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  24. package/bundle/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  25. package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js +5 -5
  26. package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js.nft.json +1 -1
  27. package/bundle/.next/server/app/api/agents/route.js +1 -1
  28. package/bundle/.next/server/app/api/agents/route.js.nft.json +1 -1
  29. package/bundle/.next/server/app/api/diagnostics/route.js +1 -1
  30. package/bundle/.next/server/app/api/diagnostics/route.js.nft.json +1 -1
  31. package/bundle/.next/server/app/api/files/reveal/route.js +1 -1
  32. package/bundle/.next/server/app/api/gateway/control/route.js +1 -1
  33. package/bundle/.next/server/app/api/gateway/control/route.js.nft.json +1 -1
  34. package/bundle/.next/server/app/api/mission/route.js +1 -1
  35. package/bundle/.next/server/app/api/mission/route.js.nft.json +1 -1
  36. package/bundle/.next/server/app/api/models/catalog/route.js +1 -2
  37. package/bundle/.next/server/app/api/models/catalog/route.js.nft.json +1 -1
  38. package/bundle/.next/server/app/api/models/providers/route.js +1 -2
  39. package/bundle/.next/server/app/api/models/providers/route.js.nft.json +1 -1
  40. package/bundle/.next/server/app/api/onboarding/models/route.js +8 -10
  41. package/bundle/.next/server/app/api/onboarding/models/route.js.nft.json +1 -1
  42. package/bundle/.next/server/app/api/onboarding/route.js +6 -7
  43. package/bundle/.next/server/app/api/onboarding/route.js.nft.json +1 -1
  44. package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js +1 -1
  45. package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js.nft.json +1 -1
  46. package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js +1 -1
  47. package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js.nft.json +1 -1
  48. package/bundle/.next/server/app/api/planner/[planId]/route.js +1 -1
  49. package/bundle/.next/server/app/api/planner/[planId]/route.js.nft.json +1 -1
  50. package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js +1 -1
  51. package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js.nft.json +1 -1
  52. package/bundle/.next/server/app/api/planner/[planId]/turn/route.js +1 -1
  53. package/bundle/.next/server/app/api/planner/[planId]/turn/route.js.nft.json +1 -1
  54. package/bundle/.next/server/app/api/planner/route.js +1 -1
  55. package/bundle/.next/server/app/api/planner/route.js.nft.json +1 -1
  56. package/bundle/.next/server/app/api/reset/route.js +2 -2
  57. package/bundle/.next/server/app/api/reset/route.js.nft.json +1 -1
  58. package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js +1 -1
  59. package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js.nft.json +1 -1
  60. package/bundle/.next/server/app/api/settings/gateway/route.js +1 -1
  61. package/bundle/.next/server/app/api/settings/gateway/route.js.nft.json +1 -1
  62. package/bundle/.next/server/app/api/settings/openclaw-binary/route.js +1 -1
  63. package/bundle/.next/server/app/api/settings/openclaw-binary/route.js.nft.json +1 -1
  64. package/bundle/.next/server/app/api/settings/workspace-root/route.js +1 -1
  65. package/bundle/.next/server/app/api/settings/workspace-root/route.js.nft.json +1 -1
  66. package/bundle/.next/server/app/api/snapshot/route.js +1 -1
  67. package/bundle/.next/server/app/api/snapshot/route.js.nft.json +1 -1
  68. package/bundle/.next/server/app/api/stream/route.js +2 -2
  69. package/bundle/.next/server/app/api/stream/route.js.nft.json +1 -1
  70. package/bundle/.next/server/app/api/system/open-terminal/route.js +1 -1
  71. package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js +1 -1
  72. package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js.nft.json +1 -1
  73. package/bundle/.next/server/app/api/tasks/[taskId]/control/route.js +1 -1
  74. package/bundle/.next/server/app/api/tasks/[taskId]/control/route.js.nft.json +1 -1
  75. package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js +2 -2
  76. package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js.nft.json +1 -1
  77. package/bundle/.next/server/app/api/update/route.js +2 -2
  78. package/bundle/.next/server/app/api/update/route.js.nft.json +1 -1
  79. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js +1 -1
  80. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js.nft.json +1 -1
  81. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js +1 -1
  82. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js.nft.json +1 -1
  83. package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js +1 -1
  84. package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js.nft.json +1 -1
  85. package/bundle/.next/server/app/api/workspaces/[workspaceId]/files/route.js.nft.json +1 -1
  86. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js +1 -1
  87. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js.nft.json +1 -1
  88. package/bundle/.next/server/app/api/workspaces/route.js +2 -2
  89. package/bundle/.next/server/app/api/workspaces/route.js.nft.json +1 -1
  90. package/bundle/.next/server/app/page.js +1 -1
  91. package/bundle/.next/server/app/page.js.nft.json +1 -1
  92. package/bundle/.next/server/app/page_client-reference-manifest.js +1 -1
  93. package/bundle/.next/server/app/settings/page.js +1 -1
  94. package/bundle/.next/server/app/settings/page.js.nft.json +1 -1
  95. package/bundle/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  96. package/bundle/.next/server/app-paths-manifest.json +10 -10
  97. package/bundle/.next/server/chunks/4767.js +281 -0
  98. package/bundle/.next/server/chunks/5151.js +3 -3
  99. package/bundle/.next/server/chunks/5831.js +2 -0
  100. package/bundle/.next/server/chunks/6639.js +7 -7
  101. package/bundle/.next/server/chunks/7125.js +35 -35
  102. package/bundle/.next/server/chunks/7639.js +1 -1
  103. package/bundle/.next/server/middleware-build-manifest.js +1 -1
  104. package/bundle/.next/server/middleware.js +1 -1
  105. package/bundle/.next/server/pages/404.html +1 -1
  106. package/bundle/.next/server/pages/500.html +1 -1
  107. package/bundle/.next/static/chunks/7442-f5f805e43da2c5b6.js +188 -0
  108. package/bundle/.next/static/css/7b10ac9fa66d7c17.css +3 -0
  109. package/bundle/server.js +1 -1
  110. package/package.json +1 -1
  111. package/bundle/.next/server/chunks/3816.js +0 -280
  112. package/bundle/.next/static/chunks/7442-edd29c3664c12f82.js +0 -188
  113. package/bundle/.next/static/css/91a0269a0b865189.css +0 -3
  114. /package/bundle/.next/static/{iPRBqdKl76C39456l6e-i → uAxTxVvm7tdXyEJ7SnLpD}/_buildManifest.js +0 -0
  115. /package/bundle/.next/static/{iPRBqdKl76C39456l6e-i → uAxTxVvm7tdXyEJ7SnLpD}/_ssgManifest.js +0 -0
package/README.md CHANGED
@@ -52,3 +52,9 @@ If AgentOS was installed with `pnpm` or `npm`, update commands only print the ma
52
52
  `agentos uninstall` removes a release-installer copy. If the package was installed with `pnpm` or `npm`, remove it with your package manager instead.
53
53
 
54
54
  AgentOS is designed to work with a local OpenClaw installation. If OpenClaw is missing, AgentOS still starts and guides onboarding in the UI.
55
+
56
+ Compatibility:
57
+
58
+ - Requires Node.js 20.9 or newer.
59
+ - Uses OpenClaw Gateway-first transport by default.
60
+ - Run `agentos doctor` and check in-app diagnostics to verify OpenClaw version, Gateway protocol compatibility, native auth, and model readiness before the first mission.
package/bin/agentos.js CHANGED
@@ -28,6 +28,7 @@ const startupGracePeriodMs = 15_000;
28
28
  const updateCacheTtlMs = 24 * 60 * 60 * 1000;
29
29
  const updateWarningCooldownMs = 24 * 60 * 60 * 1000;
30
30
  const updateRequestTimeoutMs = 5_000;
31
+ const cliSmokeTestMode = process.env.AGENTOS_CLI_TEST === "1";
31
32
 
32
33
  main().catch((error) => {
33
34
  console.error(error instanceof Error ? error.message : String(error));
@@ -134,7 +135,7 @@ async function startServer(rawArgs) {
134
135
  console.log(`Starting AgentOS on ${url}`);
135
136
 
136
137
  if (!openClawCheck.available) {
137
- console.log("OpenClaw was not found on PATH. AgentOS will start and guide onboarding in the UI.");
138
+ console.log("OpenClaw was not found in PATH or the default local install paths. AgentOS will start and guide onboarding in the UI.");
138
139
  } else if (openClawCheck.version) {
139
140
  console.log(`OpenClaw detected: ${openClawCheck.version}`);
140
141
  }
@@ -264,6 +265,11 @@ function runDoctor() {
264
265
  label: "Package",
265
266
  detail: `${packageJson.name}@${packageJson.version}`
266
267
  },
268
+ {
269
+ ok: true,
270
+ label: "Install",
271
+ detail: formatInstallKind(inspectInstallation())
272
+ },
267
273
  {
268
274
  ok: isSupportedNodeVersion(process.versions.node),
269
275
  label: "Node.js",
@@ -296,7 +302,7 @@ function runDoctor() {
296
302
  label: "OpenClaw",
297
303
  detail: openClawCheck.available
298
304
  ? `${openClawCheck.version || "installed"}${openClawCheck.path ? ` at ${openClawCheck.path}` : ""}`
299
- : "not found on PATH"
305
+ : "not found in PATH or default local install paths; install OpenClaw or continue with the AgentOS onboarding flow"
300
306
  },
301
307
  {
302
308
  ok: browserOpener.available,
@@ -585,26 +591,48 @@ function assertHost(value) {
585
591
  }
586
592
 
587
593
  function detectOpenClaw() {
588
- const pathResult = resolveCommandPath("openclaw");
589
- const result = spawnSync("openclaw", ["--version"], {
590
- encoding: "utf8"
591
- });
594
+ const candidates = getOpenClawCommandCandidates();
595
+ let lastPath = null;
592
596
 
593
- if (result.error || result.status !== 0) {
594
- return {
595
- available: false,
596
- version: null,
597
- path: pathResult
598
- };
597
+ for (const candidate of candidates) {
598
+ const result = spawnSync(candidate, ["--version"], {
599
+ encoding: "utf8"
600
+ });
601
+
602
+ lastPath = candidate;
603
+
604
+ if (!result.error && result.status === 0) {
605
+ return {
606
+ available: true,
607
+ version: result.stdout.trim() || result.stderr.trim() || null,
608
+ path: candidate
609
+ };
610
+ }
599
611
  }
600
612
 
601
613
  return {
602
- available: true,
603
- version: result.stdout.trim() || result.stderr.trim() || null,
604
- path: pathResult
614
+ available: false,
615
+ version: null,
616
+ path: lastPath || resolveCommandPath("openclaw")
605
617
  };
606
618
  }
607
619
 
620
+ function getOpenClawCommandCandidates() {
621
+ const executableName = process.platform === "win32" ? "openclaw.cmd" : "openclaw";
622
+ const explicitBin = (process.env.OPENCLAW_BIN || process.env.AGENTOS_OPENCLAW_BIN || "").trim();
623
+ const pathBin = resolveCommandPath("openclaw");
624
+ const candidates = [
625
+ explicitBin,
626
+ path.join(os.homedir(), ".openclaw", "tools", "node", "bin", executableName),
627
+ path.join(os.homedir(), ".openclaw", "bin", executableName),
628
+ path.join(os.homedir(), ".local", "bin", executableName),
629
+ pathBin,
630
+ "openclaw"
631
+ ];
632
+
633
+ return Array.from(new Set(candidates.filter(Boolean)));
634
+ }
635
+
608
636
  function detectBrowserOpener() {
609
637
  if (process.platform === "darwin") {
610
638
  return {
@@ -737,7 +765,11 @@ function createAgentOsUrl(host, port) {
737
765
  }
738
766
 
739
767
  function displayHost(host) {
740
- return host === "0.0.0.0" ? "127.0.0.1" : host;
768
+ if (host === "0.0.0.0" || host === "127.0.0.1" || host === "::1" || host === "[::1]") {
769
+ return "localhost";
770
+ }
771
+
772
+ return host;
741
773
  }
742
774
 
743
775
  function printHelp() {
@@ -1017,6 +1049,12 @@ function getUpdateSourceId(install) {
1017
1049
  }
1018
1050
 
1019
1051
  async function fetchLatestVersionInfo(install, timeoutMs) {
1052
+ const testOverride = readSmokeTestLatestVersionOverride(install);
1053
+
1054
+ if (testOverride) {
1055
+ return testOverride;
1056
+ }
1057
+
1020
1058
  if (install.kind === "release") {
1021
1059
  return fetchGitHubLatestVersion(timeoutMs);
1022
1060
  }
@@ -1028,6 +1066,26 @@ async function fetchLatestVersionInfo(install, timeoutMs) {
1028
1066
  throw new Error("Update checks are not supported for source checkouts.");
1029
1067
  }
1030
1068
 
1069
+ function readSmokeTestLatestVersionOverride(install) {
1070
+ if (!cliSmokeTestMode) {
1071
+ return null;
1072
+ }
1073
+
1074
+ const latestVersion = normalizeVersion(process.env.AGENTOS_TEST_LATEST_VERSION);
1075
+
1076
+ if (!latestVersion) {
1077
+ return null;
1078
+ }
1079
+
1080
+ return {
1081
+ latestVersion,
1082
+ downloadBaseUrl:
1083
+ install.kind === "release"
1084
+ ? `https://github.com/${process.env.AGENTOS_REPO || "SapienXai/AgentOS"}/releases/download/agentos-v${latestVersion}`
1085
+ : null
1086
+ };
1087
+ }
1088
+
1031
1089
  async function fetchGitHubLatestVersion(timeoutMs) {
1032
1090
  const repo = process.env.AGENTOS_REPO || "SapienXai/AgentOS";
1033
1091
  const response = await fetchJsonWithTimeout(`https://api.github.com/repos/${repo}/releases/latest`, timeoutMs, {
@@ -1335,6 +1393,18 @@ function formatConfiguredEnv(options) {
1335
1393
  return pairs.join(", ");
1336
1394
  }
1337
1395
 
1396
+ function formatInstallKind(install) {
1397
+ if (install.kind === "release") {
1398
+ return `release at ${install.installRoot}`;
1399
+ }
1400
+
1401
+ if (install.kind === "package-manager") {
1402
+ return "package manager install";
1403
+ }
1404
+
1405
+ return `source checkout at ${findRepoRoot()}`;
1406
+ }
1407
+
1338
1408
  async function readTextFile(filePath) {
1339
1409
  const { readFile } = await import("node:fs/promises");
1340
1410
  return readFile(filePath, "utf8");
@@ -1 +1 @@
1
- iPRBqdKl76C39456l6e-i
1
+ uAxTxVvm7tdXyEJ7SnLpD
@@ -2,17 +2,14 @@
2
2
  "/_not-found/page": "/_not-found",
3
3
  "/_global-error/page": "/_global-error",
4
4
  "/api/openclaw/capabilities/route": "/api/openclaw/capabilities",
5
- "/api/diagnostics/route": "/api/diagnostics",
6
5
  "/api/agents/route": "/api/agents",
7
6
  "/api/files/reveal/route": "/api/files/reveal",
8
- "/api/gateway/control/route": "/api/gateway/control",
7
+ "/api/diagnostics/route": "/api/diagnostics",
9
8
  "/api/mission/route": "/api/mission",
9
+ "/api/gateway/control/route": "/api/gateway/control",
10
10
  "/api/agents/[agentId]/chat/route": "/api/agents/[agentId]/chat",
11
11
  "/api/models/catalog/route": "/api/models/catalog",
12
- "/api/models/providers/route": "/api/models/providers",
13
12
  "/api/planner/[planId]/deploy/route": "/api/planner/[planId]/deploy",
14
- "/api/onboarding/route": "/api/onboarding",
15
- "/api/onboarding/models/route": "/api/onboarding/models",
16
13
  "/api/planner/[planId]/document-rewrite/route": "/api/planner/[planId]/document-rewrite",
17
14
  "/api/planner/[planId]/route": "/api/planner/[planId]",
18
15
  "/api/planner/[planId]/simulate/route": "/api/planner/[planId]/simulate",
@@ -24,18 +21,21 @@
24
21
  "/api/settings/openclaw-binary/route": "/api/settings/openclaw-binary",
25
22
  "/api/settings/workspace-root/route": "/api/settings/workspace-root",
26
23
  "/api/snapshot/route": "/api/snapshot",
24
+ "/api/onboarding/models/route": "/api/onboarding/models",
27
25
  "/api/stream/route": "/api/stream",
28
26
  "/api/system/open-terminal/route": "/api/system/open-terminal",
27
+ "/api/models/providers/route": "/api/models/providers",
29
28
  "/api/tasks/[taskId]/abort/route": "/api/tasks/[taskId]/abort",
30
29
  "/api/tasks/[taskId]/control/route": "/api/tasks/[taskId]/control",
31
- "/api/tasks/[taskId]/stream/route": "/api/tasks/[taskId]/stream",
32
30
  "/api/workspaces/[workspaceId]/channels/discovered-groups/route": "/api/workspaces/[workspaceId]/channels/discovered-groups",
31
+ "/api/tasks/[taskId]/stream/route": "/api/tasks/[taskId]/stream",
32
+ "/api/onboarding/route": "/api/onboarding",
33
33
  "/api/workspaces/[workspaceId]/edit-draft/route": "/api/workspaces/[workspaceId]/edit-draft",
34
- "/api/update/route": "/api/update",
35
- "/api/workspaces/[workspaceId]/channels/route": "/api/workspaces/[workspaceId]/channels",
36
34
  "/api/workspaces/[workspaceId]/files/route": "/api/workspaces/[workspaceId]/files",
37
35
  "/api/workspaces/[workspaceId]/surfaces/discovery/route": "/api/workspaces/[workspaceId]/surfaces/discovery",
36
+ "/api/workspaces/[workspaceId]/channels/route": "/api/workspaces/[workspaceId]/channels",
38
37
  "/api/workspaces/route": "/api/workspaces",
39
- "/page": "/",
40
- "/settings/page": "/settings"
38
+ "/api/update/route": "/api/update",
39
+ "/settings/page": "/settings",
40
+ "/page": "/"
41
41
  }
@@ -4,8 +4,8 @@
4
4
  ],
5
5
  "devFiles": [],
6
6
  "lowPriorityFiles": [
7
- "static/iPRBqdKl76C39456l6e-i/_buildManifest.js",
8
- "static/iPRBqdKl76C39456l6e-i/_ssgManifest.js"
7
+ "static/uAxTxVvm7tdXyEJ7SnLpD/_buildManifest.js",
8
+ "static/uAxTxVvm7tdXyEJ7SnLpD/_ssgManifest.js"
9
9
  ],
10
10
  "rootMainFiles": [
11
11
  "static/chunks/webpack-49728cc9bb386219.js",
@@ -106,6 +106,13 @@
106
106
  }
107
107
  },
108
108
  "outputFileTracingRoot": "/Users/kazimakgul/Documents/GitHub/AgentOS",
109
+ "allowedDevOrigins": [
110
+ "localhost",
111
+ "127.0.0.1",
112
+ "::1",
113
+ "[::1]",
114
+ "192.168.1.149"
115
+ ],
109
116
  "cacheComponents": false,
110
117
  "cacheLife": {
111
118
  "default": {
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"243":{"*":{"id":"43081","name":"*","chunks":[],"async":false}},"1013":{"*":{"id":"82681","name":"*","chunks":[],"async":false}},"2421":{"*":{"id":"22125","name":"*","chunks":[],"async":false}},"4280":{"*":{"id":"80040","name":"*","chunks":[],"async":false}},"5564":{"*":{"id":"36568","name":"*","chunks":[],"async":false}},"5808":{"*":{"id":"90700","name":"*","chunks":[],"async":false}},"6096":{"*":{"id":"88104","name":"*","chunks":[],"async":false}},"6958":{"*":{"id":"15804","name":"*","chunks":[],"async":false}},"7639":{"*":{"id":"55585","name":"*","chunks":[],"async":false}},"8148":{"*":{"id":"77990","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":8148,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":8148,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":1013,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":1013,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":7639,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":7639,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5564,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5564,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":4280,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":4280,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":6958,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":6958,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":2421,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":2421,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5808,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5808,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/app/globals.css":{"id":7092,"name":"*","chunks":["8583","static/chunks/8583-0efb0aa0937b762c.js","7177","static/chunks/app/layout-7c2d7e515f68248b.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/components/ui/sonner.tsx":{"id":243,"name":"*","chunks":["8583","static/chunks/8583-0efb0aa0937b762c.js","7177","static/chunks/app/layout-7c2d7e515f68248b.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/components/mission-control/mission-control-shell.tsx":{"id":6096,"name":"*","chunks":["2505","static/chunks/d08e407b-a7a2691dd8d9de6b.js","8583","static/chunks/8583-0efb0aa0937b762c.js","3254","static/chunks/3254-31132332d1368b3c.js","7442","static/chunks/7442-edd29c3664c12f82.js","8974","static/chunks/app/page-9bd535a80e3968e2.js"],"async":false}},"entryCSSFiles":{"/Users/kazimakgul/Documents/GitHub/AgentOS/":[],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/not-found":[],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/layout":[{"inlined":false,"path":"static/css/91a0269a0b865189.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/page":[],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/_global-error/page":[]},"rscModuleMapping":{"243":{"*":{"id":"927","name":"*","chunks":[],"async":false}},"1013":{"*":{"id":"64943","name":"*","chunks":[],"async":false}},"2421":{"*":{"id":"53635","name":"*","chunks":[],"async":false}},"4280":{"*":{"id":"19698","name":"*","chunks":[],"async":false}},"5564":{"*":{"id":"966","name":"*","chunks":[],"async":false}},"5808":{"*":{"id":"4246","name":"*","chunks":[],"async":false}},"6096":{"*":{"id":"97281","name":"*","chunks":[],"async":false}},"6958":{"*":{"id":"12582","name":"*","chunks":[],"async":false}},"7092":{"*":{"id":"63381","name":"*","chunks":[],"async":false}},"7639":{"*":{"id":"87907","name":"*","chunks":[],"async":false}},"8148":{"*":{"id":"83316","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"243":{"*":{"id":"43081","name":"*","chunks":[],"async":false}},"1013":{"*":{"id":"82681","name":"*","chunks":[],"async":false}},"2421":{"*":{"id":"22125","name":"*","chunks":[],"async":false}},"2740":{"*":{"id":"37513","name":"*","chunks":[],"async":false}},"4280":{"*":{"id":"80040","name":"*","chunks":[],"async":false}},"5564":{"*":{"id":"36568","name":"*","chunks":[],"async":false}},"5808":{"*":{"id":"90700","name":"*","chunks":[],"async":false}},"6958":{"*":{"id":"15804","name":"*","chunks":[],"async":false}},"7639":{"*":{"id":"55585","name":"*","chunks":[],"async":false}},"8148":{"*":{"id":"77990","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":8148,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":8148,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":1013,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":1013,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":7639,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":7639,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5564,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5564,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":4280,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":4280,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":6958,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":6958,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":2421,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":2421,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5808,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5808,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/app/globals.css":{"id":7092,"name":"*","chunks":["8583","static/chunks/8583-0efb0aa0937b762c.js","7177","static/chunks/app/layout-7c2d7e515f68248b.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/components/ui/sonner.tsx":{"id":243,"name":"*","chunks":["8583","static/chunks/8583-0efb0aa0937b762c.js","7177","static/chunks/app/layout-7c2d7e515f68248b.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/components/mission-control/mission-control-shell.tsx":{"id":2740,"name":"*","chunks":["2505","static/chunks/d08e407b-a7a2691dd8d9de6b.js","8583","static/chunks/8583-0efb0aa0937b762c.js","3254","static/chunks/3254-31132332d1368b3c.js","7442","static/chunks/7442-f5f805e43da2c5b6.js","8974","static/chunks/app/page-9bd535a80e3968e2.js"],"async":false}},"entryCSSFiles":{"/Users/kazimakgul/Documents/GitHub/AgentOS/":[],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/not-found":[],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/layout":[{"inlined":false,"path":"static/css/7b10ac9fa66d7c17.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/page":[],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/_global-error/page":[]},"rscModuleMapping":{"243":{"*":{"id":"927","name":"*","chunks":[],"async":false}},"1013":{"*":{"id":"64943","name":"*","chunks":[],"async":false}},"2421":{"*":{"id":"53635","name":"*","chunks":[],"async":false}},"2740":{"*":{"id":"97281","name":"*","chunks":[],"async":false}},"4280":{"*":{"id":"19698","name":"*","chunks":[],"async":false}},"5564":{"*":{"id":"966","name":"*","chunks":[],"async":false}},"5808":{"*":{"id":"4246","name":"*","chunks":[],"async":false}},"6958":{"*":{"id":"12582","name":"*","chunks":[],"async":false}},"7092":{"*":{"id":"63381","name":"*","chunks":[],"async":false}},"7639":{"*":{"id":"87907","name":"*","chunks":[],"async":false}},"8148":{"*":{"id":"83316","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
@@ -1 +1 @@
1
- <!DOCTYPE html><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-49728cc9bb386219.js"/><script src="/_next/static/chunks/f6503f1c-7df4e7c4564148dc.js" async=""></script><script src="/_next/static/chunks/4424-08671f25c8f9ae84.js" async=""></script><script src="/_next/static/chunks/main-app-9a4481b0ab7b57f6.js" async=""></script><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-49728cc9bb386219.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[4280,[],\"\"]\n3:I[6958,[],\"\"]\n7:I[8148,[],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"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 AgentOS 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: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,\"$L4\"]}],{},null,false,null]},null,false,\"$@5\"]},null,false,\"$@5\"],\"$L6\",false]],\"m\":\"$undefined\",\"G\":[\"$7\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"iPRBqdKl76C39456l6e-i\"}\n"])</script><script>self.__next_f.push([1,"8:I[2421,[],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nc:I[2421,[],\"ViewportBoundary\"]\ne:I[2421,[],\"MetadataBoundary\"]\n4:[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]\nb:[]\n5:\"$Wb\"\n6:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],null]}]\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"a:null\nf:[]\n"])</script></body></html>
1
+ <!DOCTYPE html><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-49728cc9bb386219.js"/><script src="/_next/static/chunks/f6503f1c-7df4e7c4564148dc.js" async=""></script><script src="/_next/static/chunks/4424-08671f25c8f9ae84.js" async=""></script><script src="/_next/static/chunks/main-app-9a4481b0ab7b57f6.js" async=""></script><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-49728cc9bb386219.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[4280,[],\"\"]\n3:I[6958,[],\"\"]\n7:I[8148,[],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"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 AgentOS 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: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,\"$L4\"]}],{},null,false,null]},null,false,\"$@5\"]},null,false,\"$@5\"],\"$L6\",false]],\"m\":\"$undefined\",\"G\":[\"$7\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"uAxTxVvm7tdXyEJ7SnLpD\"}\n"])</script><script>self.__next_f.push([1,"8:I[2421,[],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nc:I[2421,[],\"ViewportBoundary\"]\ne:I[2421,[],\"MetadataBoundary\"]\n4:[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]\nb:[]\n5:\"$Wb\"\n6:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],null]}]\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"a:null\nf:[]\n"])</script></body></html>
@@ -2,7 +2,7 @@
2
2
  2:I[4280,[],""]
3
3
  3:I[6958,[],""]
4
4
  7:I[8148,[],"default",1]
5
- 0:{"P":null,"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 AgentOS 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: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,"$L4"]}],{},null,false,null]},null,false,"$@5"]},null,false,"$@5"],"$L6",false]],"m":"$undefined","G":["$7",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"iPRBqdKl76C39456l6e-i"}
5
+ 0:{"P":null,"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 AgentOS 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: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,"$L4"]}],{},null,false,null]},null,false,"$@5"]},null,false,"$@5"],"$L6",false]],"m":"$undefined","G":["$7",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"uAxTxVvm7tdXyEJ7SnLpD"}
6
6
  8:I[2421,[],"OutletBoundary"]
7
7
  9:"$Sreact.suspense"
8
8
  c:I[2421,[],"ViewportBoundary"]
@@ -2,7 +2,7 @@
2
2
  2:I[4280,[],""]
3
3
  3:I[6958,[],""]
4
4
  7:I[8148,[],"default",1]
5
- 0:{"P":null,"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 AgentOS 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: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,"$L4"]}],{},null,false,null]},null,false,"$@5"]},null,false,"$@5"],"$L6",false]],"m":"$undefined","G":["$7",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"iPRBqdKl76C39456l6e-i"}
5
+ 0:{"P":null,"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 AgentOS 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: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,"$L4"]}],{},null,false,null]},null,false,"$@5"]},null,false,"$@5"],"$L6",false]],"m":"$undefined","G":["$7",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"uAxTxVvm7tdXyEJ7SnLpD"}
6
6
  8:I[2421,[],"OutletBoundary"]
7
7
  9:"$Sreact.suspense"
8
8
  c:I[2421,[],"ViewportBoundary"]
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[2421,[],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"iPRBqdKl76C39456l6e-i"}
4
+ 0:{"rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"uAxTxVvm7tdXyEJ7SnLpD"}
5
5
  4:null
@@ -2,4 +2,4 @@
2
2
  2:I[4280,[],""]
3
3
  3:I[6958,[],""]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"iPRBqdKl76C39456l6e-i"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"uAxTxVvm7tdXyEJ7SnLpD"}
@@ -2,4 +2,4 @@
2
2
  2:I[2421,[],"ViewportBoundary"]
3
3
  3:I[2421,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"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]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"iPRBqdKl76C39456l6e-i"}
5
+ 0:{"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]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"uAxTxVvm7tdXyEJ7SnLpD"}
@@ -2,4 +2,4 @@
2
2
  2:I[4280,[],""]
3
3
  3:I[6958,[],""]
4
4
  4:[]
5
- 0:{"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 AgentOS route does not exist in this workspace."}]]}]}],[]]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"iPRBqdKl76C39456l6e-i"}
5
+ 0:{"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 AgentOS route does not exist in this workspace."}]]}]}],[]]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"uAxTxVvm7tdXyEJ7SnLpD"}
@@ -1 +1 @@
1
- 0:{"tree":{"name":"","param":null,"prefetchHints":0,"slots":{"children":{"name":"_global-error","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"iPRBqdKl76C39456l6e-i"}
1
+ 0:{"tree":{"name":"","param":null,"prefetchHints":0,"slots":{"children":{"name":"_global-error","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"uAxTxVvm7tdXyEJ7SnLpD"}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"243":{"*":{"id":"43081","name":"*","chunks":[],"async":false}},"1013":{"*":{"id":"82681","name":"*","chunks":[],"async":false}},"2421":{"*":{"id":"22125","name":"*","chunks":[],"async":false}},"4280":{"*":{"id":"80040","name":"*","chunks":[],"async":false}},"5564":{"*":{"id":"36568","name":"*","chunks":[],"async":false}},"5808":{"*":{"id":"90700","name":"*","chunks":[],"async":false}},"6096":{"*":{"id":"88104","name":"*","chunks":[],"async":false}},"6958":{"*":{"id":"15804","name":"*","chunks":[],"async":false}},"7639":{"*":{"id":"55585","name":"*","chunks":[],"async":false}},"8148":{"*":{"id":"77990","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":8148,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":8148,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":1013,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":1013,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":7639,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":7639,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5564,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5564,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":4280,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":4280,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":6958,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":6958,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":2421,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":2421,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5808,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5808,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/app/globals.css":{"id":7092,"name":"*","chunks":["8583","static/chunks/8583-0efb0aa0937b762c.js","7177","static/chunks/app/layout-7c2d7e515f68248b.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/components/ui/sonner.tsx":{"id":243,"name":"*","chunks":["8583","static/chunks/8583-0efb0aa0937b762c.js","7177","static/chunks/app/layout-7c2d7e515f68248b.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/components/mission-control/mission-control-shell.tsx":{"id":6096,"name":"*","chunks":["2505","static/chunks/d08e407b-a7a2691dd8d9de6b.js","8583","static/chunks/8583-0efb0aa0937b762c.js","3254","static/chunks/3254-31132332d1368b3c.js","7442","static/chunks/7442-edd29c3664c12f82.js","8974","static/chunks/app/page-9bd535a80e3968e2.js"],"async":false}},"entryCSSFiles":{"/Users/kazimakgul/Documents/GitHub/AgentOS/":[],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/not-found":[],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/layout":[{"inlined":false,"path":"static/css/91a0269a0b865189.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/page":[],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/_not-found/page":[]},"rscModuleMapping":{"243":{"*":{"id":"927","name":"*","chunks":[],"async":false}},"1013":{"*":{"id":"64943","name":"*","chunks":[],"async":false}},"2421":{"*":{"id":"53635","name":"*","chunks":[],"async":false}},"4280":{"*":{"id":"19698","name":"*","chunks":[],"async":false}},"5564":{"*":{"id":"966","name":"*","chunks":[],"async":false}},"5808":{"*":{"id":"4246","name":"*","chunks":[],"async":false}},"6096":{"*":{"id":"97281","name":"*","chunks":[],"async":false}},"6958":{"*":{"id":"12582","name":"*","chunks":[],"async":false}},"7092":{"*":{"id":"63381","name":"*","chunks":[],"async":false}},"7639":{"*":{"id":"87907","name":"*","chunks":[],"async":false}},"8148":{"*":{"id":"83316","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"243":{"*":{"id":"43081","name":"*","chunks":[],"async":false}},"1013":{"*":{"id":"82681","name":"*","chunks":[],"async":false}},"2421":{"*":{"id":"22125","name":"*","chunks":[],"async":false}},"2740":{"*":{"id":"37513","name":"*","chunks":[],"async":false}},"4280":{"*":{"id":"80040","name":"*","chunks":[],"async":false}},"5564":{"*":{"id":"36568","name":"*","chunks":[],"async":false}},"5808":{"*":{"id":"90700","name":"*","chunks":[],"async":false}},"6958":{"*":{"id":"15804","name":"*","chunks":[],"async":false}},"7639":{"*":{"id":"55585","name":"*","chunks":[],"async":false}},"8148":{"*":{"id":"77990","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":8148,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":8148,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":1013,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":1013,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":7639,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":7639,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5564,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5564,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":4280,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":4280,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":6958,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":6958,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":2421,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":2421,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5808,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/node_modules/.pnpm/next@16.2.0_@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":5808,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/app/globals.css":{"id":7092,"name":"*","chunks":["8583","static/chunks/8583-0efb0aa0937b762c.js","7177","static/chunks/app/layout-7c2d7e515f68248b.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/components/ui/sonner.tsx":{"id":243,"name":"*","chunks":["8583","static/chunks/8583-0efb0aa0937b762c.js","7177","static/chunks/app/layout-7c2d7e515f68248b.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS/components/mission-control/mission-control-shell.tsx":{"id":2740,"name":"*","chunks":["2505","static/chunks/d08e407b-a7a2691dd8d9de6b.js","8583","static/chunks/8583-0efb0aa0937b762c.js","3254","static/chunks/3254-31132332d1368b3c.js","7442","static/chunks/7442-f5f805e43da2c5b6.js","8974","static/chunks/app/page-9bd535a80e3968e2.js"],"async":false}},"entryCSSFiles":{"/Users/kazimakgul/Documents/GitHub/AgentOS/":[],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/not-found":[],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/layout":[{"inlined":false,"path":"static/css/7b10ac9fa66d7c17.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/page":[],"/Users/kazimakgul/Documents/GitHub/AgentOS/app/_not-found/page":[]},"rscModuleMapping":{"243":{"*":{"id":"927","name":"*","chunks":[],"async":false}},"1013":{"*":{"id":"64943","name":"*","chunks":[],"async":false}},"2421":{"*":{"id":"53635","name":"*","chunks":[],"async":false}},"2740":{"*":{"id":"97281","name":"*","chunks":[],"async":false}},"4280":{"*":{"id":"19698","name":"*","chunks":[],"async":false}},"5564":{"*":{"id":"966","name":"*","chunks":[],"async":false}},"5808":{"*":{"id":"4246","name":"*","chunks":[],"async":false}},"6958":{"*":{"id":"12582","name":"*","chunks":[],"async":false}},"7092":{"*":{"id":"63381","name":"*","chunks":[],"async":false}},"7639":{"*":{"id":"87907","name":"*","chunks":[],"async":false}},"8148":{"*":{"id":"83316","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};