@sapienx/agentos 0.6.10 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/.next/BUILD_ID +1 -1
- package/bundle/.next/app-path-routes-manifest.json +2 -2
- package/bundle/.next/build-manifest.json +3 -3
- package/bundle/.next/prerender-manifest.json +3 -3
- package/bundle/.next/react-loadable-manifest.json +2 -2
- package/bundle/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/_global-error.html +1 -1
- package/bundle/.next/server/app/_global-error.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/_not-found.html +1 -1
- package/bundle/.next/server/app/_not-found.rsc +2 -2
- package/bundle/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/bundle/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/bundle/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/bundle/.next/server/app/accounts/page.js +1 -1
- package/bundle/.next/server/app/accounts/page.js.nft.json +1 -1
- package/bundle/.next/server/app/accounts/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/agents/page.js +1 -1
- package/bundle/.next/server/app/agents/page.js.nft.json +1 -1
- package/bundle/.next/server/app/agents/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/accounts/access-rules/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/accounts/browser-profiles/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/accounts/login-targets/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js +2 -2
- package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/agents/route.js +1 -1
- package/bundle/.next/server/app/api/agents/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/diagnostics/route.js +1 -1
- package/bundle/.next/server/app/api/diagnostics/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/gateway/control/route.js +1 -1
- package/bundle/.next/server/app/api/gateway/control/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/integrations/[integrationId]/status/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/mission/route.js +2 -2
- package/bundle/.next/server/app/api/mission/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/models/catalog/route.js +1 -1
- package/bundle/.next/server/app/api/models/catalog/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/models/providers/route.js +1 -1
- package/bundle/.next/server/app/api/models/providers/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/onboarding/models/route.js +2 -2
- package/bundle/.next/server/app/api/onboarding/models/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/onboarding/route.js +2 -2
- package/bundle/.next/server/app/api/onboarding/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/openclaw/capabilities/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/openclaw/compatibility-smoke/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/route.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/turn/route.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/turn/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/route.js +1 -1
- package/bundle/.next/server/app/api/planner/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/reset/route.js +2 -2
- package/bundle/.next/server/app/api/reset/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js +1 -1
- package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/settings/config-pacing/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/settings/gateway/route.js +1 -1
- package/bundle/.next/server/app/api/settings/gateway/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/settings/openclaw-binary/route.js +1 -1
- package/bundle/.next/server/app/api/settings/openclaw-binary/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/settings/workspace-root/route.js +1 -1
- package/bundle/.next/server/app/api/settings/workspace-root/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/snapshot/route.js +1 -1
- package/bundle/.next/server/app/api/snapshot/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/stream/route.js +2 -2
- package/bundle/.next/server/app/api/stream/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js +1 -1
- package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/tasks/[taskId]/control/route.js +1 -1
- package/bundle/.next/server/app/api/tasks/[taskId]/control/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js +2 -2
- package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/update/route.js +2 -2
- package/bundle/.next/server/app/api/update/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/files/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/reconcile/route.js +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/reconcile/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/route.js +2 -2
- package/bundle/.next/server/app/api/workspaces/route.js.nft.json +1 -1
- package/bundle/.next/server/app/dashboard/page.js +1 -1
- package/bundle/.next/server/app/dashboard/page.js.nft.json +1 -1
- package/bundle/.next/server/app/dashboard/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/files/page.js +1 -1
- package/bundle/.next/server/app/files/page.js.nft.json +1 -1
- package/bundle/.next/server/app/files/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/integrations/page.js +1 -1
- package/bundle/.next/server/app/integrations/page.js.nft.json +1 -1
- package/bundle/.next/server/app/integrations/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/mission-control/page.js +1 -1
- package/bundle/.next/server/app/mission-control/page.js.nft.json +1 -1
- package/bundle/.next/server/app/mission-control/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/models/page.js +1 -1
- package/bundle/.next/server/app/models/page.js.nft.json +1 -1
- package/bundle/.next/server/app/models/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/page.js +1 -1
- package/bundle/.next/server/app/page.js.nft.json +1 -1
- package/bundle/.next/server/app/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/settings/page.js +1 -1
- package/bundle/.next/server/app/settings/page.js.nft.json +1 -1
- package/bundle/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/tasks/page.js +1 -1
- package/bundle/.next/server/app/tasks/page.js.nft.json +1 -1
- package/bundle/.next/server/app/tasks/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app-paths-manifest.json +2 -2
- package/bundle/.next/server/chunks/4020.js +2 -2
- package/bundle/.next/server/chunks/4391.js +2 -2
- package/bundle/.next/server/chunks/4983.js +2 -2
- package/bundle/.next/server/chunks/5110.js +1 -1
- package/bundle/.next/server/chunks/7092.js +1 -1
- package/bundle/.next/server/chunks/7639.js +1 -1
- package/bundle/.next/server/chunks/{4767.js → 849.js} +11 -9
- package/bundle/.next/server/middleware-build-manifest.js +1 -1
- package/bundle/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/bundle/.next/server/pages/404.html +1 -1
- package/bundle/.next/server/pages/500.html +1 -1
- package/bundle/.next/server/server-reference-manifest.json +1 -1
- package/bundle/.next/static/chunks/2125-550587dbe8706439.js +3 -0
- package/bundle/.next/static/chunks/5922-156b66daaaf768a5.js +174 -0
- package/bundle/.next/static/chunks/7197.43cef56b1689bb96.js +1 -0
- package/bundle/.next/static/chunks/{7442-f6bbc0b14b5ca5e5.js → 7442-305daba070b016f8.js} +10 -10
- package/bundle/.next/static/chunks/webpack-b743b1572b052c61.js +1 -0
- package/bundle/.next/static/css/b65c0ec3db2a737c.css +3 -0
- package/bundle/public/assets/screenshots/0.jpeg +0 -0
- package/bundle/public/assets/screenshots/8.jpeg +0 -0
- package/bundle/public/assets/screenshots/hero.jpeg +0 -0
- package/package.json +1 -1
- package/bundle/.next/static/chunks/2125-ee3186e76863c0c0.js +0 -3
- package/bundle/.next/static/chunks/5922-bd40755edb9a1242.js +0 -174
- package/bundle/.next/static/chunks/7197.9a3977e98b2a1fe9.js +0 -1
- package/bundle/.next/static/chunks/webpack-82d9aaa9ef1f9bdf.js +0 -1
- package/bundle/.next/static/css/2f74db4938189dc1.css +0 -3
- /package/bundle/.next/static/{9xNgkJTOL7J6_GGDUZWeG → EEOvGgtsvMlezk0mE5jQb}/_buildManifest.js +0 -0
- /package/bundle/.next/static/{9xNgkJTOL7J6_GGDUZWeG → EEOvGgtsvMlezk0mE5jQb}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/
|
|
1
|
+
globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/EEOvGgtsvMlezk0mE5jQb/_buildManifest.js","static/EEOvGgtsvMlezk0mE5jQb/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-b743b1572b052c61.js","static/chunks/f6503f1c-1272160a304f8b44.js","static/chunks/4424-805347abcfa4dab9.js","static/chunks/main-app-70892a7dc1723083.js"],rootMainFilesTree:{},pages:{"/_app":[]}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__REACT_LOADABLE_MANIFEST='{"components/mission-control/mission-control-shell.tsx -> @/components/mission-control/canvas":{"id":67197,"files":["static/css/599369d853c61df7.css","static/chunks/4a846800.ef93163f41628d6f.js","static/chunks/213.55cf232b18b53b9d.js","static/chunks/2125-
|
|
1
|
+
self.__REACT_LOADABLE_MANIFEST='{"components/mission-control/mission-control-shell.tsx -> @/components/mission-control/canvas":{"id":67197,"files":["static/css/599369d853c61df7.css","static/chunks/4a846800.ef93163f41628d6f.js","static/chunks/213.55cf232b18b53b9d.js","static/chunks/2125-550587dbe8706439.js","static/chunks/7197.43cef56b1689bb96.js"]}}';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en" class="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/2f74db4938189dc1.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-82d9aaa9ef1f9bdf.js"/><script src="/_next/static/chunks/f6503f1c-1272160a304f8b44.js" async=""></script><script src="/_next/static/chunks/4424-805347abcfa4dab9.js" async=""></script><script src="/_next/static/chunks/main-app-70892a7dc1723083.js" async=""></script><script src="/_next/static/chunks/8583-7994af81ac8b7330.js" async=""></script><script src="/_next/static/chunks/app/layout-b44a6304aeb11e7d.js" async=""></script><meta name="robots" content="noindex"/><meta name="theme-color" content="#09101c"/><title>AgentOS | Control Plane</title><meta name="description" content="Human Control Layer for AI Agents and Companies | Built on OpenClaw."/><meta name="application-name" content="AgentOS | Control Plane"/><link rel="manifest" href="/site.webmanifest"/><meta property="og:title" content="AgentOS | Control Plane"/><meta property="og:description" content="Human Control Layer for AI Agents and Companies | Built on OpenClaw."/><meta property="og:site_name" content="AgentOS | Control Plane"/><meta property="og:image" content="http://localhost:3000/readme/readme.jpeg"/><meta property="og:image:width" content="1536"/><meta property="og:image:height" content="1024"/><meta property="og:image:alt" content="AgentOS control-plane interface"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="AgentOS | Control Plane"/><meta name="twitter:description" content="Human Control Layer for AI Agents and Companies | Built on OpenClaw."/><meta name="twitter:image" content="http://localhost:3000/readme/readme.jpeg"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="icon" href="/favicon.ico" sizes="any" type="image/x-icon"/><link rel="icon" href="/favicon-16x16.png" sizes="16x16" type="image/png"/><link rel="icon" href="/favicon-32x32.png" sizes="32x32" type="image/png"/><link rel="icon" href="/favicon-48x48.png" sizes="48x48" type="image/png"/><link rel="icon" href="/android-chrome-192x192.png" sizes="192x192" type="image/png"/><link rel="icon" href="/android-chrome-512x512.png" sizes="512x512" type="image/png"/><link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" type="image/png"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"\n(() => {\n const hash = window.location.hash ? window.location.hash.slice(1) : \"\";\n const params = new URLSearchParams(hash);\n const token = params.get(\"agentos_token\");\n if (!token) return;\n document.cookie = \"agentos_api_token=\" + encodeURIComponent(token) + \"; Path=/; SameSite=Strict\";\n params.delete(\"agentos_token\");\n const nextHash = params.toString();\n history.replaceState(null, \"\", window.location.pathname + window.location.search + (nextHash ? \"#\" + nextHash : \"\"));\n})();\n","id":"agentos-api-auth-bootstrap"}])</script><main class="flex min-h-screen items-center justify-center bg-[#050816] px-6 text-white"><div class="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"><p class="text-[11px] uppercase tracking-[0.32em] text-slate-500">OpenClaw</p><h1 class="mt-3 font-display text-3xl">Page not found</h1><p class="mt-3 max-w-md text-sm leading-6 text-slate-400">The requested AgentOS route does not exist in this workspace.</p></div></main><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/webpack-82d9aaa9ef1f9bdf.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[78404,[\"8583\",\"static/chunks/8583-7994af81ac8b7330.js\",\"7177\",\"static/chunks/app/layout-b44a6304aeb11e7d.js\"],\"\"]\n3:I[24280,[],\"\"]\n4:I[66958,[],\"\"]\n5:I[50243,[\"8583\",\"static/chunks/8583-7994af81ac8b7330.js\",\"7177\",\"static/chunks/app/layout-b44a6304aeb11e7d.js\"],\"Toaster\"]\n6:I[2421,[],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[2421,[],\"ViewportBoundary\"]\nc:I[2421,[],\"MetadataBoundary\"]\ne:I[48148,[],\"default\",1]\n:HL[\"/_next/static/css/2f74db4938189dc1.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/2f74db4938189dc1.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"children\":[[\"$\",\"$L2\",null,{\"id\":\"agentos-api-auth-bootstrap\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"\\n(() =\u003e {\\n const hash = window.location.hash ? window.location.hash.slice(1) : \\\"\\\";\\n const params = new URLSearchParams(hash);\\n const token = params.get(\\\"agentos_token\\\");\\n if (!token) return;\\n document.cookie = \\\"agentos_api_token=\\\" + encodeURIComponent(token) + \\\"; Path=/; SameSite=Strict\\\";\\n params.delete(\\\"agentos_token\\\");\\n const nextHash = params.toString();\\n history.replaceState(null, \\\"\\\", window.location.pathname + window.location.search + (nextHash ? \\\"#\\\" + nextHash : \\\"\\\"));\\n})();\\n\"}}],[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",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\"}],[\"$\",\"$L5\",null,{\"theme\":\"dark\",\"richColors\":true,\"closeButton\":true}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"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.\"}]]}]}],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"9xNgkJTOL7J6_GGDUZWeG\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#09101c\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[45808,[],\"IconMark\"]\n8:null\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"title\",\"0\",{\"children\":\"AgentOS | Control Plane\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Human Control Layer for AI Agents and Companies | Built on OpenClaw.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"application-name\",\"content\":\"AgentOS | Control Plane\"}],[\"$\",\"link\",\"3\",{\"rel\":\"manifest\",\"href\":\"/site.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:title\",\"content\":\"AgentOS | Control Plane\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:description\",\"content\":\"Human Control Layer for AI Agents and Companies | Built on OpenClaw.\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:site_name\",\"content\":\"AgentOS | Control Plane\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:image\",\"content\":\"http://localhost:3000/readme/readme.jpeg\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:image:width\",\"content\":\"1536\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image:height\",\"content\":\"1024\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:alt\",\"content\":\"AgentOS control-plane interface\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"12\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:title\",\"content\":\"AgentOS | Control Plane\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:description\",\"content\":\"Human Control Layer for AI Agents and Companies | Built on OpenClaw.\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:image\",\"content\":\"http://localhost:3000/readme/readme.jpeg\"}],[\"$\",\"link\",\"16\",{\"rel\":\"shortcut icon\",\"href\":\"/favicon.ico\"}],[\"$\",\"link\",\"17\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"any\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/favicon-16x16.png\",\"sizes\":\"16x16\",\"type\":\"image/png\"}],[\"$\",\"link\",\"19\",{\"rel\":\"icon\",\"href\":\"/favicon-32x32.png\",\"sizes\":\"32x32\",\"type\":\"image/png\"}],[\"$\",\"link\",\"20\",{\"rel\":\"icon\",\"href\":\"/favicon-48x48.png\",\"sizes\":\"48x48\",\"type\":\"image/png\"}],[\"$\",\"link\",\"21\",{\"rel\":\"icon\",\"href\":\"/android-chrome-192x192.png\",\"sizes\":\"192x192\",\"type\":\"image/png\"}],[\"$\",\"link\",\"22\",{\"rel\":\"icon\",\"href\":\"/android-chrome-512x512.png\",\"sizes\":\"512x512\",\"type\":\"image/png\"}],[\"$\",\"link\",\"23\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\",\"sizes\":\"180x180\",\"type\":\"image/png\"}],[\"$\",\"$L10\",\"24\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b65c0ec3db2a737c.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-b743b1572b052c61.js"/><script src="/_next/static/chunks/f6503f1c-1272160a304f8b44.js" async=""></script><script src="/_next/static/chunks/4424-805347abcfa4dab9.js" async=""></script><script src="/_next/static/chunks/main-app-70892a7dc1723083.js" async=""></script><script src="/_next/static/chunks/8583-7994af81ac8b7330.js" async=""></script><script src="/_next/static/chunks/app/layout-b44a6304aeb11e7d.js" async=""></script><meta name="robots" content="noindex"/><meta name="theme-color" content="#09101c"/><title>AgentOS | Control Plane</title><meta name="description" content="Human Control Layer for AI Agents and Companies | Built on OpenClaw."/><meta name="application-name" content="AgentOS | Control Plane"/><link rel="manifest" href="/site.webmanifest"/><meta property="og:title" content="AgentOS | Control Plane"/><meta property="og:description" content="Human Control Layer for AI Agents and Companies | Built on OpenClaw."/><meta property="og:site_name" content="AgentOS | Control Plane"/><meta property="og:image" content="http://localhost:3000/readme/readme.jpeg"/><meta property="og:image:width" content="1536"/><meta property="og:image:height" content="1024"/><meta property="og:image:alt" content="AgentOS control-plane interface"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="AgentOS | Control Plane"/><meta name="twitter:description" content="Human Control Layer for AI Agents and Companies | Built on OpenClaw."/><meta name="twitter:image" content="http://localhost:3000/readme/readme.jpeg"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="icon" href="/favicon.ico" sizes="any" type="image/x-icon"/><link rel="icon" href="/favicon-16x16.png" sizes="16x16" type="image/png"/><link rel="icon" href="/favicon-32x32.png" sizes="32x32" type="image/png"/><link rel="icon" href="/favicon-48x48.png" sizes="48x48" type="image/png"/><link rel="icon" href="/android-chrome-192x192.png" sizes="192x192" type="image/png"/><link rel="icon" href="/android-chrome-512x512.png" sizes="512x512" type="image/png"/><link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" type="image/png"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"\n(() => {\n const hash = window.location.hash ? window.location.hash.slice(1) : \"\";\n const params = new URLSearchParams(hash);\n const token = params.get(\"agentos_token\");\n if (!token) return;\n document.cookie = \"agentos_api_token=\" + encodeURIComponent(token) + \"; Path=/; SameSite=Strict\";\n params.delete(\"agentos_token\");\n const nextHash = params.toString();\n history.replaceState(null, \"\", window.location.pathname + window.location.search + (nextHash ? \"#\" + nextHash : \"\"));\n})();\n","id":"agentos-api-auth-bootstrap"}])</script><main class="flex min-h-screen items-center justify-center bg-[#050816] px-6 text-white"><div class="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"><p class="text-[11px] uppercase tracking-[0.32em] text-slate-500">OpenClaw</p><h1 class="mt-3 font-display text-3xl">Page not found</h1><p class="mt-3 max-w-md text-sm leading-6 text-slate-400">The requested AgentOS route does not exist in this workspace.</p></div></main><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/webpack-b743b1572b052c61.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[78404,[\"8583\",\"static/chunks/8583-7994af81ac8b7330.js\",\"7177\",\"static/chunks/app/layout-b44a6304aeb11e7d.js\"],\"\"]\n3:I[24280,[],\"\"]\n4:I[66958,[],\"\"]\n5:I[50243,[\"8583\",\"static/chunks/8583-7994af81ac8b7330.js\",\"7177\",\"static/chunks/app/layout-b44a6304aeb11e7d.js\"],\"Toaster\"]\n6:I[2421,[],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[2421,[],\"ViewportBoundary\"]\nc:I[2421,[],\"MetadataBoundary\"]\ne:I[48148,[],\"default\",1]\n:HL[\"/_next/static/css/b65c0ec3db2a737c.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/b65c0ec3db2a737c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"children\":[[\"$\",\"$L2\",null,{\"id\":\"agentos-api-auth-bootstrap\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"\\n(() =\u003e {\\n const hash = window.location.hash ? window.location.hash.slice(1) : \\\"\\\";\\n const params = new URLSearchParams(hash);\\n const token = params.get(\\\"agentos_token\\\");\\n if (!token) return;\\n document.cookie = \\\"agentos_api_token=\\\" + encodeURIComponent(token) + \\\"; Path=/; SameSite=Strict\\\";\\n params.delete(\\\"agentos_token\\\");\\n const nextHash = params.toString();\\n history.replaceState(null, \\\"\\\", window.location.pathname + window.location.search + (nextHash ? \\\"#\\\" + nextHash : \\\"\\\"));\\n})();\\n\"}}],[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",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\"}],[\"$\",\"$L5\",null,{\"theme\":\"dark\",\"richColors\":true,\"closeButton\":true}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"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.\"}]]}]}],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"EEOvGgtsvMlezk0mE5jQb\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#09101c\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[45808,[],\"IconMark\"]\n8:null\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"title\",\"0\",{\"children\":\"AgentOS | Control Plane\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Human Control Layer for AI Agents and Companies | Built on OpenClaw.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"application-name\",\"content\":\"AgentOS | Control Plane\"}],[\"$\",\"link\",\"3\",{\"rel\":\"manifest\",\"href\":\"/site.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:title\",\"content\":\"AgentOS | Control Plane\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:description\",\"content\":\"Human Control Layer for AI Agents and Companies | Built on OpenClaw.\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:site_name\",\"content\":\"AgentOS | Control Plane\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:image\",\"content\":\"http://localhost:3000/readme/readme.jpeg\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:image:width\",\"content\":\"1536\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image:height\",\"content\":\"1024\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:alt\",\"content\":\"AgentOS control-plane interface\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"12\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:title\",\"content\":\"AgentOS | Control Plane\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:description\",\"content\":\"Human Control Layer for AI Agents and Companies | Built on OpenClaw.\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:image\",\"content\":\"http://localhost:3000/readme/readme.jpeg\"}],[\"$\",\"link\",\"16\",{\"rel\":\"shortcut icon\",\"href\":\"/favicon.ico\"}],[\"$\",\"link\",\"17\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"any\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/favicon-16x16.png\",\"sizes\":\"16x16\",\"type\":\"image/png\"}],[\"$\",\"link\",\"19\",{\"rel\":\"icon\",\"href\":\"/favicon-32x32.png\",\"sizes\":\"32x32\",\"type\":\"image/png\"}],[\"$\",\"link\",\"20\",{\"rel\":\"icon\",\"href\":\"/favicon-48x48.png\",\"sizes\":\"48x48\",\"type\":\"image/png\"}],[\"$\",\"link\",\"21\",{\"rel\":\"icon\",\"href\":\"/android-chrome-192x192.png\",\"sizes\":\"192x192\",\"type\":\"image/png\"}],[\"$\",\"link\",\"22\",{\"rel\":\"icon\",\"href\":\"/android-chrome-512x512.png\",\"sizes\":\"512x512\",\"type\":\"image/png\"}],[\"$\",\"link\",\"23\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\",\"sizes\":\"180x180\",\"type\":\"image/png\"}],[\"$\",\"$L10\",\"24\",{}]]\n"])</script></body></html>
|
|
@@ -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-
|
|
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-b743b1572b052c61.js"/><script src="/_next/static/chunks/f6503f1c-1272160a304f8b44.js" async=""></script><script src="/_next/static/chunks/4424-805347abcfa4dab9.js" async=""></script><script src="/_next/static/chunks/main-app-70892a7dc1723083.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,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";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-b743b1572b052c61.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[24280,[],\"\"]\n3:I[66958,[],\"\"]\n7:I[48148,[],\"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\":\"EEOvGgtsvMlezk0mE5jQb\"}\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 +1 @@
|
|
|
1
|
-
{"node":{},"edge":{},"encryptionKey":"
|
|
1
|
+
{"node":{},"edge":{},"encryptionKey":"8Jso09c3ozSiFBI76APasUbEUROU79lf2Au0HkV3P90="}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2125],{14474:(e,t,r)=>{function n(e){let t=e.followUps;return Array.isArray(t)?t.map(e=>d(e)?function(e){let t=o(e.id),r=o(e.message),n=o(e.createdAt);if(!t||!r||!n)return null;let s=o(e.prompt)??r,i=o(e.summary),u=a({message:r,prompt:s,summary:i})??r;return{id:t,message:u,prompt:s||u,createdAt:n,taskId:o(e.taskId),dispatchId:o(e.dispatchId),runId:o(e.runId),sessionId:o(e.sessionId),status:o(e.status),summary:i,tokenUsage:function(e){if(!d(e))return;let t=l(e.input),r=l(e.output),n=l(e.total);if(null===t||null===r||null===n)return;let a=l(e.cacheRead);return{input:t,output:r,total:n,...null===a?{}:{cacheRead:a}}}(e.tokenUsage),createdFiles:function(e){if(Array.isArray(e))return e.flatMap(e=>{if(!d(e))return[];let t=o(e.path),r=o(e.displayPath)??t;return t&&r?[{path:t,displayPath:r}]:[]})}(e.createdFiles)}}(e):null).filter(e=>!!e):[]}function a(e){var t,r;let n,a=(n="string"==typeof(t=e.prompt)?t.trim():"").length>0?n:null;return i(e.message)??function(e){if(!e)return null;let t=e.match(/Operator follow-up:\s*([\s\S]*?)(?:\n\s*Original mission:|\n\s*Latest result:|\n\s*Output context:|\n\s*Existing output\/files:|$)/i);return t?.[1]?.trim()||null}(e.prompt)??(a&&(r=a,!(/^Continue this task in the existing task context\./i.test(r)||/^Operator follow-up:/i.test(r)||/Original mission:/i.test(r)||/Latest result:/i.test(r)||/Output context:/i.test(r)||/Existing output\/files:/i.test(r)))?a:null)??i(e.summary)??null}function s(e,t){let r=new Map;for(let n of[...e,...t]){let e=n.runId||n.id,t=r.get(e);r.set(e,t?function(e,t){let r={...e,...t,summary:t.summary??e.summary,status:t.status??e.status,sessionId:t.sessionId??e.sessionId,tokenUsage:t.tokenUsage??e.tokenUsage,createdFiles:t.createdFiles??e.createdFiles},n=a(r)??i(e.message)??e.prompt;return{...r,message:n,prompt:r.prompt||n}}(t,n):n)}return Array.from(r.values()).sort((e,t)=>Date.parse(e.createdAt)-Date.parse(t.createdAt))}function i(e){let t="string"==typeof e?e.trim():"";return!t||/^Follow-up \d+$/i.test(t)?null:t}function o(e){return"string"==typeof e&&e.trim().length>0?e.trim():null}function l(e){return"number"==typeof e&&Number.isFinite(e)?e:null}function d(e){return!!(e&&"object"==typeof e&&!Array.isArray(e))}r.d(t,{Rx:()=>a,kT:()=>n,tt:()=>s})},72125:(e,t,r)=>{r.d(t,{D9:()=>y,_L:()=>w,e4:()=>k,fs:()=>b});var n=r(36366),a=r(70430),s=r(79613),i=r(8894),o=r(62071),l=r(2961),d=r(8120),u=r(19306),p=r(50243);function c(e,t){let r=e.metadata[t];return"string"==typeof r&&r.trim().length>0?r.trim():null}function m(e){let t=e?.trim();if(!t)return null;let r=":explicit:",n=t.indexOf(r);return -1===n?null:t.slice(n+r.length).trim()||null}function g(e,t){let r=e.replace(/\s+\n/g,"\n").trim();return r.length<=t?r:`${r.slice(0,Math.max(t-39,1)).trimEnd()}
|
|
2
|
+
|
|
3
|
+
[truncated for task follow-up]`}var x=r(14474),h=r(82711),f=r(23351);function b(e){var t;let r,n,a=((0,x.Rx)(e)??e.message.trim())||"Follow-up";return e.summary?["Operator follow-up:",a,"\nAgent response:",e.summary].join("\n"):(t=e.status,"timeout"===(r=t?.trim().toLowerCase())||"timed_out"===r||"stalled"===r||"failed"===r)?["Operator follow-up:",a,"\nNo agent answer was captured before the OpenClaw wait window expired."].join("\n"):["Operator follow-up:",a,"",`Accepted for continuation ${Number.isNaN(n=Date.parse(e.createdAt))?"just now":new Date(n).toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit"})}.`,e.runId?`OpenClaw run ${e.runId} is being tracked for this follow-up.`:"Waiting for the agent result to appear in the task feed and latest result."].join("\n")}function k({metrics:e,className:t,compact:r=!1,surface:a="auto",density:s="default"}){let i="dark"===a,o="dense"===s;return(0,n.jsx)("div",{className:(0,f.cn)("flex flex-wrap items-center",o?"gap-1.5":"gap-2.5",t),children:e.map((e,t)=>{let l=e.icon,d=(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(l,{className:(0,f.cn)("shrink-0",o?"h-3 w-3":"h-3.5 w-3.5",i?e.highlighted?"text-emerald-200":"text-slate-400":e.highlighted?"text-emerald-700 dark:text-emerald-200":"text-muted-foreground dark:text-slate-400")}),(0,n.jsx)("span",{children:e.label}),void 0!==e.value?(0,n.jsx)("span",{className:(0,f.cn)("ml-0.5 inline-flex items-center justify-center font-mono",o?"min-w-4 rounded-[6px] px-1 py-0.5 text-[9px]":"min-w-5 rounded-full px-1.5 py-0.5 text-[10px]",i?e.highlighted?"bg-emerald-300/[0.12] text-emerald-100":"bg-white/[0.06] text-slate-200":e.highlighted?"bg-emerald-50 text-emerald-700 dark:bg-emerald-300/12 dark:text-emerald-100":"bg-muted text-foreground dark:bg-white/[0.06] dark:text-slate-200"),children:e.value}):null]});return e.onClick?(0,n.jsx)("button",{type:"button",className:(0,f.cn)(v(e,r,a,s),i?"transition-colors hover:border-cyan-200/24 hover:bg-white/[0.06] hover:text-slate-100":"transition-colors hover:border-primary/20 hover:bg-accent/60 hover:text-foreground dark:hover:border-cyan-200/24 dark:hover:bg-white/[0.06] dark:hover:text-slate-100"),onClick:t=>{t.stopPropagation(),e.onClick?.()},onPointerDown:e=>e.stopPropagation(),children:d},`${e.label}-${t}`):(0,n.jsx)("span",{className:v(e,r,a,s),children:d},`${e.label}-${t}`)})})}function y({title:e="Latest result",result:t,emptyText:r="No result has been captured for this task yet.",className:i,compact:o=!1,density:l="default"}){let[d,u]=(0,a.useState)(!1),p=t?.trim()||r,c=(0,h.$m)(p,o?150:260)||p,m="dense"===l;return(0,n.jsxs)("section",{className:(0,f.cn)("border border-border bg-card shadow-[inset_0_1px_0_hsl(var(--border)/0.35)] dark:border-white/[0.08] dark:bg-slate-950/28 dark:shadow-[inset_0_1px_0_rgba(255,255,255,0.03)]",m?"rounded-[12px] px-2.5 py-2":"rounded-[16px] px-3 py-2.5",i),onClick:e=>e.stopPropagation(),onPointerDown:e=>e.stopPropagation(),children:[(0,n.jsxs)("button",{type:"button","aria-expanded":d,className:(0,f.cn)("flex w-full items-center justify-between text-left",m?"gap-2":"gap-3"),onClick:()=>u(e=>!e),children:[(0,n.jsxs)("span",{className:"flex min-w-0 items-center gap-2",children:[(0,n.jsx)("span",{className:"h-1.5 w-1.5 shrink-0 rounded-full bg-emerald-300 shadow-[0_0_10px_rgba(52,211,153,0.6)]"}),(0,n.jsx)("span",{className:"truncate text-[10px] font-semibold uppercase tracking-[0.18em] text-muted-foreground dark:text-slate-400",children:e})]}),(0,n.jsx)(s.A,{className:(0,f.cn)("shrink-0 text-muted-foreground transition-transform dark:text-slate-400",m?"h-3.5 w-3.5":"h-4 w-4",d&&"rotate-180")})]}),(0,n.jsx)("p",{className:(0,f.cn)("mt-2 whitespace-pre-wrap text-foreground/85 dark:text-slate-200/90",m?"text-[11px] leading-[18px]":o?"text-[11.5px] leading-5":"text-sm leading-6",d?"max-h-56 overflow-y-auto pr-2":"line-clamp-2"),children:d?p:c})]})}function w({task:e,latestResult:t,createdFiles:r,outputSummary:s,onSubmitted:x,onExpandRequest:h,textareaRef:b,expanded:k=!1,className:y,compact:v=!1,density:N="default"}){var _,C,A,O,$,S,F,U,D;let P,T,E,K,L,M,R,W,[q,z]=(0,a.useState)(""),[J,B]=(0,a.useState)(!1),G=(P=c(_=e,"primaryAgentId")||_.primaryAgentId?.trim()||(C=_.agentIds,C.find(e=>e.trim().length>0)?.trim()??null),T=c(_,"continuationSessionKey")||c(_,"openClawSessionKey")||c(_,"sessionKey")||c(_,"gatewaySessionKey")||(A=_.sessionIds,A.find(e=>e.trim().startsWith("agent:"))?.trim()??null),E=c(_,"continuationSessionId")||c(_,"openClawSessionId")||c(_,"sessionId")||c(_,"gatewaySessionId")||(_.sessionIds.map(e=>e.trim()).find(e=>e.length>0&&!e.startsWith("agent:"))??null)||m(T),K=T??(E&&P?`agent:${P}:explicit:${E}`:null),L=E?m(E)??E:m(K),M="native-task"===(O=c(_,"provenance"))||"dispatch-derived"===O||"runtime-derived"===O?O:"unknown",R=($=c(_,"continuationConfidence"),S=M,F=K,U=L,"high"===$||"medium"===$||"none"===$?$:F||U?"runtime-derived"===S||"unknown"===S?"medium":"high":"none"),W={agentId:P??null,sessionId:L??null,sessionKey:K,openClawTaskId:c(_,"openClawTaskId"),dispatchId:_.dispatchId?.trim()||c(_,"dispatchId"),provenance:M,confidence:R},"queued"!==(D=e.status)&&"running"!==D&&"stalled"!==D&&"completed"!==D?{available:!1,reason:"Follow-up is available for queued, running, stalled, or completed tasks.",warning:null,context:W}:W.agentId?W.sessionKey||W.sessionId?{available:!0,reason:null,warning:"medium"===W.confidence?"This task is runtime-derived; AgentOS will continue the resolved OpenClaw session context.":null,context:W}:{available:!1,reason:"This task does not expose an OpenClaw session to continue.",warning:null,context:W}:{available:!1,reason:"This task does not expose an OpenClaw agent to continue.",warning:null,context:W}),H=q.trim(),Q=G.reason||(J?"Follow-up is being sent.":null)||(H?null:"Enter a follow-up before sending."),V=!!Q,X="dense"===N,Y=async()=>{if(!V&&!J){B(!0);try{var n,a,i,o,l,d;let u,m,h,f,b,k,y,w,v,N=(n={task:e,operatorMessage:H,latestResult:t,createdFiles:r,outputSummary:s},b=g(n.operatorMessage,3e3),k=g((a=n.task,a.mission?.trim()||a.title.trim()||"Untitled task"),2600),y=g(n.latestResult||c(n.task,"finalResponseText")||c(n.task,"resultPreview")||n.task.subtitle,4200),w=g((i=n.task,(u=(n.createdFiles??[]).map(e=>e.displayPath||e.path).filter(e=>"string"==typeof e&&e.trim().length>0).slice(0,8)).length>0?u.join("\n"):i.artifactCount>0?`${i.artifactCount} file${1===i.artifactCount?"":"s"} reported by this task.`:""),1e3),v=g(n.outputSummary??"",4200),g(["Continue this task in the existing task context. Use the current OpenClaw session state and previous result; do not restart unless the operator explicitly asks for a retry.","","Operator follow-up:",b,"","Original mission:",k,y?"":null,y?"Latest result:":null,y||null,v?"":null,v?"Output context:":null,v||null,w?"":null,w?"Existing output/files:":null,w||null].filter(e=>"string"==typeof e).join("\n"),11600)),_=(o=e,m=globalThis.crypto?.randomUUID?.()??`${Date.now()}-${Math.random().toString(16).slice(2)}`,`${o.dispatchId||o.id}:continue:${m}`),C=await fetch(`/api/tasks/${encodeURIComponent(e.id)}/control`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"continue",message:N,dispatchId:e.dispatchId??null,idempotencyKey:_})}),A=await C.json().catch(()=>null);if(!C.ok||A?.error)throw Error(A?.error||"Unable to send follow-up.");let O=(l=A,h=l?.result,f=h?.result??{},{taskId:I(h?.taskId),runId:I(f.runId)??I(h?.target?.runId),sessionId:I(f.sessionId)??I(h?.target?.sessionId)??I(h?.target?.sessionKey),status:I(f.status),summary:I(f.summary)??(d=f,(Array.isArray(d.payloads)?d.payloads:j(d.result)&&Array.isArray(d.result.payloads)?d.result.payloads:[]).map(e=>j(e)?I(e.text):null).filter(e=>!!e).join("\n").trim()||null)});z("");let $={id:`follow-up:${e.id}:${_}`,message:H,prompt:N,createdAt:new Date().toISOString(),taskId:O.taskId,dispatchId:e.dispatchId??null,runId:O.runId,sessionId:O.sessionId,status:O.status,summary:O.summary};p.o.success("Follow-up accepted.",{description:"OpenClaw accepted the continuation. AgentOS will track the follow-up until live output arrives."}),await x?.($)}catch(e){p.o.error("Follow-up failed.",{description:e instanceof Error?e.message:"Unknown task continuation error."})}finally{B(!1)}}};return(0,n.jsxs)("div",{className:(0,f.cn)("border border-border bg-card shadow-[inset_0_1px_0_hsl(var(--border)/0.35)] dark:border-cyan-200/14 dark:bg-slate-950/36 dark:shadow-[inset_0_1px_0_rgba(255,255,255,0.04)]",X?"rounded-[12px] p-1.5":"rounded-[16px] p-2",k&&"border-primary/20 bg-accent/50 dark:border-cyan-200/24 dark:bg-slate-950/46",y),onClick:e=>e.stopPropagation(),onPointerDown:e=>e.stopPropagation(),children:[(0,n.jsxs)("div",{className:(0,f.cn)("flex items-end",X?"gap-1.5":"gap-2"),children:[(0,n.jsxs)("div",{className:(0,f.cn)("flex flex-1 items-start gap-2 border border-border bg-background/60 transition-[min-height,border-color,background-color] duration-200 dark:border-white/[0.07] dark:bg-black/18",X?"min-h-9 rounded-[10px] px-2 py-1.5":"min-h-11 rounded-[13px] px-2.5 py-2",k&&(X?"min-h-12":"min-h-14"),k&&"border-primary/20 bg-background dark:border-cyan-200/20 dark:bg-black/24"),children:[(0,n.jsx)(i.A,{className:(0,f.cn)("mt-1 shrink-0 text-muted-foreground transition-transform duration-200 dark:text-slate-400",X?"h-3.5 w-3.5":"h-4 w-4",k&&"scale-110 text-primary dark:text-cyan-100")}),(0,n.jsx)(u.T,{ref:b,value:q,maxLength:4e3,disabled:J||!G.available,placeholder:"Ask a follow-up...",className:(0,f.cn)("min-h-8 resize-none border-0 bg-transparent p-0 font-medium text-foreground caret-primary shadow-none placeholder:font-medium placeholder:text-muted-foreground focus-visible:ring-0 dark:text-slate-100 dark:caret-emerald-200 dark:placeholder:text-slate-400",X?"text-[13px] leading-5":v?"text-base leading-7":"text-[16px] leading-7",k&&(X?"text-sm leading-6":"text-[17px]")),rows:k?3:v?1:2,title:G.reason??void 0,onFocus:()=>h?.(),onChange:e=>z(e.target.value),onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),Y())}})]}),(0,n.jsx)(d.$,{type:"button",size:"icon",disabled:V,title:Q??"Send follow-up",className:(0,f.cn)("shrink-0 border border-primary/20 bg-primary text-primary-foreground shadow-[0_10px_24px_hsl(var(--primary)/0.16)] hover:bg-primary/90 dark:border-cyan-200/16 dark:bg-slate-800 dark:text-emerald-200 dark:shadow-[0_0_24px_rgba(45,212,191,0.08)] dark:hover:bg-slate-700 dark:hover:text-emerald-100",X?"h-9 w-9 rounded-[10px]":"h-11 w-11 rounded-[13px]",V&&"opacity-55"),onClick:()=>void Y(),children:J?(0,n.jsx)(o.A,{className:"h-4 w-4 animate-spin"}):(0,n.jsx)(l.A,{className:"h-4 w-4"})})]}),G.reason?(0,n.jsx)("p",{className:"mt-1.5 px-1 text-[10px] leading-4 text-amber-700 dark:text-amber-200/80",children:G.reason}):G.warning?(0,n.jsx)("p",{className:"mt-1.5 px-1 text-[10px] leading-4 text-amber-700 dark:text-amber-200/80",children:G.warning}):null]})}function v(e,t,r,n="default"){let a="dense"===n;return"dark"===r?(0,f.cn)("inline-flex min-w-0 items-center border font-medium",a?"gap-1 rounded-[9px] px-1.5 py-0.5 text-[9px]":"gap-1.5 rounded-full",!a&&(t?"px-2 py-1 text-[10px]":"px-3 py-1.5 text-xs"),e.highlighted?"border-emerald-300/[0.18] bg-emerald-300/[0.07] text-emerald-100":"border-white/[0.08] bg-white/[0.03] text-slate-300",e.active&&"border-cyan-200/25 bg-cyan-300/[0.08] text-cyan-100"):(0,f.cn)("inline-flex min-w-0 items-center border font-medium",a?"gap-1 rounded-[9px] px-1.5 py-0.5 text-[9px]":"gap-1.5 rounded-full",!a&&(t?"px-2 py-1 text-[10px]":"px-3 py-1.5 text-xs"),e.highlighted?"border-emerald-200 bg-emerald-50 text-emerald-700 dark:border-emerald-300/18 dark:bg-emerald-300/[0.07] dark:text-emerald-100":"border-border bg-muted/45 text-muted-foreground dark:border-white/[0.08] dark:bg-white/[0.03] dark:text-slate-300",e.active&&"border-primary/25 bg-primary/10 text-primary dark:border-cyan-200/25 dark:bg-cyan-300/[0.08] dark:text-cyan-100")}function I(e){return"string"==typeof e&&e.trim().length>0?e.trim():null}function j(e){return!!(e&&"object"==typeof e&&!Array.isArray(e))}}}]);
|