@sapienx/agentos 0.1.1 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/bin/agentos.js +426 -14
- package/bundle/.next/BUILD_ID +1 -1
- package/bundle/.next/app-path-routes-manifest.json +12 -11
- package/bundle/.next/build-manifest.json +2 -2
- package/bundle/.next/routes-manifest.json +6 -0
- package/bundle/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/_global-error.html +2 -2
- package/bundle/.next/server/app/_global-error.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/bundle/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/_not-found.html +1 -1
- package/bundle/.next/server/app/_not-found.rsc +2 -2
- package/bundle/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/bundle/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/bundle/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/bundle/.next/server/app/api/agents/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/diagnostics/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/diagnostics/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/files/reveal/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/gateway/control/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/gateway/control/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/mission/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/mission/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/onboarding/models/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/onboarding/models/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/onboarding/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/onboarding/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/deploy/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/simulate/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/turn/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/turn/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/planner/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/reset/route.js +3 -0
- package/bundle/.next/server/app/api/reset/route.js.nft.json +1 -0
- package/bundle/.next/server/app/api/reset/route_client-reference-manifest.js +1 -0
- package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/runtimes/[runtimeId]/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/settings/gateway/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/settings/gateway/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/settings/workspace-root/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/settings/workspace-root/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/snapshot/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/snapshot/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/stream/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/stream/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/system/open-terminal/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/update/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/api/workspaces/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/route_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/page.js +11 -8
- package/bundle/.next/server/app/page.js.nft.json +1 -1
- package/bundle/.next/server/app/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app-paths-manifest.json +12 -11
- package/bundle/.next/server/chunks/907.js +22 -22
- package/bundle/.next/server/functions-config-manifest.json +1 -0
- package/bundle/.next/server/pages/404.html +1 -1
- package/bundle/.next/server/pages/500.html +2 -2
- package/bundle/.next/static/chunks/632-05d72f27d1a1075e.js +13 -0
- package/bundle/.next/static/chunks/app/{_not-found/page-0d1d1bc0507fcf1d.js → _global-error/page-b01b0a6fdf60f7fe.js} +1 -1
- package/bundle/.next/static/chunks/app/{api/agents/route-0d1d1bc0507fcf1d.js → _not-found/page-b01b0a6fdf60f7fe.js} +1 -1
- package/bundle/.next/static/chunks/app/api/{diagnostics/route-0d1d1bc0507fcf1d.js → agents/route-b01b0a6fdf60f7fe.js} +1 -1
- package/bundle/.next/static/chunks/app/{_global-error/page-0d1d1bc0507fcf1d.js → api/diagnostics/route-b01b0a6fdf60f7fe.js} +1 -1
- package/bundle/.next/static/chunks/app/api/files/reveal/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/gateway/control/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/mission/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/onboarding/models/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/onboarding/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/deploy/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/simulate/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/turn/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/reset/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/runtimes/[runtimeId]/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/settings/gateway/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/settings/workspace-root/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/snapshot/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/stream/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/system/open-terminal/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/update/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/api/workspaces/route-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/not-found-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/app/page-2cb34a431e05ffbc.js +14 -0
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/app-error-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/forbidden-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b01b0a6fdf60f7fe.js +1 -0
- package/bundle/.next/static/css/b437564fd435ab82.css +3 -0
- package/bundle/.next/static/vVu-6A-oCIV07uAZGrTop/_buildManifest.js +1 -0
- package/package.json +1 -1
- package/bundle/.next/static/OapfD2WRodYTsq1oFnTgh/_buildManifest.js +0 -1
- package/bundle/.next/static/chunks/329-1f8436466b6b9b86.js +0 -13
- package/bundle/.next/static/chunks/app/api/files/reveal/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/gateway/control/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/mission/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/onboarding/models/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/onboarding/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/deploy/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/simulate/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/turn/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/runtimes/[runtimeId]/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/settings/gateway/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/settings/workspace-root/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/snapshot/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/stream/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/system/open-terminal/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/update/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/api/workspaces/route-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/not-found-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/app/page-9b9885753576b25c.js +0 -11
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/app-error-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/forbidden-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/unauthorized-0d1d1bc0507fcf1d.js +0 -1
- package/bundle/.next/static/css/fafac7874e0b1aad.css +0 -3
- /package/bundle/.next/static/{OapfD2WRodYTsq1oFnTgh → vVu-6A-oCIV07uAZGrTop}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/planner/[planId]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/planner/[planId]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1493":{"*":{"id":"9511","name":"*","chunks":[],"async":false}},"2212":{"*":{"id":"6136","name":"*","chunks":[],"async":false}},"2629":{"*":{"id":"9711","name":"*","chunks":[],"async":false}},"3941":{"*":{"id":"5669","name":"*","chunks":[],"async":false}},"4001":{"*":{"id":"7581","name":"*","chunks":[],"async":false}},"4600":{"*":{"id":"3926","name":"*","chunks":[],"async":false}},"5072":{"*":{"id":"3020","name":"*","chunks":[],"async":false}},"6163":{"*":{"id":"7809","name":"*","chunks":[],"async":false}},"6552":{"*":{"id":"1992","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"5225","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6163,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6163,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":6552,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":6552,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4600,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4600,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":4001,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4001,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1493,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1493,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":2212,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":2212,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3941,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3941,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/globals.css":{"id":6728,"name":"*","chunks":["273","static/chunks/273-31916bcd40e3f381.js","177","static/chunks/app/layout-f29ac7241aef5824.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/components/ui/sonner.tsx":{"id":2629,"name":"*","chunks":["273","static/chunks/273-31916bcd40e3f381.js","177","static/chunks/app/layout-f29ac7241aef5824.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/components/mission-control/mission-control-shell.tsx":{"id":5072,"name":"*","chunks":["708","static/chunks/4a846800-ac18ff898328f8a0.js","273","static/chunks/273-31916bcd40e3f381.js","632","static/chunks/632-05d72f27d1a1075e.js","974","static/chunks/app/page-2cb34a431e05ffbc.js"],"async":false}},"entryCSSFiles":{"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/not-found":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/layout":[{"inlined":false,"path":"static/css/b437564fd435ab82.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/api/planner/route":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/api/planner/[planId]/route":[]},"rscModuleMapping":{"1493":{"*":{"id":"2757","name":"*","chunks":[],"async":false}},"2212":{"*":{"id":"7786","name":"*","chunks":[],"async":false}},"2629":{"*":{"id":"2721","name":"*","chunks":[],"async":false}},"3941":{"*":{"id":"107","name":"*","chunks":[],"async":false}},"4001":{"*":{"id":"3467","name":"*","chunks":[],"async":false}},"4600":{"*":{"id":"4612","name":"*","chunks":[],"async":false}},"5072":{"*":{"id":"9787","name":"*","chunks":[],"async":false}},"6163":{"*":{"id":"5987","name":"*","chunks":[],"async":false}},"6552":{"*":{"id":"3394","name":"*","chunks":[],"async":false}},"6728":{"*":{"id":"216","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"3051","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../../../.mission-control/planner/plans/067036d1-9748-41b3-9cb8-43a8e16be3db.json","../../../../../../../.mission-control/planner/plans/0b5b55d5-d772-45c2-b58f-0df4493cadc5.json","../../../../../../../.mission-control/planner/plans/0be6f4fe-2602-4a7d-acc2-cca77a60e725.json","../../../../../../../.mission-control/planner/plans/0d3e1ef2-17db-406c-8b83-2f598360d29c.json","../../../../../../../.mission-control/planner/plans/0ea9632b-bc85-4418-b523-cf2b359b2812.json","../../../../../../../.mission-control/planner/plans/20f9090e-a5a7-4be8-8a11-27d3364dc712.json","../../../../../../../.mission-control/planner/plans/24782997-7f60-4419-8618-a063a4378a0a.json","../../../../../../../.mission-control/planner/plans/2a0d0b02-c500-4ce6-b3e8-f6496d08ff55.json","../../../../../../../.mission-control/planner/plans/331ff657-9399-4df2-86a0-c9c76127ed9b.json","../../../../../../../.mission-control/planner/plans/347c972f-7e3f-48cf-a89f-4031a16da394.json","../../../../../../../.mission-control/planner/plans/41bcb477-231d-4f23-bf57-3e21ae06ded9.json","../../../../../../../.mission-control/planner/plans/444b1d93-3727-46f2-b372-694ae21f9c59.json","../../../../../../../.mission-control/planner/plans/47c7b75e-d7c5-43a8-9b1e-eec5b434e0ee.json","../../../../../../../.mission-control/planner/plans/4df5a430-a00b-4f3d-9773-c65ca6592c05.json","../../../../../../../.mission-control/planner/plans/59354baf-1312-4940-9a0b-294eb3eafb52.json","../../../../../../../.mission-control/planner/plans/642ae90d-9ac3-4d4f-8ffb-d11d2765b41a.json","../../../../../../../.mission-control/planner/plans/6473b8ca-8d87-46f5-89dd-8d16e4638b01.json","../../../../../../../.mission-control/planner/plans/67c7c2d7-e482-4383-8e99-f518cc5dbcfb.json","../../../../../../../.mission-control/planner/plans/6b153ebf-9357-4891-8388-128a7df12431.json","../../../../../../../.mission-control/planner/plans/7cc23ac6-c4b0-4daf-9b64-e586f438c883.json","../../../../../../../.mission-control/planner/plans/7cdd3860-78a3-4edd-813e-6ef7c10d2620.json","../../../../../../../.mission-control/planner/plans/9a5d991a-681e-437e-9cd2-22bfe9e12651.json","../../../../../../../.mission-control/planner/plans/9ca6dcdb-797b-4453-9aae-9f9a3700379a.json","../../../../../../../.mission-control/planner/plans/be90dc8c-5a6a-4929-a0ff-7a7aa0b24beb.json","../../../../../../../.mission-control/planner/plans/bf10f023-d4ed-4a02-99f0-0153f5fc7594.json","../../../../../../../.mission-control/planner/plans/dabf6a67-dc56-435e-9b8b-a5af7f45772c.json","../../../../../../../.mission-control/planner/plans/dd06a42a-0d5f-463a-9185-b4cc1e745dec.json","../../../../../../../.mission-control/planner/plans/f2d83db8-7520-41a9-8228-46269262a8a3.json","../../../../../../../.mission-control/planner/plans/f77bf5ce-c13c-43f2-b98e-329563edeeb8.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-architect/agent/auth-profiles.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-architect/agent/models.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-founder/agent/auth-profiles.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-founder/agent/models.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-growth/agent/auth-profiles.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-growth/agent/models.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-ops/agent/auth-profiles.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-ops/agent/models.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-product/agent/auth-profiles.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-product/agent/models.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-reviewer/agent/auth-profiles.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-reviewer/agent/models.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/project-shell/events.jsonl","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/project.json","../../../../../../../.mission-control/planner/runtime-workspace/AGENTS.md","../../../../../../../.mission-control/planner/runtime-workspace/HEARTBEAT.md","../../../../../../../.mission-control/planner/runtime-workspace/IDENTITY.md","../../../../../../../.mission-control/planner/runtime-workspace/SOUL.md","../../../../../../../.mission-control/planner/runtime-workspace/TOOLS.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-architect/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-founder/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-growth/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-ops/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-product/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-reviewer/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/planner-architect/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/planner-founder/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/planner-growth/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/planner-ops/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/planner-product/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/planner-reviewer/SKILL.md","../../../../../../../.mission-control/settings.json","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../../../node_modules/next","../../../../../../../package.json","../../../../../../package.json","../../../../../chunks/350.js","../../../../../chunks/603.js","../../../../../chunks/709.js","../../../../../chunks/907.js","../../../../../chunks/957.js","../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
1
|
+
{"version":1,"files":["../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../../../node_modules/next","../../../../../../../package.json","../../../../../../package.json","../../../../../chunks/350.js","../../../../../chunks/603.js","../../../../../chunks/709.js","../../../../../chunks/907.js","../../../../../chunks/957.js","../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
package/bundle/.next/server/app/api/planner/[planId]/simulate/route_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/planner/[planId]/simulate/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/planner/[planId]/simulate/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1493":{"*":{"id":"9511","name":"*","chunks":[],"async":false}},"2212":{"*":{"id":"6136","name":"*","chunks":[],"async":false}},"2629":{"*":{"id":"9711","name":"*","chunks":[],"async":false}},"3941":{"*":{"id":"5669","name":"*","chunks":[],"async":false}},"4001":{"*":{"id":"7581","name":"*","chunks":[],"async":false}},"4600":{"*":{"id":"3926","name":"*","chunks":[],"async":false}},"5072":{"*":{"id":"3020","name":"*","chunks":[],"async":false}},"6163":{"*":{"id":"7809","name":"*","chunks":[],"async":false}},"6552":{"*":{"id":"1992","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"5225","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6163,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6163,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":6552,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":6552,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4600,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4600,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":4001,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4001,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1493,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1493,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":2212,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":2212,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3941,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3941,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/globals.css":{"id":6728,"name":"*","chunks":["273","static/chunks/273-31916bcd40e3f381.js","177","static/chunks/app/layout-f29ac7241aef5824.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/components/ui/sonner.tsx":{"id":2629,"name":"*","chunks":["273","static/chunks/273-31916bcd40e3f381.js","177","static/chunks/app/layout-f29ac7241aef5824.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/components/mission-control/mission-control-shell.tsx":{"id":5072,"name":"*","chunks":["708","static/chunks/4a846800-ac18ff898328f8a0.js","273","static/chunks/273-31916bcd40e3f381.js","632","static/chunks/632-05d72f27d1a1075e.js","974","static/chunks/app/page-2cb34a431e05ffbc.js"],"async":false}},"entryCSSFiles":{"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/not-found":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/layout":[{"inlined":false,"path":"static/css/b437564fd435ab82.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/api/planner/route":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/api/planner/[planId]/route":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/api/planner/[planId]/simulate/route":[]},"rscModuleMapping":{"1493":{"*":{"id":"2757","name":"*","chunks":[],"async":false}},"2212":{"*":{"id":"7786","name":"*","chunks":[],"async":false}},"2629":{"*":{"id":"2721","name":"*","chunks":[],"async":false}},"3941":{"*":{"id":"107","name":"*","chunks":[],"async":false}},"4001":{"*":{"id":"3467","name":"*","chunks":[],"async":false}},"4600":{"*":{"id":"4612","name":"*","chunks":[],"async":false}},"5072":{"*":{"id":"9787","name":"*","chunks":[],"async":false}},"6163":{"*":{"id":"5987","name":"*","chunks":[],"async":false}},"6552":{"*":{"id":"3394","name":"*","chunks":[],"async":false}},"6728":{"*":{"id":"216","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"3051","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../../../.mission-control/planner/plans/067036d1-9748-41b3-9cb8-43a8e16be3db.json","../../../../../../../.mission-control/planner/plans/0b5b55d5-d772-45c2-b58f-0df4493cadc5.json","../../../../../../../.mission-control/planner/plans/0be6f4fe-2602-4a7d-acc2-cca77a60e725.json","../../../../../../../.mission-control/planner/plans/0d3e1ef2-17db-406c-8b83-2f598360d29c.json","../../../../../../../.mission-control/planner/plans/0ea9632b-bc85-4418-b523-cf2b359b2812.json","../../../../../../../.mission-control/planner/plans/20f9090e-a5a7-4be8-8a11-27d3364dc712.json","../../../../../../../.mission-control/planner/plans/24782997-7f60-4419-8618-a063a4378a0a.json","../../../../../../../.mission-control/planner/plans/2a0d0b02-c500-4ce6-b3e8-f6496d08ff55.json","../../../../../../../.mission-control/planner/plans/331ff657-9399-4df2-86a0-c9c76127ed9b.json","../../../../../../../.mission-control/planner/plans/347c972f-7e3f-48cf-a89f-4031a16da394.json","../../../../../../../.mission-control/planner/plans/41bcb477-231d-4f23-bf57-3e21ae06ded9.json","../../../../../../../.mission-control/planner/plans/444b1d93-3727-46f2-b372-694ae21f9c59.json","../../../../../../../.mission-control/planner/plans/47c7b75e-d7c5-43a8-9b1e-eec5b434e0ee.json","../../../../../../../.mission-control/planner/plans/4df5a430-a00b-4f3d-9773-c65ca6592c05.json","../../../../../../../.mission-control/planner/plans/59354baf-1312-4940-9a0b-294eb3eafb52.json","../../../../../../../.mission-control/planner/plans/642ae90d-9ac3-4d4f-8ffb-d11d2765b41a.json","../../../../../../../.mission-control/planner/plans/6473b8ca-8d87-46f5-89dd-8d16e4638b01.json","../../../../../../../.mission-control/planner/plans/67c7c2d7-e482-4383-8e99-f518cc5dbcfb.json","../../../../../../../.mission-control/planner/plans/6b153ebf-9357-4891-8388-128a7df12431.json","../../../../../../../.mission-control/planner/plans/7cc23ac6-c4b0-4daf-9b64-e586f438c883.json","../../../../../../../.mission-control/planner/plans/7cdd3860-78a3-4edd-813e-6ef7c10d2620.json","../../../../../../../.mission-control/planner/plans/9a5d991a-681e-437e-9cd2-22bfe9e12651.json","../../../../../../../.mission-control/planner/plans/9ca6dcdb-797b-4453-9aae-9f9a3700379a.json","../../../../../../../.mission-control/planner/plans/be90dc8c-5a6a-4929-a0ff-7a7aa0b24beb.json","../../../../../../../.mission-control/planner/plans/bf10f023-d4ed-4a02-99f0-0153f5fc7594.json","../../../../../../../.mission-control/planner/plans/dabf6a67-dc56-435e-9b8b-a5af7f45772c.json","../../../../../../../.mission-control/planner/plans/dd06a42a-0d5f-463a-9185-b4cc1e745dec.json","../../../../../../../.mission-control/planner/plans/f2d83db8-7520-41a9-8228-46269262a8a3.json","../../../../../../../.mission-control/planner/plans/f77bf5ce-c13c-43f2-b98e-329563edeeb8.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-architect/agent/auth-profiles.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-architect/agent/models.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-founder/agent/auth-profiles.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-founder/agent/models.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-growth/agent/auth-profiles.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-growth/agent/models.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-ops/agent/auth-profiles.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-ops/agent/models.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-product/agent/auth-profiles.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-product/agent/models.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-reviewer/agent/auth-profiles.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-reviewer/agent/models.json","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/project-shell/events.jsonl","../../../../../../../.mission-control/planner/runtime-workspace/.openclaw/project.json","../../../../../../../.mission-control/planner/runtime-workspace/AGENTS.md","../../../../../../../.mission-control/planner/runtime-workspace/HEARTBEAT.md","../../../../../../../.mission-control/planner/runtime-workspace/IDENTITY.md","../../../../../../../.mission-control/planner/runtime-workspace/SOUL.md","../../../../../../../.mission-control/planner/runtime-workspace/TOOLS.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-architect/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-founder/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-growth/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-ops/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-product/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-reviewer/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/planner-architect/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/planner-founder/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/planner-growth/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/planner-ops/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/planner-product/SKILL.md","../../../../../../../.mission-control/planner/runtime-workspace/skills/planner-reviewer/SKILL.md","../../../../../../../.mission-control/settings.json","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../../../node_modules/next","../../../../../../../package.json","../../../../../../package.json","../../../../../chunks/350.js","../../../../../chunks/603.js","../../../../../chunks/709.js","../../../../../chunks/907.js","../../../../../chunks/957.js","../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
1
|
+
{"version":1,"files":["../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../../../node_modules/next","../../../../../../../package.json","../../../../../../package.json","../../../../../chunks/350.js","../../../../../chunks/603.js","../../../../../chunks/709.js","../../../../../chunks/907.js","../../../../../chunks/957.js","../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
package/bundle/.next/server/app/api/planner/[planId]/turn/route_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/planner/[planId]/turn/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/planner/[planId]/turn/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1493":{"*":{"id":"9511","name":"*","chunks":[],"async":false}},"2212":{"*":{"id":"6136","name":"*","chunks":[],"async":false}},"2629":{"*":{"id":"9711","name":"*","chunks":[],"async":false}},"3941":{"*":{"id":"5669","name":"*","chunks":[],"async":false}},"4001":{"*":{"id":"7581","name":"*","chunks":[],"async":false}},"4600":{"*":{"id":"3926","name":"*","chunks":[],"async":false}},"5072":{"*":{"id":"3020","name":"*","chunks":[],"async":false}},"6163":{"*":{"id":"7809","name":"*","chunks":[],"async":false}},"6552":{"*":{"id":"1992","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"5225","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6163,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6163,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":6552,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":6552,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4600,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4600,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":4001,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4001,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1493,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1493,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":2212,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":2212,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3941,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3941,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/globals.css":{"id":6728,"name":"*","chunks":["273","static/chunks/273-31916bcd40e3f381.js","177","static/chunks/app/layout-f29ac7241aef5824.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/components/ui/sonner.tsx":{"id":2629,"name":"*","chunks":["273","static/chunks/273-31916bcd40e3f381.js","177","static/chunks/app/layout-f29ac7241aef5824.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/components/mission-control/mission-control-shell.tsx":{"id":5072,"name":"*","chunks":["708","static/chunks/4a846800-ac18ff898328f8a0.js","273","static/chunks/273-31916bcd40e3f381.js","632","static/chunks/632-05d72f27d1a1075e.js","974","static/chunks/app/page-2cb34a431e05ffbc.js"],"async":false}},"entryCSSFiles":{"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/not-found":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/layout":[{"inlined":false,"path":"static/css/b437564fd435ab82.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/api/planner/route":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/api/planner/[planId]/route":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/api/planner/[planId]/turn/route":[]},"rscModuleMapping":{"1493":{"*":{"id":"2757","name":"*","chunks":[],"async":false}},"2212":{"*":{"id":"7786","name":"*","chunks":[],"async":false}},"2629":{"*":{"id":"2721","name":"*","chunks":[],"async":false}},"3941":{"*":{"id":"107","name":"*","chunks":[],"async":false}},"4001":{"*":{"id":"3467","name":"*","chunks":[],"async":false}},"4600":{"*":{"id":"4612","name":"*","chunks":[],"async":false}},"5072":{"*":{"id":"9787","name":"*","chunks":[],"async":false}},"6163":{"*":{"id":"5987","name":"*","chunks":[],"async":false}},"6552":{"*":{"id":"3394","name":"*","chunks":[],"async":false}},"6728":{"*":{"id":"216","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"3051","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../.mission-control/planner/plans/067036d1-9748-41b3-9cb8-43a8e16be3db.json","../../../../../.mission-control/planner/plans/0b5b55d5-d772-45c2-b58f-0df4493cadc5.json","../../../../../.mission-control/planner/plans/0be6f4fe-2602-4a7d-acc2-cca77a60e725.json","../../../../../.mission-control/planner/plans/0d3e1ef2-17db-406c-8b83-2f598360d29c.json","../../../../../.mission-control/planner/plans/0ea9632b-bc85-4418-b523-cf2b359b2812.json","../../../../../.mission-control/planner/plans/20f9090e-a5a7-4be8-8a11-27d3364dc712.json","../../../../../.mission-control/planner/plans/24782997-7f60-4419-8618-a063a4378a0a.json","../../../../../.mission-control/planner/plans/2a0d0b02-c500-4ce6-b3e8-f6496d08ff55.json","../../../../../.mission-control/planner/plans/331ff657-9399-4df2-86a0-c9c76127ed9b.json","../../../../../.mission-control/planner/plans/347c972f-7e3f-48cf-a89f-4031a16da394.json","../../../../../.mission-control/planner/plans/41bcb477-231d-4f23-bf57-3e21ae06ded9.json","../../../../../.mission-control/planner/plans/444b1d93-3727-46f2-b372-694ae21f9c59.json","../../../../../.mission-control/planner/plans/47c7b75e-d7c5-43a8-9b1e-eec5b434e0ee.json","../../../../../.mission-control/planner/plans/4df5a430-a00b-4f3d-9773-c65ca6592c05.json","../../../../../.mission-control/planner/plans/59354baf-1312-4940-9a0b-294eb3eafb52.json","../../../../../.mission-control/planner/plans/642ae90d-9ac3-4d4f-8ffb-d11d2765b41a.json","../../../../../.mission-control/planner/plans/6473b8ca-8d87-46f5-89dd-8d16e4638b01.json","../../../../../.mission-control/planner/plans/67c7c2d7-e482-4383-8e99-f518cc5dbcfb.json","../../../../../.mission-control/planner/plans/6b153ebf-9357-4891-8388-128a7df12431.json","../../../../../.mission-control/planner/plans/7cc23ac6-c4b0-4daf-9b64-e586f438c883.json","../../../../../.mission-control/planner/plans/7cdd3860-78a3-4edd-813e-6ef7c10d2620.json","../../../../../.mission-control/planner/plans/9a5d991a-681e-437e-9cd2-22bfe9e12651.json","../../../../../.mission-control/planner/plans/9ca6dcdb-797b-4453-9aae-9f9a3700379a.json","../../../../../.mission-control/planner/plans/be90dc8c-5a6a-4929-a0ff-7a7aa0b24beb.json","../../../../../.mission-control/planner/plans/bf10f023-d4ed-4a02-99f0-0153f5fc7594.json","../../../../../.mission-control/planner/plans/dabf6a67-dc56-435e-9b8b-a5af7f45772c.json","../../../../../.mission-control/planner/plans/dd06a42a-0d5f-463a-9185-b4cc1e745dec.json","../../../../../.mission-control/planner/plans/f2d83db8-7520-41a9-8228-46269262a8a3.json","../../../../../.mission-control/planner/plans/f77bf5ce-c13c-43f2-b98e-329563edeeb8.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-architect/agent/auth-profiles.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-architect/agent/models.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-founder/agent/auth-profiles.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-founder/agent/models.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-growth/agent/auth-profiles.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-growth/agent/models.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-ops/agent/auth-profiles.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-ops/agent/models.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-product/agent/auth-profiles.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-product/agent/models.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-reviewer/agent/auth-profiles.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/agents/mission-control-planner-runtime-reviewer/agent/models.json","../../../../../.mission-control/planner/runtime-workspace/.openclaw/project-shell/events.jsonl","../../../../../.mission-control/planner/runtime-workspace/.openclaw/project.json","../../../../../.mission-control/planner/runtime-workspace/AGENTS.md","../../../../../.mission-control/planner/runtime-workspace/HEARTBEAT.md","../../../../../.mission-control/planner/runtime-workspace/IDENTITY.md","../../../../../.mission-control/planner/runtime-workspace/SOUL.md","../../../../../.mission-control/planner/runtime-workspace/TOOLS.md","../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-architect/SKILL.md","../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-founder/SKILL.md","../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-growth/SKILL.md","../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-ops/SKILL.md","../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-product/SKILL.md","../../../../../.mission-control/planner/runtime-workspace/skills/agent-policy-mission-control-planner-runtime-reviewer/SKILL.md","../../../../../.mission-control/planner/runtime-workspace/skills/planner-architect/SKILL.md","../../../../../.mission-control/planner/runtime-workspace/skills/planner-founder/SKILL.md","../../../../../.mission-control/planner/runtime-workspace/skills/planner-growth/SKILL.md","../../../../../.mission-control/planner/runtime-workspace/skills/planner-ops/SKILL.md","../../../../../.mission-control/planner/runtime-workspace/skills/planner-product/SKILL.md","../../../../../.mission-control/planner/runtime-workspace/skills/planner-reviewer/SKILL.md","../../../../../.mission-control/settings.json","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../node_modules/next","../../../../../package.json","../../../../package.json","../../../chunks/603.js","../../../chunks/709.js","../../../chunks/907.js","../../../chunks/957.js","../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../node_modules/next","../../../../../package.json","../../../../package.json","../../../chunks/603.js","../../../chunks/709.js","../../../chunks/907.js","../../../chunks/957.js","../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/planner/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/planner/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1493":{"*":{"id":"9511","name":"*","chunks":[],"async":false}},"2212":{"*":{"id":"6136","name":"*","chunks":[],"async":false}},"2629":{"*":{"id":"9711","name":"*","chunks":[],"async":false}},"3941":{"*":{"id":"5669","name":"*","chunks":[],"async":false}},"4001":{"*":{"id":"7581","name":"*","chunks":[],"async":false}},"4600":{"*":{"id":"3926","name":"*","chunks":[],"async":false}},"5072":{"*":{"id":"3020","name":"*","chunks":[],"async":false}},"6163":{"*":{"id":"7809","name":"*","chunks":[],"async":false}},"6552":{"*":{"id":"1992","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"5225","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6163,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6163,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":6552,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":6552,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":4600,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4600,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":4001,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4001,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1493,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1493,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":2212,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":2212,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3941,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3941,"name":"*","chunks":[],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/globals.css":{"id":6728,"name":"*","chunks":["273","static/chunks/273-31916bcd40e3f381.js","177","static/chunks/app/layout-f29ac7241aef5824.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/components/ui/sonner.tsx":{"id":2629,"name":"*","chunks":["273","static/chunks/273-31916bcd40e3f381.js","177","static/chunks/app/layout-f29ac7241aef5824.js"],"async":false},"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/components/mission-control/mission-control-shell.tsx":{"id":5072,"name":"*","chunks":["708","static/chunks/4a846800-ac18ff898328f8a0.js","273","static/chunks/273-31916bcd40e3f381.js","632","static/chunks/632-05d72f27d1a1075e.js","974","static/chunks/app/page-2cb34a431e05ffbc.js"],"async":false}},"entryCSSFiles":{"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/not-found":[],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/layout":[{"inlined":false,"path":"static/css/b437564fd435ab82.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/page":[{"inlined":false,"path":"static/css/599369d853c61df7.css"}],"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/api/planner/route":[]},"rscModuleMapping":{"1493":{"*":{"id":"2757","name":"*","chunks":[],"async":false}},"2212":{"*":{"id":"7786","name":"*","chunks":[],"async":false}},"2629":{"*":{"id":"2721","name":"*","chunks":[],"async":false}},"3941":{"*":{"id":"107","name":"*","chunks":[],"async":false}},"4001":{"*":{"id":"3467","name":"*","chunks":[],"async":false}},"4600":{"*":{"id":"4612","name":"*","chunks":[],"async":false}},"5072":{"*":{"id":"9787","name":"*","chunks":[],"async":false}},"6163":{"*":{"id":"5987","name":"*","chunks":[],"async":false}},"6552":{"*":{"id":"3394","name":"*","chunks":[],"async":false}},"6728":{"*":{"id":"216","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"3051","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";(()=>{var a={};a.id=979,a.ids=[979],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},1421:a=>{a.exports=require("node:child_process")},1455:a=>{a.exports=require("node:fs/promises")},3033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},5378:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>al,patchFetch:()=>ak,routeModule:()=>ag,serverHooks:()=>aj,workAsyncStorage:()=>ah,workUnitAsyncStorage:()=>ai});var d={};c.r(d),c.d(d,{POST:()=>af,dynamic:()=>ab,runtime:()=>aa});var e=c(654),f=c(5246),g=c(8277),h=c(2533),i=c(4111),j=c(6867),k=c(261),l=c(9682),m=c(9499),n=c(6701),o=c(8830),p=c(7136),q=c(5930),r=c(9864),s=c(8049),t=c(6439),u=c(2559),v=c(8320),w=c(5350),x=c(1421),y=c(1455),z=c(8161),A=c.n(z),B=c(6760),C=c.n(B),D=c(7975),E=c(8912),F=c(8015);let G=(0,D.promisify)(x.execFile),H=C().join(process.cwd(),".mission-control"),I=C().join(H,"settings.json"),J=C().join(H,"planner"),K=C().join(J,"runtime-workspace"),L=C().join(A().homedir(),".openclaw"),M=C().join(L,"workspace-dev"),N=["mission-control-surface-theme","mission-control-workspace-plan-id","mission-control-recent-prompts","mission-control-composer-draft:*"],O=new Set(["engaged","monitoring","ready"]);async function P(a){var b,c,d,e;let f,g,h=await (0,F.GM)({force:!0,includeHidden:!0}),i=function(a,b){let c=new Map,d=new Map;for(let b of a.workspaces)c.set(b.id,a.agents.filter(a=>a.workspaceId===b.id)),d.set(b.id,a.runtimes.filter(a=>a.workspaceId===b.id));return a.workspaces.map(a=>{if("mission-control"===b&&_(a.path))return null;let e=c.get(a.id)??[],f=d.get(a.id)??[],g=[],h="clean-integration",i=_(a.path);return"full-uninstall"===b&&i?(h="delete-folder",g.push("OpenClaw local state workspace. Full uninstall removes this folder.")):a.path===K||a.path.startsWith(`${K}${C().sep}`)?(h="delete-folder",g.push("Planner runtime workspace managed by Mission Control.")):"empty"===a.bootstrap.sourceMode?(h="delete-folder",g.push("Mission Control created this workspace from an empty folder.")):"clone"===a.bootstrap.sourceMode?(h="delete-folder",g.push("Mission Control cloned and manages this workspace folder.")):"existing"===a.bootstrap.sourceMode?(h="clean-integration",g.push("Attached existing folder. The folder stays, but OpenClaw and Mission Control integration files are removed.")):(h="clean-integration",g.push("Workspace origin is unknown. The folder stays, but OpenClaw and Mission Control integration files are removed.")),{workspaceId:a.id,name:a.name,path:a.path,sourceMode:a.bootstrap.sourceMode,action:h,agentCount:e.length,runtimeCount:f.length,liveAgentCount:e.filter(a=>O.has(a.status)).length,reasons:g}}).filter(a=>!!a).sort((a,b)=>a.action!==b.action?"delete-folder"===a.action?-1:1:a.name.localeCompare(b.name))}(h,a),j=new Set(i.map(a=>a.workspaceId)),k="full-uninstall"===a?await S(h):[],l={deleteFolderCount:i.filter(a=>"delete-folder"===a.action).length,metadataOnlyCount:i.filter(a=>"clean-integration"===a.action).length,agentCount:i.reduce((a,b)=>a+b.agentCount,0),liveAgentCount:i.reduce((a,b)=>a+b.liveAgentCount,0),activeRuntimeCount:h.runtimes.filter(a=>"string"==typeof a.workspaceId&&j.has(a.workspaceId)&&("active"===a.status||"queued"===a.status)).length},m=(b=a,c=i,d=l,e=k,f=[],d.liveAgentCount>0&&f.push(`${d.liveAgentCount} live agent${1===d.liveAgentCount?"":"s"} may be interrupted immediately.`),d.activeRuntimeCount>0&&f.push(`${d.activeRuntimeCount} active or queued runtime${1===d.activeRuntimeCount?"":"s"} may stop mid-run.`),(g=c.filter(a=>"clean-integration"===a.action).length)>0&&f.push(`${g} attached workspace folder${1===g?"":"s"} will be preserved. Only OpenClaw and Mission Control integration files will be removed there.`),"full-uninstall"===b&&e.some(a=>!a.detected)&&f.push("Some global package installs were not detected on supported package managers. Those may need manual removal."),f);return{target:a,generatedAt:new Date().toISOString(),summary:l,workspaces:i,missionControlPaths:[I,J],browserStorageKeys:[...N],openClawPaths:"full-uninstall"===a?[L,M]:[],packageActions:k,warnings:m}}async function Q(a,b={}){let c,d=await P(a),e=async a=>{await b.onEvent?.(a)};if(await e({type:"status",phase:"planning",message:"mission-control"===a?"Preparing the Mission Control reset plan...":"Preparing the full uninstall plan..."}),await e({type:"log",text:`Found ${d.workspaces.length} workspace(s), ${d.summary.agentCount} agent(s), and ${d.summary.liveAgentCount} live agent(s).`}),await R(d,e),"full-uninstall"===a){await e({type:"status",phase:"openclaw-state",message:"Removing the OpenClaw service and local state..."});let a=await (0,E.zB)(["uninstall","--service","--state","--yes","--non-interactive"]);a.stdout.trim()&&await e({type:"log",text:a.stdout.trim()}),a.stderr.trim()&&await e({type:"log",text:a.stderr.trim()});let b=d.packageActions.map(a=>a.command).filter(a=>"string"==typeof a&&a.trim().length>0);b.length>0?(await e({type:"status",phase:"package-removal",message:"Scheduling package removal for OpenClaw and AgentOS..."}),c=await X(b),await e({type:"log",text:`Background package removal scheduled. Log: ${c}`})):await e({type:"log",text:"No supported global package installations were detected for automatic removal."})}return await e({type:"status",phase:"refreshing",message:"Refreshing the Mission Control snapshot..."}),(0,F.er)(),{message:"mission-control"===a?"Mission Control reset completed.":c?"Full uninstall started. Final package cleanup is running in the background.":"Full uninstall completed for Mission Control and OpenClaw state.",snapshot:await (0,F.GM)({force:!0}),backgroundLogPath:c}}async function R(a,b){let c=a.workspaces.filter(a=>"delete-folder"===a.action),d=a.workspaces.filter(a=>"clean-integration"===a.action);if(c.length>0)for(let a of(await b({type:"status",phase:"workspaces",message:"Removing managed workspace folders and their agents..."}),c)){if(_(a.path)){await b({type:"log",text:`Skipping direct workspace deletion for ${a.name}. OpenClaw uninstall will remove ${a.path}.`});continue}await b({type:"log",text:`Deleting workspace folder: ${a.name} (${a.path})`}),await (0,F.qu)({workspaceId:a.workspaceId})}if(d.length>0)for(let a of(await b({type:"status",phase:"agents",message:"Detaching agents and cleaning integration files from attached workspaces..."}),d)){if(_(a.path)){await b({type:"log",text:`Skipping OpenClaw state workspace during Mission Control reset: ${a.name} (${a.path})`});continue}for(let c of(await (0,F.GM)({force:!0,includeHidden:!0})).agents.filter(b=>b.workspaceId===a.workspaceId))try{await b({type:"log",text:`Deleting agent: ${c.id} (${a.name})`}),await (0,F.RB)({agentId:c.id})}catch(d){if((d instanceof Error?d.message:"Unknown agent delete error.").includes("cannot be deleted")){await b({type:"log",text:`Skipping protected agent: ${c.id} (${a.name})`});continue}throw d}let c=C().join(a.path,".openclaw");await (0,y.rm)(c,{recursive:!0,force:!0}),await b({type:"log",text:`Removed integration directory: ${c}`})}await b({type:"status",phase:"mission-control-state",message:"Removing Mission Control planner and settings state..."}),await (0,y.rm)(J,{recursive:!0,force:!0}),await (0,y.rm)(I,{force:!0}),await Y(H),await b({type:"log",text:`Removed Mission Control state under ${H}`})}async function S(a){var b;let c,d=[],e=Array.from(new Set([a.diagnostics.updatePackageManager,"pnpm","npm","yarn"].filter(a=>"string"==typeof a&&a.trim().length>0))),f=(b=a,(c=b.diagnostics.updateRoot?.trim())&&C().basename(c)||"openclaw");return"package"===a.diagnostics.updateInstallKind&&a.diagnostics.updatePackageManager&&await V(a.diagnostics.updatePackageManager)?d.push({packageName:f,manager:a.diagnostics.updatePackageManager,command:W(a.diagnostics.updatePackageManager,f),detected:!0,reason:"Detected from OpenClaw status."}):d.push({packageName:f,manager:a.diagnostics.updatePackageManager??null,command:null,detected:!1,reason:"OpenClaw package manager could not be verified from status."}),d.push(await T("@sapienx/agentos",e)),d}async function T(a,b){for(let c of b){if(!await V(c))continue;let b=await U(c);if(!b)continue;let d=C().join(b,...a.split("/"));if(await Z(d))return{packageName:a,manager:c,command:W(c,a),detected:!0,reason:`Detected under ${d}.`}}return{packageName:a,manager:null,command:null,detected:!1,reason:"Not detected on supported global package managers."}}async function U(a){try{if("yarn"===a){let{stdout:a}=await G("yarn",["global","dir"],{cwd:process.cwd(),timeout:15e3,maxBuffer:1048576}),b=a.toString().trim();return b?C().join(b,"node_modules"):null}let{stdout:b}=await G(a,["root","-g"],{cwd:process.cwd(),timeout:15e3,maxBuffer:1048576});return b.toString().trim()||null}catch{return null}}async function V(a){try{return await G(a,["--version"],{cwd:process.cwd(),timeout:1e4,maxBuffer:524288}),!0}catch{return!1}}function W(a,b){let c=$(b);return"pnpm"===a?`pnpm remove -g ${c}`:"yarn"===a?`yarn global remove ${c}`:`${a} uninstall -g ${c}`}async function X(a){let b=Date.now(),c=C().join(A().tmpdir(),`agentos-full-uninstall-${b}.sh`),d=C().join(A().tmpdir(),`agentos-full-uninstall-${b}.log`),e=["#!/bin/sh",`exec >>${$(d)} 2>&1`,"sleep 1","set -eu",...a,`rm -f ${$(c)}`].join("\n");return await (0,y.writeFile)(c,`${e}
|
|
2
|
+
`,{encoding:"utf8",mode:448}),(0,x.spawn)("/bin/sh",[c],{detached:!0,stdio:"ignore",env:process.env}).unref(),d}async function Y(a){try{let b=await (0,y.readdir)(a);0===b.length&&await (0,y.rm)(a,{recursive:!0,force:!0})}catch{}}async function Z(a){try{return await (0,y.stat)(a),!0}catch{return!1}}function $(a){return`'${a.replace(/'/g,"'\\''")}'`}function _(a){return a===M||a.startsWith(`${L}${C().sep}`)}let aa="nodejs",ab="force-dynamic",ac=w.k5(["mission-control","full-uninstall"]),ad=w.Ik({intent:w.eu("preview"),target:ac}),ae=w.Ik({intent:w.eu("execute"),target:ac,confirmed:w.eu(!0)});async function af(a){let b;try{b=await a.json()}catch(a){return v.NextResponse.json({error:a instanceof Error?a.message:"Reset request body is required."},{status:400})}let c=ad.safeParse(b);if(c.success)try{let a=await P(c.data.target);return v.NextResponse.json({preview:a})}catch(a){return v.NextResponse.json({error:a instanceof Error?a.message:"Unable to prepare the reset preview."},{status:400})}let d=ae.safeParse(b);if(!d.success)return v.NextResponse.json({error:d.error.message},{status:400});let e=new TransformStream,f=e.writable.getWriter(),g=new TextEncoder,h=Promise.resolve(),i=a=>h=h.then(()=>f.write(g.encode(`${JSON.stringify(a)}
|
|
3
|
+
`))).catch(()=>{});return(async()=>{try{let a=await Q(d.data.target,{onEvent:i});await i({type:"done",ok:!0,target:d.data.target,message:a.message,snapshot:a.snapshot,backgroundLogPath:a.backgroundLogPath})}catch(a){await i({type:"done",ok:!1,target:d.data.target,message:a instanceof Error?a.message:"Reset operation failed."})}finally{await h,await f.close()}})(),new Response(e.readable,{headers:{"Content-Type":"application/x-ndjson; charset=utf-8","Cache-Control":"no-store"}})}let ag=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/reset/route",pathname:"/api/reset",filename:"route",bundlePath:"app/api/reset/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/kazimakgul/Documents/GitHub/AgentOS-Core/app/api/reset/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:ah,workUnitAsyncStorage:ai,serverHooks:aj}=ag;function ak(){return(0,g.patchFetch)({workAsyncStorage:ah,workUnitAsyncStorage:ai})}async function al(a,b,c){ag.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/reset/route";"/index"===d&&(d="/");let e=await ag.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,params:v,nextConfig:w,parsedUrl:x,isDraftMode:y,prerenderManifest:z,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D,clientReferenceManifest:E,serverActionsManifest:F}=e,G=(0,k.normalizeAppPath)(d),H=!!(z.dynamicRoutes[G]||z.routes[D]),I=async()=>((null==A?void 0:A.render404)?await A.render404(a,b,x,!1):b.end("This page could not be found"),null);if(H&&!y){let a=!!z.routes[D],b=z.dynamicRoutes[G];if(b&&!1===b.fallback&&!a){if(w.experimental.adapterPath)return await I();throw new t.NoFallbackError}}let J=null;!H||ag.isDev||y||(J="/index"===(J=D)?"/":J);let K=!0===ag.isDev||!H,L=H&&!K;F&&E&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:E,serverActionsManifest:F});let M=a.method||"GET",N=(0,i.getTracer)(),O=N.getActiveScopeSpan(),P={params:v,prerenderManifest:z,renderOpts:{experimental:{authInterrupts:!!w.experimental.authInterrupts},cacheComponents:!!w.cacheComponents,supportsDynamicResponse:K,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:w.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>ag.onRequestError(a,b,d,e,A)},sharedContext:{buildId:g}},Q=new l.NodeNextRequest(a),R=new l.NodeNextResponse(b),S=m.NextRequestAdapter.fromNodeNextRequest(Q,(0,m.signalFromNodeResponse)(b));try{let e=async a=>ag.handle(S,P).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=N.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=c.get("next.route");if(e){let b=`${M} ${e}`;a.setAttributes({"next.route":e,"http.route":e,"next.span_name":b}),a.updateName(b)}else a.updateName(`${M} ${d}`)}),g=!!(0,h.getRequestMeta)(a,"minimalMode"),j=async h=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!g&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await e(h);a.fetchMetrics=P.renderOpts.fetchMetrics;let i=P.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=P.renderOpts.collectedTags;if(!H)return await (0,p.I)(Q,R,d,P.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);j&&(b[s.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==P.renderOpts.collectedRevalidate&&!(P.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&P.renderOpts.collectedRevalidate,e=void 0===P.renderOpts.collectedExpire||P.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:P.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await ag.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:L,isOnDemandRevalidate:B})},!1,A),b}},l=await ag.handleResponse({req:a,nextConfig:w,cacheKey:J,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:z,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil,isMinimalMode:g});if(!H)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});g||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),y&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,q.fromNodeOutgoingHttpHeaders)(l.value.headers);return g&&H||m.delete(s.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,r.getCacheControlHeader)(l.cacheControl)),await (0,p.I)(Q,R,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};O?await j(O):await N.withPropagatedContext(a.headers,()=>N.trace(n.BaseServerSpan.handleRequest,{spanName:`${M} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":M,"http.target":a.url}},j))}catch(b){if(b instanceof t.NoFallbackError||await ag.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:L,isOnDemandRevalidate:B})},!1,A),H)throw b;return await (0,p.I)(Q,R,new Response(null,{status:500})),null}}},6439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},6760:a=>{a.exports=require("node:path")},7598:a=>{a.exports=require("node:crypto")},7975:a=>{a.exports=require("node:util")},8161:a=>{a.exports=require("node:os")},9294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[709,957,350,907],()=>b(b.s=5378));module.exports=c})();
|