@euraika-labs/pan-ui 0.2.2 → 0.2.3
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/.env.example +30 -0
- package/.next/standalone/.next/BUILD_ID +1 -0
- package/.next/standalone/.next/app-build-manifest.json +508 -0
- package/.next/standalone/.next/app-path-routes-manifest.json +67 -0
- package/.next/standalone/.next/build-manifest.json +33 -0
- package/.next/standalone/.next/package.json +1 -0
- package/.next/standalone/.next/prerender-manifest.json +119 -0
- package/.next/standalone/.next/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/required-server-files.json +321 -0
- package/.next/standalone/.next/routes-manifest.json +295 -0
- package/.next/standalone/.next/server/app/_not-found/page.js +2 -0
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/_not-found.html +1 -0
- package/.next/standalone/.next/server/app/_not-found.meta +8 -0
- package/.next/standalone/.next/server/app/_not-found.rsc +18 -0
- package/.next/standalone/.next/server/app/api/audit/route.js +36 -0
- package/.next/standalone/.next/server/app/api/audit/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/audit/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/auth/login/route.js +1 -0
- package/.next/standalone/.next/server/app/api/auth/login/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/auth/logout/route.js +1 -0
- package/.next/standalone/.next/server/app/api/auth/logout/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/chat/sessions/[id]/fork/route.js +1 -0
- package/.next/standalone/.next/server/app/api/chat/sessions/[id]/fork/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/chat/sessions/[id]/fork/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/chat/sessions/[id]/route.js +1 -0
- package/.next/standalone/.next/server/app/api/chat/sessions/[id]/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/chat/sessions/[id]/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/chat/sessions/route.js +1 -0
- package/.next/standalone/.next/server/app/api/chat/sessions/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/chat/sessions/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/chat/stream/route.js +170 -0
- package/.next/standalone/.next/server/app/api/chat/stream/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/chat/stream/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/extensions/[id]/capabilities/[capabilityId]/route.js +1 -0
- package/.next/standalone/.next/server/app/api/extensions/[id]/capabilities/[capabilityId]/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/extensions/[id]/capabilities/[capabilityId]/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/extensions/[id]/route.js +1 -0
- package/.next/standalone/.next/server/app/api/extensions/[id]/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/extensions/[id]/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/extensions/[id]/test/route.js +1 -0
- package/.next/standalone/.next/server/app/api/extensions/[id]/test/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/extensions/[id]/test/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/extensions/mcp/route.js +11 -0
- package/.next/standalone/.next/server/app/api/extensions/mcp/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/extensions/mcp/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/extensions/route.js +1 -0
- package/.next/standalone/.next/server/app/api/extensions/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/extensions/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/memory/agent/route.js +36 -0
- package/.next/standalone/.next/server/app/api/memory/agent/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/memory/agent/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/memory/context-inspector/route.js +1 -0
- package/.next/standalone/.next/server/app/api/memory/context-inspector/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/memory/context-inspector/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/memory/session-search/route.js +1 -0
- package/.next/standalone/.next/server/app/api/memory/session-search/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/memory/session-search/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/memory/user/route.js +36 -0
- package/.next/standalone/.next/server/app/api/memory/user/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/memory/user/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/profiles/[id]/config/route.js +92 -0
- package/.next/standalone/.next/server/app/api/profiles/[id]/config/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/profiles/[id]/config/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/profiles/[id]/route.js +31 -0
- package/.next/standalone/.next/server/app/api/profiles/[id]/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/profiles/[id]/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/profiles/route.js +31 -0
- package/.next/standalone/.next/server/app/api/profiles/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/profiles/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/runtime/approvals/[toolCallId]/route.js +133 -0
- package/.next/standalone/.next/server/app/api/runtime/approvals/[toolCallId]/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/runtime/approvals/[toolCallId]/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/runtime/approvals/route.js +133 -0
- package/.next/standalone/.next/server/app/api/runtime/approvals/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/runtime/approvals/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/runtime/artifacts/download/route.js +133 -0
- package/.next/standalone/.next/server/app/api/runtime/artifacts/download/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/runtime/artifacts/download/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/runtime/artifacts/route.js +133 -0
- package/.next/standalone/.next/server/app/api/runtime/artifacts/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/runtime/artifacts/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/runtime/export/route.js +143 -0
- package/.next/standalone/.next/server/app/api/runtime/export/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/runtime/export/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/runtime/health/route.js +18 -0
- package/.next/standalone/.next/server/app/api/runtime/health/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/runtime/health/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/runtime/mcp-probes/route.js +133 -0
- package/.next/standalone/.next/server/app/api/runtime/mcp-probes/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/runtime/mcp-probes/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/runtime/runs/[id]/route.js +51 -0
- package/.next/standalone/.next/server/app/api/runtime/runs/[id]/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/runtime/runs/[id]/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/runtime/runs/route.js +51 -0
- package/.next/standalone/.next/server/app/api/runtime/runs/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/runtime/runs/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/runtime/status/route.js +18 -0
- package/.next/standalone/.next/server/app/api/runtime/status/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/runtime/status/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/runtime/telemetry/route.js +133 -0
- package/.next/standalone/.next/server/app/api/runtime/telemetry/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/runtime/telemetry/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/runtime/timeline/route.js +133 -0
- package/.next/standalone/.next/server/app/api/runtime/timeline/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/runtime/timeline/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/disable/route.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/disable/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/disable/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/enable/route.js +21 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/enable/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/enable/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/files/route.js +21 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/files/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/files/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/install/route.js +56 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/install/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/install/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/load/route.js +17 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/load/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/load/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/route.js +21 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/skills/[id]/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/catalog/route.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/catalog/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/skills/catalog/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/categories/route.js +21 -0
- package/.next/standalone/.next/server/app/api/skills/categories/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/skills/categories/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/hub/install/route.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/hub/install/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/skills/hub/install/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/hub/route.js +21 -0
- package/.next/standalone/.next/server/app/api/skills/hub/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/skills/hub/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/skills/route.js +21 -0
- package/.next/standalone/.next/server/app/api/skills/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/telemetry/route.js +133 -0
- package/.next/standalone/.next/server/app/api/telemetry/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/telemetry/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/uploads/route.js +36 -0
- package/.next/standalone/.next/server/app/api/uploads/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/uploads/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/chat/page.js +4 -0
- package/.next/standalone/.next/server/app/chat/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/chat/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/extensions/[id]/page.js +2 -0
- package/.next/standalone/.next/server/app/extensions/[id]/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/extensions/[id]/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/extensions/page.js +2 -0
- package/.next/standalone/.next/server/app/extensions/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/extensions/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/favicon.ico/route.js +1 -0
- package/.next/standalone/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/favicon.ico.body +0 -0
- package/.next/standalone/.next/server/app/favicon.ico.meta +1 -0
- package/.next/standalone/.next/server/app/icon.svg/route.js +1 -0
- package/.next/standalone/.next/server/app/icon.svg/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/icon.svg.body +10 -0
- package/.next/standalone/.next/server/app/icon.svg.meta +1 -0
- package/.next/standalone/.next/server/app/index.html +1 -0
- package/.next/standalone/.next/server/app/index.meta +9 -0
- package/.next/standalone/.next/server/app/index.rsc +19 -0
- package/.next/standalone/.next/server/app/login/page.js +2 -0
- package/.next/standalone/.next/server/app/login/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/memory/page.js +2 -0
- package/.next/standalone/.next/server/app/memory/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/memory/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/page.js +2 -0
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/profiles/page.js +2 -0
- package/.next/standalone/.next/server/app/profiles/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/profiles/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/settings/approvals/page.js +2 -0
- package/.next/standalone/.next/server/app/settings/approvals/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/settings/approvals/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/settings/artifacts/page.js +2 -0
- package/.next/standalone/.next/server/app/settings/artifacts/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/settings/artifacts/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/settings/audit/page.js +2 -0
- package/.next/standalone/.next/server/app/settings/audit/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/settings/audit/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/settings/health/page.js +2 -0
- package/.next/standalone/.next/server/app/settings/health/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/settings/health/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/settings/mcp-diagnostics/page.js +2 -0
- package/.next/standalone/.next/server/app/settings/mcp-diagnostics/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/settings/mcp-diagnostics/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/settings/page.js +2 -0
- package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/settings/runs/[id]/page.js +2 -0
- package/.next/standalone/.next/server/app/settings/runs/[id]/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/settings/runs/[id]/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/settings/runs/page.js +2 -0
- package/.next/standalone/.next/server/app/settings/runs/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/settings/runs/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/settings/telemetry/page.js +2 -0
- package/.next/standalone/.next/server/app/settings/telemetry/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/settings/telemetry/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/skills/[id]/page.js +2 -0
- package/.next/standalone/.next/server/app/skills/[id]/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/skills/[id]/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/skills/page.js +2 -0
- package/.next/standalone/.next/server/app/skills/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/skills/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app-paths-manifest.json +67 -0
- package/.next/standalone/.next/server/chunks/1331.js +22 -0
- package/.next/standalone/.next/server/chunks/1692.js +1 -0
- package/.next/standalone/.next/server/chunks/2043.js +1 -0
- package/.next/standalone/.next/server/chunks/4337.js +143 -0
- package/.next/standalone/.next/server/chunks/4561.js +1 -0
- package/.next/standalone/.next/server/chunks/4689.js +25 -0
- package/.next/standalone/.next/server/chunks/5611.js +6 -0
- package/.next/standalone/.next/server/chunks/6111.js +1 -0
- package/.next/standalone/.next/server/chunks/6143.js +9 -0
- package/.next/standalone/.next/server/chunks/6516.js +143 -0
- package/.next/standalone/.next/server/chunks/6802.js +1 -0
- package/.next/standalone/.next/server/chunks/9546.js +1 -0
- package/.next/standalone/.next/server/functions-config-manifest.json +4 -0
- package/.next/standalone/.next/server/middleware-build-manifest.js +1 -0
- package/.next/standalone/.next/server/middleware-manifest.json +6 -0
- package/.next/standalone/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/.next/standalone/.next/server/next-font-manifest.js +1 -0
- package/.next/standalone/.next/server/next-font-manifest.json +1 -0
- package/.next/standalone/.next/server/pages/404.html +1 -0
- package/.next/standalone/.next/server/pages/500.html +1 -0
- package/.next/standalone/.next/server/pages/_app.js +1 -0
- package/.next/standalone/.next/server/pages/_app.js.nft.json +1 -0
- package/.next/standalone/.next/server/pages/_document.js +1 -0
- package/.next/standalone/.next/server/pages/_document.js.nft.json +1 -0
- package/.next/standalone/.next/server/pages/_error.js +19 -0
- package/.next/standalone/.next/server/pages/_error.js.nft.json +1 -0
- package/.next/standalone/.next/server/pages-manifest.json +6 -0
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -0
- package/.next/standalone/.next/server/webpack-runtime.js +1 -0
- package/.next/standalone/.next/static/chunks/1255-aadf393aa3a56bfa.js +1 -0
- package/.next/standalone/.next/static/chunks/1309-d826505bfad78fd1.js +1 -0
- package/.next/standalone/.next/static/chunks/2231-e0d8768bfce5fe57.js +1 -0
- package/.next/standalone/.next/static/chunks/4879-36321f505e9ce82a.js +1 -0
- package/.next/standalone/.next/static/chunks/4bd1b696-f785427dddbba9fb.js +1 -0
- package/.next/standalone/.next/static/chunks/5449-aba2dafba76d4508.js +1 -0
- package/.next/standalone/.next/static/chunks/9657-3ff4bf56070f324f.js +1 -0
- package/.next/{static/chunks/app/_not-found/page-c4591bba1afe868d.js → standalone/.next/static/chunks/app/_not-found/page-9c90a6b39424f003.js} +1 -1
- package/.next/standalone/.next/static/chunks/app/api/audit/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/auth/login/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/auth/logout/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/chat/sessions/[id]/fork/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/chat/sessions/[id]/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/chat/sessions/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/chat/stream/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/extensions/[id]/capabilities/[capabilityId]/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/extensions/[id]/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/extensions/[id]/test/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/extensions/mcp/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/extensions/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/memory/agent/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/memory/context-inspector/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/memory/session-search/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/memory/user/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/profiles/[id]/config/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/profiles/[id]/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/profiles/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/runtime/approvals/[toolCallId]/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/runtime/approvals/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/runtime/artifacts/download/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/runtime/artifacts/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/runtime/export/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/runtime/health/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/runtime/mcp-probes/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/runtime/runs/[id]/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/runtime/runs/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/runtime/status/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/runtime/telemetry/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/runtime/timeline/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/skills/[id]/disable/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/skills/[id]/enable/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/skills/[id]/files/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/skills/[id]/install/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/skills/[id]/load/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/skills/[id]/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/skills/catalog/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/skills/categories/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/skills/hub/install/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/skills/hub/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/skills/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/telemetry/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/uploads/route-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/chat/page-117a5b54aee7eae4.js +1 -0
- package/.next/{static/chunks/app/extensions/[id]/page-18e579a71a9d93c3.js → standalone/.next/static/chunks/app/extensions/[id]/page-cca6df1771ec04d2.js} +1 -1
- package/.next/{static/chunks/app/extensions/page-82f358e2fcabc6a3.js → standalone/.next/static/chunks/app/extensions/page-c0fbb8efa9a3700c.js} +1 -1
- package/.next/standalone/.next/static/chunks/app/layout-0bc970399be389b5.js +1 -0
- package/.next/standalone/.next/static/chunks/app/login/page-984e33272681e1e0.js +1 -0
- package/.next/{static/chunks/app/memory/page-a90ea51b004acc94.js → standalone/.next/static/chunks/app/memory/page-0684ff3ce6888ae7.js} +1 -1
- package/.next/standalone/.next/static/chunks/app/page-bb3f5b9060cdc631.js +1 -0
- package/.next/standalone/.next/static/chunks/app/profiles/page-46a0ad35feda9741.js +1 -0
- package/.next/{static/chunks/app/settings/approvals/page-1fd1b90371c02705.js → standalone/.next/static/chunks/app/settings/approvals/page-6843c585791e4db7.js} +1 -1
- package/.next/standalone/.next/static/chunks/app/settings/artifacts/page-d3fddd43ac1243af.js +1 -0
- package/.next/standalone/.next/static/chunks/app/settings/audit/page-378bee43dd7c4903.js +1 -0
- package/.next/standalone/.next/static/chunks/app/settings/health/page-d34eadc11bc90af5.js +1 -0
- package/.next/standalone/.next/static/chunks/app/settings/mcp-diagnostics/page-3778d2842d5bdd79.js +1 -0
- package/.next/{static/chunks/app/settings/page-5f9f8ba836ac9b7e.js → standalone/.next/static/chunks/app/settings/page-8a40bdf895f43430.js} +1 -1
- package/.next/standalone/.next/static/chunks/app/settings/runs/[id]/page-7837ec57d531ef2b.js +1 -0
- package/.next/{static/chunks/app/settings/runs/page-312bdcd82b1f3a64.js → standalone/.next/static/chunks/app/settings/runs/page-cb4d1617e199c38e.js} +1 -1
- package/.next/{static/chunks/app/settings/telemetry/page-e61a1efd390b87a4.js → standalone/.next/static/chunks/app/settings/telemetry/page-c0446baefa5496cb.js} +1 -1
- package/.next/{static/chunks/app/skills/[id]/page-f65ae8d81a901c1a.js → standalone/.next/static/chunks/app/skills/[id]/page-88bc62488ddf6c10.js} +1 -1
- package/.next/standalone/.next/static/chunks/app/skills/page-e47c6a5f9559edc1.js +1 -0
- package/.next/standalone/.next/static/chunks/framework-f31701c9d93f12a4.js +1 -0
- package/.next/standalone/.next/static/chunks/main-1ac9e0711a0eb944.js +1 -0
- package/.next/{static/chunks/main-app-f0e3f2828aa879c4.js → standalone/.next/static/chunks/main-app-a9e2c007d433eaf9.js} +1 -1
- package/.next/standalone/.next/static/chunks/pages/_app-6c8c2371b16a04b8.js +1 -0
- package/.next/standalone/.next/static/chunks/pages/_error-94812ad32cad7365.js +1 -0
- package/.next/standalone/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/.next/standalone/.next/static/chunks/webpack-0100acb42ec0d4c7.js +1 -0
- package/.next/standalone/.next/static/css/f5a43afa8024b892.css +3 -0
- package/.next/standalone/node_modules/next/node_modules/postcss/package.json +0 -0
- package/.next/standalone/package.json +3 -3
- package/.next/standalone/server.js +1 -1
- package/.next/static/9GQlyWupf2ogNOh-EUSPL/_buildManifest.js +1 -0
- package/.next/static/9GQlyWupf2ogNOh-EUSPL/_ssgManifest.js +1 -0
- package/.next/static/chunks/app/_not-found/page-9c90a6b39424f003.js +1 -0
- package/.next/static/chunks/app/chat/page-117a5b54aee7eae4.js +1 -0
- package/.next/static/chunks/app/extensions/[id]/page-cca6df1771ec04d2.js +1 -0
- package/.next/static/chunks/app/extensions/page-c0fbb8efa9a3700c.js +1 -0
- package/.next/static/chunks/app/layout-0bc970399be389b5.js +1 -0
- package/.next/static/chunks/app/login/page-984e33272681e1e0.js +1 -0
- package/.next/static/chunks/app/memory/page-0684ff3ce6888ae7.js +1 -0
- package/.next/static/chunks/app/profiles/page-46a0ad35feda9741.js +1 -0
- package/.next/static/chunks/app/settings/approvals/page-6843c585791e4db7.js +1 -0
- package/.next/static/chunks/app/settings/artifacts/page-d3fddd43ac1243af.js +1 -0
- package/.next/static/chunks/app/settings/audit/page-378bee43dd7c4903.js +1 -0
- package/.next/static/chunks/app/settings/health/page-d34eadc11bc90af5.js +1 -0
- package/.next/static/chunks/app/settings/mcp-diagnostics/page-3778d2842d5bdd79.js +1 -0
- package/.next/static/chunks/app/settings/page-8a40bdf895f43430.js +1 -0
- package/.next/static/chunks/app/settings/runs/[id]/page-7837ec57d531ef2b.js +1 -0
- package/.next/static/chunks/app/settings/runs/page-cb4d1617e199c38e.js +1 -0
- package/.next/static/chunks/app/settings/telemetry/page-c0446baefa5496cb.js +1 -0
- package/.next/static/chunks/app/skills/[id]/page-88bc62488ddf6c10.js +1 -0
- package/.next/static/chunks/app/skills/page-e47c6a5f9559edc1.js +1 -0
- package/.next/static/chunks/main-app-a9e2c007d433eaf9.js +1 -0
- package/bin/pan-ui.mjs +42 -0
- package/package.json +3 -3
- package/.next/static/chunks/app/chat/page-2bbb44aeac61920e.js +0 -1
- package/.next/static/chunks/app/layout-f3c578dd4202f2f5.js +0 -1
- package/.next/static/chunks/app/login/page-a3820386479beb5e.js +0 -1
- package/.next/static/chunks/app/profiles/page-7b5924f80e882d7e.js +0 -1
- package/.next/static/chunks/app/settings/artifacts/page-35ee6c14a4836aad.js +0 -1
- package/.next/static/chunks/app/settings/audit/page-a11b23ffa1e40949.js +0 -1
- package/.next/static/chunks/app/settings/health/page-9b7914bfd7bf665b.js +0 -1
- package/.next/static/chunks/app/settings/mcp-diagnostics/page-102367ef8b2cc105.js +0 -1
- package/.next/static/chunks/app/settings/runs/[id]/page-d0184e7e90f5867c.js +0 -1
- package/.next/static/chunks/app/skills/page-d480e9f5081fd9b6.js +0 -1
- /package/.next/{static/ocf5CMC3si1YTWJ4rwtKP → standalone/.next/static/9GQlyWupf2ogNOh-EUSPL}/_buildManifest.js +0 -0
- /package/.next/{static/ocf5CMC3si1YTWJ4rwtKP → standalone/.next/static/9GQlyWupf2ogNOh-EUSPL}/_ssgManifest.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/1331.js","../../../../chunks/1692.js","../../../../chunks/4337.js","../../../../chunks/4689.js","../../../../chunks/6802.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/memory/user/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"155":{"*":{"id":"32207","name":"*","chunks":[],"async":false}},"344":{"*":{"id":"34784","name":"*","chunks":[],"async":false}},"594":{"*":{"id":"79546","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"852":{"*":{"id":"96450","name":"*","chunks":[],"async":false}},"954":{"*":{"id":"39248","name":"*","chunks":[],"async":false}},"1336":{"*":{"id":"70483","name":"*","chunks":[],"async":false}},"1935":{"*":{"id":"18548","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"2841":{"*":{"id":"94514","name":"*","chunks":[],"async":false}},"3111":{"*":{"id":"65855","name":"*","chunks":[],"async":false}},"3369":{"*":{"id":"27352","name":"*","chunks":[],"async":false}},"3380":{"*":{"id":"72942","name":"*","chunks":[],"async":false}},"3526":{"*":{"id":"12210","name":"*","chunks":[],"async":false}},"3649":{"*":{"id":"20536","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4000":{"*":{"id":"16566","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"4952":{"*":{"id":"58062","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5591":{"*":{"id":"92909","name":"*","chunks":[],"async":false}},"6157":{"*":{"id":"18539","name":"*","chunks":[],"async":false}},"6981":{"*":{"id":"38436","name":"*","chunks":[],"async":false}},"7031":{"*":{"id":"91361","name":"*","chunks":[],"async":false}},"7102":{"*":{"id":"46068","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8211":{"*":{"id":"6728","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9026":{"*":{"id":"73331","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/providers/query-provider.tsx":{"id":852,"name":"*","chunks":["2231","static/chunks/2231-e0d8768bfce5fe57.js","7177","static/chunks/app/layout-0bc970399be389b5.js"],"async":false},"/opt/projects/hermesagentwebui/src/components/theme/theme-provider.tsx":{"id":344,"name":"*","chunks":["2231","static/chunks/2231-e0d8768bfce5fe57.js","7177","static/chunks/app/layout-0bc970399be389b5.js"],"async":false},"/opt/projects/hermesagentwebui/src/styles/globals.css":{"id":3836,"name":"*","chunks":["2231","static/chunks/2231-e0d8768bfce5fe57.js","7177","static/chunks/app/layout-0bc970399be389b5.js"],"async":false},"/opt/projects/hermesagentwebui/src/components/layout/right-drawer.tsx":{"id":1935,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/layout/sidebar.tsx":{"id":594,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/layout/topbar.tsx":{"id":6981,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/chat/components/chat-screen.tsx":{"id":3369,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/auth/login-form.tsx":{"id":4000,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/extensions/components/extension-detail.tsx":{"id":4952,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/extensions/components/extensions-screen.tsx":{"id":1336,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/artifacts-browser.tsx":{"id":7031,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/memory/components/memory-screen.tsx":{"id":9026,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/approvals-browser.tsx":{"id":954,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/audit-browser.tsx":{"id":5591,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/settings-screen.tsx":{"id":2841,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/profiles/components/profiles-screen.tsx":{"id":3380,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/mcp-diagnostics.tsx":{"id":7102,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/runs-browser.tsx":{"id":3526,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/skills/components/skill-detail.tsx":{"id":155,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/telemetry-browser.tsx":{"id":3649,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/skills/components/skills-screen.tsx":{"id":8211,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/run-detail.tsx":{"id":6157,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/runtime-health.tsx":{"id":3111,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/opt/projects/hermesagentwebui/src/":[],"/opt/projects/hermesagentwebui/src/app/layout":[{"inlined":false,"path":"static/css/f5a43afa8024b892.css"}],"/opt/projects/hermesagentwebui/src/app/page":[],"/opt/projects/hermesagentwebui/src/app/api/memory/user/route":[]},"rscModuleMapping":{"155":{"*":{"id":"55791","name":"*","chunks":[],"async":false}},"344":{"*":{"id":"95122","name":"*","chunks":[],"async":false}},"594":{"*":{"id":"16652","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"852":{"*":{"id":"7804","name":"*","chunks":[],"async":false}},"954":{"*":{"id":"24430","name":"*","chunks":[],"async":false}},"1336":{"*":{"id":"85585","name":"*","chunks":[],"async":false}},"1935":{"*":{"id":"28878","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"2841":{"*":{"id":"80213","name":"*","chunks":[],"async":false}},"3111":{"*":{"id":"21562","name":"*","chunks":[],"async":false}},"3369":{"*":{"id":"60833","name":"*","chunks":[],"async":false}},"3380":{"*":{"id":"38529","name":"*","chunks":[],"async":false}},"3526":{"*":{"id":"58048","name":"*","chunks":[],"async":false}},"3649":{"*":{"id":"31071","name":"*","chunks":[],"async":false}},"3836":{"*":{"id":"35692","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4000":{"*":{"id":"42068","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"4952":{"*":{"id":"17967","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5591":{"*":{"id":"78195","name":"*","chunks":[],"async":false}},"6157":{"*":{"id":"67990","name":"*","chunks":[],"async":false}},"6981":{"*":{"id":"86890","name":"*","chunks":[],"async":false}},"7031":{"*":{"id":"90407","name":"*","chunks":[],"async":false}},"7102":{"*":{"id":"31086","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8211":{"*":{"id":"65169","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9026":{"*":{"id":"63281","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
(()=>{var a={};a.id=1207,a.ids=[1207],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4928:(a,b,c)=>{"use strict";c.d(b,{Rb:()=>e,mv:()=>f,sz:()=>g});var d=c(31421);class e extends Error{constructor(a,b){super(a),this.context=b,this.name="ServerBridgeError"}}function f(a,b=[],c){try{return(0,d.execFileSync)("python3",["-c",a,...b],{encoding:"utf-8",timeout:c?.timeout,stdio:c?.suppressStderr?["ignore","pipe","ignore"]:void 0})}catch(a){throw new e("Python bridge execution failed",{args:b,timeout:c?.timeout,suppressStderr:c?.suppressStderr,cause:a instanceof Error?a.message:String(a)})}}function g(a,b=[],c){let d=f(a,b,c);try{return JSON.parse(d)}catch(a){throw new e("Python bridge returned invalid JSON",{output:d,cause:a instanceof Error?a.message:String(a)})}}},5510:(a,b,c)=>{"use strict";c.d(b,{a:()=>e,r:()=>d});class d extends Error{constructor(a="Unable to reach Hermes runtime."){super(a),this.name="HermesConnectionError"}}class e extends Error{constructor(a,b="Hermes runtime returned an unexpected response."){super(b),this.status=a,this.name="HermesResponseError"}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},19771:a=>{"use strict";a.exports=require("process")},25217:(a,b,c)=>{"use strict";c.d(b,{Nh:()=>j,cC:()=>g,jD:()=>m,kq:()=>h,qn:()=>k,wN:()=>i,zl:()=>l}),c(73024);var d=c(76760),e=c.n(d);function f(a){let b=e().normalize(a),c=`${e().sep}profiles${e().sep}`,d=b.lastIndexOf(c);return -1===d?null:b.slice(d+c.length).split(e().sep)[0]||null}function g(){return process.env.HERMES_HOME||e().join(process.env.HOME||"",".hermes")}function h(){let a=g();return f(a)?e().dirname(e().dirname(a)):a}function i(a){let b=h(),c=g(),d=f(g()),i=a&&"default"!==a?a:"default";return"default"===i?d?c:b:d&&i===d?c:e().join(b,"profiles",i)}function j(a){return e().join(i(a),"state.db")}function k(a){return e().join(i(a),"memories")}function l(a){return e().join(i(a),"skills")}function m(a){return e().join(i(a),"config.yaml")}},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31421:a=>{"use strict";a.exports=require("node:child_process")},42374:(a,b,c)=>{"use strict";c.d(b,{v:()=>f});var d=c(92655),e=c(5510);async function f(a,b){let c=new AbortController,f=setTimeout(()=>c.abort(),d.l.timeoutMs);try{let f=await fetch(`${d.l.baseUrl}${a}`,{...b,signal:c.signal,headers:{"Content-Type":"application/json",...d.l.apiKey?{Authorization:`Bearer ${d.l.apiKey}`}:{},...b?.headers??{}},cache:"no-store"});if(!f.ok)throw new e.a(f.status);return f}catch(a){if(a instanceof e.a)throw a;throw new e.r(a instanceof Error?a.message:void 0)}finally{clearTimeout(f)}}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},71865:(a,b,c)=>{"use strict";c.d(b,{d:()=>k,n:()=>j});var d=c(77598),e=c.n(d),f=c(86867),g=c(4928);let h=(0,f.sA)("audit");function i(){(0,f.t)("audit")}function j(a,b,c,d){i();let f=e().randomUUID();(0,g.mv)(`import sqlite3, sys
|
|
2
|
+
conn=sqlite3.connect(sys.argv[1])
|
|
3
|
+
conn.execute("INSERT INTO audit_events (id, created_at, action, target_type, target_id, detail) VALUES (?, ?, ?, ?, ?, ?)", tuple(sys.argv[2:8]))
|
|
4
|
+
conn.commit()
|
|
5
|
+
`,[h,f,new Date().toISOString(),a,b,c,d])}function k(){return i(),(0,g.sz)(`import sqlite3, json, sys
|
|
6
|
+
conn=sqlite3.connect(sys.argv[1])
|
|
7
|
+
conn.row_factory=sqlite3.Row
|
|
8
|
+
cur=conn.cursor()
|
|
9
|
+
cur.execute("SELECT id, created_at, action, target_type, target_id, detail FROM audit_events ORDER BY created_at DESC LIMIT 200")
|
|
10
|
+
print(json.dumps([{'id':r['id'],'createdAt':r['created_at'],'action':r['action'],'targetType':r['target_type'],'targetId':r['target_id'],'detail':r['detail']} for r in cur.fetchall()]))
|
|
11
|
+
`,[h])}},73024:a=>{"use strict";a.exports=require("node:fs")},76760:a=>{"use strict";a.exports=require("node:path")},77598:a=>{"use strict";a.exports=require("node:crypto")},78335:()=>{},79428:a=>{"use strict";a.exports=require("buffer")},79543:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>Q,patchFetch:()=>P,routeModule:()=>L,serverHooks:()=>O,workAsyncStorage:()=>M,workUnitAsyncStorage:()=>N});var d={};c.r(d),c.d(d,{GET:()=>H,PATCH:()=>I,POST:()=>J});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(73024),w=c.n(v),x=c(76760),y=c.n(x),z=c(25217),A=c(81336);function B(a,...b){let c=a;for(let a of b){if(null==c||"object"!=typeof c)return;c=c[a]}return c}function C(a){let b,c=(0,z.wN)(a),d=y().join(c,"config.yaml"),e=y().join(c,"SOUL.md"),f=(0,A.kv)(d);try{b=w().readFileSync(e,"utf-8")}catch{}return{modelDefault:B(f,"model","default"),modelProvider:B(f,"model","provider"),modelBaseUrl:B(f,"model","base_url"),maxTurns:B(f,"agent","max_turns"),reasoningEffort:B(f,"agent","reasoning_effort"),toolUseEnforcement:B(f,"agent","tool_use_enforcement"),policyPreset:f.ui_policy_preset||void 0,toolsets:B(f,"toolsets"),terminalBackend:B(f,"terminal","backend"),terminalTimeout:B(f,"terminal","timeout"),displayCompact:B(f,"display","compact"),displayStreaming:B(f,"display","streaming"),displayShowCost:B(f,"display","show_cost"),displayPersonality:B(f,"display","personality"),memoryEnabled:B(f,"memory","memory_enabled"),userProfileEnabled:B(f,"memory","user_profile_enabled"),approvalsMode:B(f,"approvals","mode"),compressionEnabled:B(f,"compression","enabled"),compressionThreshold:B(f,"compression","threshold"),soul:b}}var D=c(42374);async function E(a,b){let c=[];b?.system&&c.push({role:"system",content:b.system}),c.push({role:"user",content:a});let d=await (0,D.v)("/v1/chat/completions",{method:"POST",body:JSON.stringify({model:"hermes-agent",messages:c,stream:!1,temperature:b?.temperature??.7,max_tokens:b?.maxTokens??2048})});if(!d.ok)throw Error(`AI generation failed: ${d.status} ${d.statusText}`);let e=await d.json();return e.choices[0]?.message?.content??""}async function F(a,b){let c=b?.system??"",d=`${c}
|
|
12
|
+
|
|
13
|
+
IMPORTANT: Respond ONLY with valid JSON. No markdown fences, no explanation, no preamble. Just the JSON object.`,e=(await E(a,{...b,system:d,temperature:b?.temperature??.4})).replace(/^```(?:json)?\s*\n?/m,"").replace(/\n?```\s*$/m,"").trim();try{return JSON.parse(e)}catch{return JSON.parse((await E(`The following text was supposed to be valid JSON but failed to parse. Fix it and return ONLY the corrected JSON:
|
|
14
|
+
|
|
15
|
+
${e}`,{system:"You are a JSON repair tool. Output ONLY valid JSON. Nothing else.",temperature:.1})).replace(/^```(?:json)?\s*\n?/m,"").replace(/\n?```\s*$/m,"").trim())}}var G=c(71865);async function H(a,{params:b}){let{id:c}=await b;try{let a=C(c);return u.NextResponse.json({config:a})}catch(a){return u.NextResponse.json({error:String(a)},{status:404})}}async function I(a,{params:b}){let{id:c}=await b,d=await a.json();try{!function(a,b){let c=(0,z.wN)(a),d=y().join(c,"config.yaml"),e=y().join(c,"SOUL.md"),f=(0,A.kv)(d);function g(a,b){return a[b]&&"object"==typeof a[b]||(a[b]={}),a[b]}void 0!==b.modelDefault&&(g(f,"model").default=b.modelDefault),void 0!==b.modelProvider&&(g(f,"model").provider=b.modelProvider),void 0!==b.modelBaseUrl&&(g(f,"model").base_url=b.modelBaseUrl),void 0!==b.maxTurns&&(g(f,"agent").max_turns=b.maxTurns),void 0!==b.reasoningEffort&&(g(f,"agent").reasoning_effort=b.reasoningEffort),void 0!==b.toolUseEnforcement&&(g(f,"agent").tool_use_enforcement=b.toolUseEnforcement),void 0!==b.policyPreset&&(f.ui_policy_preset=b.policyPreset),void 0!==b.toolsets&&(f.toolsets=b.toolsets),void 0!==b.terminalBackend&&(g(f,"terminal").backend=b.terminalBackend),void 0!==b.terminalTimeout&&(g(f,"terminal").timeout=b.terminalTimeout),void 0!==b.displayCompact&&(g(f,"display").compact=b.displayCompact),void 0!==b.displayStreaming&&(g(f,"display").streaming=b.displayStreaming),void 0!==b.displayShowCost&&(g(f,"display").show_cost=b.displayShowCost),void 0!==b.displayPersonality&&(g(f,"display").personality=b.displayPersonality),void 0!==b.memoryEnabled&&(g(f,"memory").memory_enabled=b.memoryEnabled),void 0!==b.userProfileEnabled&&(g(f,"memory").user_profile_enabled=b.userProfileEnabled),void 0!==b.approvalsMode&&(g(f,"approvals").mode=b.approvalsMode),void 0!==b.compressionEnabled&&(g(f,"compression").enabled=b.compressionEnabled),void 0!==b.compressionThreshold&&(g(f,"compression").threshold=b.compressionThreshold),(0,A.DZ)(d,f),void 0!==b.soul&&w().writeFileSync(e,b.soul,"utf-8")}(c,d.config),(0,G.n)("profile_config_updated","profile",c,`Updated config for profile '${c}'`);let a=C(c);return u.NextResponse.json({config:a})}catch(a){return u.NextResponse.json({error:String(a)},{status:500})}}async function J(a,{params:b}){let{id:c}=await b,d=await a.json(),e=d.purpose||"",f=d.mode||"optimize";try{var g,h,i,j,k;let a=C(c),b="create"===f?(g=c,h=e,`Create an optimal Hermes Agent profile configuration for a new profile named "${g}".
|
|
16
|
+
|
|
17
|
+
${h?`Purpose: "${h}"`:"General-purpose AI assistant profile."}
|
|
18
|
+
|
|
19
|
+
Generate a complete recommended configuration including:
|
|
20
|
+
1. Appropriate model selection
|
|
21
|
+
2. Agent behavior settings (maxTurns, reasoningEffort)
|
|
22
|
+
3. Policy preset that matches the use case
|
|
23
|
+
4. Memory and compression settings
|
|
24
|
+
5. A tailored SOUL.md system prompt that defines the agent's personality and behavior for this use case
|
|
25
|
+
|
|
26
|
+
Be specific and opinionated — give the best config for this purpose, not generic defaults.`):(i=c,j=e,k=a,`Optimize the Hermes Agent profile "${i}" for the following purpose:
|
|
27
|
+
|
|
28
|
+
${j?`User's stated purpose: "${j}"`:"The user wants general optimization for better performance."}
|
|
29
|
+
|
|
30
|
+
Current configuration:
|
|
31
|
+
${JSON.stringify(k,null,2)}
|
|
32
|
+
|
|
33
|
+
Analyze the current config and suggest improvements. Consider:
|
|
34
|
+
1. Is the model appropriate for the use case?
|
|
35
|
+
2. Are the agent settings (maxTurns, reasoningEffort) well-tuned?
|
|
36
|
+
3. Is the policy preset appropriate?
|
|
37
|
+
4. Should memory/compression settings be adjusted?
|
|
38
|
+
5. Would a better SOUL.md (system prompt) help?
|
|
39
|
+
6. Are there settings that should be enabled/disabled?
|
|
40
|
+
|
|
41
|
+
Only include fields you want to change. Don't repeat settings that are already good.`),d=await F(b,{system:K,temperature:.6});return d.soul&&!d.config.soul&&(d.config.soul=d.soul),u.NextResponse.json({suggestion:d.config,explanation:d.explanation,currentConfig:a})}catch(a){return u.NextResponse.json({error:String(a)},{status:500})}}let K=`You are a Hermes Agent profile optimization assistant. You help users configure their AI agent profiles for optimal performance based on their intended use case.
|
|
42
|
+
|
|
43
|
+
You understand the Hermes Agent config.yaml structure deeply:
|
|
44
|
+
- modelDefault: the LLM model to use (e.g. "claude-sonnet-4-20250514", "gpt-4o", "claude-opus-4-20250514")
|
|
45
|
+
- modelProvider: provider name (e.g. "anthropic", "openai", "copilot")
|
|
46
|
+
- maxTurns: max autonomous tool-use turns (5-200, default 50)
|
|
47
|
+
- reasoningEffort: "low", "medium", "high" — controls thinking depth
|
|
48
|
+
- toolUseEnforcement: "required", "auto", "none"
|
|
49
|
+
- policyPreset: "safe-chat" (read-only), "research" (web+read), "builder" (full dev), "full-power" (no guardrails)
|
|
50
|
+
- toolsets: list of enabled toolsets
|
|
51
|
+
- terminalBackend: "local", "docker", "modal"
|
|
52
|
+
- displayStreaming: enable token streaming
|
|
53
|
+
- displayShowCost: show token costs
|
|
54
|
+
- displayCompact: compact output mode
|
|
55
|
+
- memoryEnabled: persistent agent memory
|
|
56
|
+
- userProfileEnabled: persistent user profile
|
|
57
|
+
- approvalsMode: "manual" (require approval for risky tools), "auto"
|
|
58
|
+
- compressionEnabled: context compression
|
|
59
|
+
- compressionThreshold: 0.0-1.0, when to trigger compression
|
|
60
|
+
- soul: the system prompt / personality definition (SOUL.md)
|
|
61
|
+
|
|
62
|
+
Return JSON with this exact structure:
|
|
63
|
+
{
|
|
64
|
+
"config": { ...only the fields you recommend changing... },
|
|
65
|
+
"soul": "...optional SOUL.md content if you recommend changing it...",
|
|
66
|
+
"explanation": "A concise explanation of what you changed and why, in 2-4 sentences."
|
|
67
|
+
}`,L=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/profiles/[id]/config/route",pathname:"/api/profiles/[id]/config",filename:"route",bundlePath:"app/api/profiles/[id]/config/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/opt/projects/hermesagentwebui/src/app/api/profiles/[id]/config/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:M,workUnitAsyncStorage:N,serverHooks:O}=L;function P(){return(0,g.patchFetch)({workAsyncStorage:M,workUnitAsyncStorage:N})}async function Q(a,b,c){var d;let e="/api/profiles/[id]/config/route";"/index"===e&&(e="/");let g=await L.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,resolvedPathname:C}=g,D=(0,j.normalizeAppPath)(e),E=!!(y.dynamicRoutes[D]||y.routes[C]);if(E&&!x){let a=!!y.routes[C],b=y.dynamicRoutes[D];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let F=null;!E||L.isDev||x||(F="/index"===(F=C)?"/":F);let G=!0===L.isDev||!E,H=E&&!G,I=a.method||"GET",J=(0,i.getTracer)(),K=J.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:G,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:H,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>L.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>L.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=J.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${I} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${I} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&B&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!E)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await L.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:H,isOnDemandRevalidate:A})},z),b}},l=await L.handleResponse({req:a,nextConfig:w,cacheKey:F,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,responseGenerator:k,waitUntil:c.waitUntil});if(!E)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.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});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&E||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};K?await g(K):await J.withPropagatedContext(a.headers,()=>J.trace(m.BaseServerSpan.handleRequest,{spanName:`${I} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":I,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:D,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:H,isOnDemandRevalidate:A})}),E)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},81336:(a,b,c)=>{"use strict";c.d(b,{ru:()=>i,kv:()=>g,rH:()=>j,DZ:()=>h});var d=c(4689),e=c(73024),f=c.n(e);function g(a){if(!f().existsSync(a))return{};let b=f().readFileSync(a,"utf-8");return d.parse(b)||{}}function h(a,b){f().writeFileSync(a,d.stringify(b),"utf-8")}function i(a){let b=a.replace(/^\uFEFF/,"");if(!b.startsWith("---\n"))return{frontmatter:{},body:b};let c=b.indexOf("\n---\n",4);if(-1===c)throw Error("YAML frontmatter must end with a closing --- delimiter.");let e=b.slice(4,c).trim();return{frontmatter:e?d.parse(e)??{}:{},body:b.slice(c+5)}}function j(a){if(!a.trim())throw Error("Skill content cannot be empty.");let{frontmatter:b,body:c}=i(a);if(Object.keys(b).length>0){let a=b.description;if(void 0!==a&&"string"!=typeof a)throw Error('Skill frontmatter field "description" must be a string.');let c=b.tools;if(void 0!==c&&!Array.isArray(c))throw Error('Skill frontmatter field "tools" must be a list when provided.')}if(!c.trim())throw Error("Skill body cannot be empty after YAML frontmatter.")}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},86867:(a,b,c)=>{"use strict";c.d(b,{sA:()=>n,t:()=>m});var d=c(73024),e=c.n(d),f=c(76760),g=c.n(f),h=c(4928);let i="/opt/projects/pan-ui/.data",j=`
|
|
68
|
+
CREATE TABLE IF NOT EXISTS schema_migrations (target TEXT PRIMARY KEY, version INTEGER NOT NULL);
|
|
69
|
+
CREATE TABLE IF NOT EXISTS runs (id TEXT PRIMARY KEY, session_id TEXT NOT NULL, status TEXT NOT NULL, source TEXT NOT NULL, started_at TEXT NOT NULL, updated_at TEXT NOT NULL, finished_at TEXT, last_error TEXT);
|
|
70
|
+
CREATE TABLE IF NOT EXISTS tool_events (id TEXT PRIMARY KEY, session_id TEXT NOT NULL, event_type TEXT NOT NULL, tool_call_id TEXT, tool_name TEXT, summary TEXT, output TEXT, payload_json TEXT, created_at TEXT NOT NULL);
|
|
71
|
+
CREATE TABLE IF NOT EXISTS artifacts (id TEXT PRIMARY KEY, session_id TEXT NOT NULL, artifact_id TEXT NOT NULL, artifact_type TEXT NOT NULL, label TEXT NOT NULL, content TEXT, created_at TEXT NOT NULL);
|
|
72
|
+
CREATE TABLE IF NOT EXISTS approvals (tool_call_id TEXT PRIMARY KEY, session_id TEXT NOT NULL, tool_name TEXT NOT NULL, summary TEXT, status TEXT NOT NULL, created_at TEXT NOT NULL, updated_at TEXT NOT NULL);
|
|
73
|
+
CREATE TABLE IF NOT EXISTS telemetry_events (id TEXT PRIMARY KEY, event TEXT NOT NULL, source TEXT NOT NULL, payload_json TEXT, created_at TEXT NOT NULL);
|
|
74
|
+
CREATE TABLE IF NOT EXISTS mcp_probe_results (cache_key TEXT PRIMARY KEY, profile_id TEXT, server_name TEXT NOT NULL, success INTEGER NOT NULL, tools_json TEXT NOT NULL, error_text TEXT, probed_at TEXT NOT NULL);
|
|
75
|
+
CREATE INDEX IF NOT EXISTS idx_runs_session_started ON runs(session_id, started_at);
|
|
76
|
+
CREATE INDEX IF NOT EXISTS idx_tool_events_session_created ON tool_events(session_id, created_at);
|
|
77
|
+
CREATE INDEX IF NOT EXISTS idx_artifacts_session_created ON artifacts(session_id, created_at);
|
|
78
|
+
CREATE INDEX IF NOT EXISTS idx_approvals_session_created ON approvals(session_id, created_at);
|
|
79
|
+
CREATE INDEX IF NOT EXISTS idx_telemetry_created ON telemetry_events(created_at);
|
|
80
|
+
INSERT INTO schema_migrations(target, version) VALUES ('runtime', 1)
|
|
81
|
+
ON CONFLICT(target) DO UPDATE SET version=excluded.version;
|
|
82
|
+
`,k=`
|
|
83
|
+
CREATE TABLE IF NOT EXISTS schema_migrations (target TEXT PRIMARY KEY, version INTEGER NOT NULL);
|
|
84
|
+
CREATE TABLE IF NOT EXISTS audit_events (id TEXT PRIMARY KEY, created_at TEXT NOT NULL, action TEXT NOT NULL, target_type TEXT NOT NULL, target_id TEXT NOT NULL, detail TEXT NOT NULL);
|
|
85
|
+
CREATE INDEX IF NOT EXISTS idx_audit_created ON audit_events(created_at);
|
|
86
|
+
INSERT INTO schema_migrations(target, version) VALUES ('audit', 1)
|
|
87
|
+
ON CONFLICT(target) DO UPDATE SET version=excluded.version;
|
|
88
|
+
`;function l(a){return g().join(i,`${a}.db`)}function m(a){e().mkdirSync(i,{recursive:!0});let b="runtime"===a?j:k;return(0,h.mv)(`import sqlite3, sys
|
|
89
|
+
conn=sqlite3.connect(sys.argv[1])
|
|
90
|
+
conn.executescript(sys.argv[2])
|
|
91
|
+
conn.commit()
|
|
92
|
+
`,[l(a),b]),l(a)}function n(a){return l(a)}},92655:(a,b,c)=>{"use strict";c.d(b,{l:()=>d});let d={baseUrl:process.env.HERMES_API_BASE_URL??"http://127.0.0.1:8642",apiKey:process.env.HERMES_API_KEY,timeoutMs:Number(process.env.HERMES_API_TIMEOUT_MS??3e4)}},96487:()=>{}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,1692,4689],()=>b(b.s=79543));module.exports=c})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/next/package.json","../../../../../../../package.json","../../../../../../package.json","../../../../../chunks/1331.js","../../../../../chunks/1692.js","../../../../../chunks/4689.js","../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/profiles/[id]/config/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"155":{"*":{"id":"32207","name":"*","chunks":[],"async":false}},"344":{"*":{"id":"34784","name":"*","chunks":[],"async":false}},"594":{"*":{"id":"79546","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"852":{"*":{"id":"96450","name":"*","chunks":[],"async":false}},"954":{"*":{"id":"39248","name":"*","chunks":[],"async":false}},"1336":{"*":{"id":"70483","name":"*","chunks":[],"async":false}},"1935":{"*":{"id":"18548","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"2841":{"*":{"id":"94514","name":"*","chunks":[],"async":false}},"3111":{"*":{"id":"65855","name":"*","chunks":[],"async":false}},"3369":{"*":{"id":"27352","name":"*","chunks":[],"async":false}},"3380":{"*":{"id":"72942","name":"*","chunks":[],"async":false}},"3526":{"*":{"id":"12210","name":"*","chunks":[],"async":false}},"3649":{"*":{"id":"20536","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4000":{"*":{"id":"16566","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"4952":{"*":{"id":"58062","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5591":{"*":{"id":"92909","name":"*","chunks":[],"async":false}},"6157":{"*":{"id":"18539","name":"*","chunks":[],"async":false}},"6981":{"*":{"id":"38436","name":"*","chunks":[],"async":false}},"7031":{"*":{"id":"91361","name":"*","chunks":[],"async":false}},"7102":{"*":{"id":"46068","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8211":{"*":{"id":"6728","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9026":{"*":{"id":"73331","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/providers/query-provider.tsx":{"id":852,"name":"*","chunks":["2231","static/chunks/2231-e0d8768bfce5fe57.js","7177","static/chunks/app/layout-0bc970399be389b5.js"],"async":false},"/opt/projects/hermesagentwebui/src/components/theme/theme-provider.tsx":{"id":344,"name":"*","chunks":["2231","static/chunks/2231-e0d8768bfce5fe57.js","7177","static/chunks/app/layout-0bc970399be389b5.js"],"async":false},"/opt/projects/hermesagentwebui/src/styles/globals.css":{"id":3836,"name":"*","chunks":["2231","static/chunks/2231-e0d8768bfce5fe57.js","7177","static/chunks/app/layout-0bc970399be389b5.js"],"async":false},"/opt/projects/hermesagentwebui/src/components/layout/right-drawer.tsx":{"id":1935,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/layout/sidebar.tsx":{"id":594,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/layout/topbar.tsx":{"id":6981,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/chat/components/chat-screen.tsx":{"id":3369,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/auth/login-form.tsx":{"id":4000,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/extensions/components/extension-detail.tsx":{"id":4952,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/extensions/components/extensions-screen.tsx":{"id":1336,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/artifacts-browser.tsx":{"id":7031,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/memory/components/memory-screen.tsx":{"id":9026,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/approvals-browser.tsx":{"id":954,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/audit-browser.tsx":{"id":5591,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/settings-screen.tsx":{"id":2841,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/profiles/components/profiles-screen.tsx":{"id":3380,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/mcp-diagnostics.tsx":{"id":7102,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/runs-browser.tsx":{"id":3526,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/skills/components/skill-detail.tsx":{"id":155,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/telemetry-browser.tsx":{"id":3649,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/skills/components/skills-screen.tsx":{"id":8211,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/run-detail.tsx":{"id":6157,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/runtime-health.tsx":{"id":3111,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/opt/projects/hermesagentwebui/src/":[],"/opt/projects/hermesagentwebui/src/app/layout":[{"inlined":false,"path":"static/css/f5a43afa8024b892.css"}],"/opt/projects/hermesagentwebui/src/app/page":[],"/opt/projects/hermesagentwebui/src/app/api/profiles/route":[],"/opt/projects/hermesagentwebui/src/app/api/profiles/[id]/route":[],"/opt/projects/hermesagentwebui/src/app/api/profiles/[id]/config/route":[]},"rscModuleMapping":{"155":{"*":{"id":"55791","name":"*","chunks":[],"async":false}},"344":{"*":{"id":"95122","name":"*","chunks":[],"async":false}},"594":{"*":{"id":"16652","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"852":{"*":{"id":"7804","name":"*","chunks":[],"async":false}},"954":{"*":{"id":"24430","name":"*","chunks":[],"async":false}},"1336":{"*":{"id":"85585","name":"*","chunks":[],"async":false}},"1935":{"*":{"id":"28878","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"2841":{"*":{"id":"80213","name":"*","chunks":[],"async":false}},"3111":{"*":{"id":"21562","name":"*","chunks":[],"async":false}},"3369":{"*":{"id":"60833","name":"*","chunks":[],"async":false}},"3380":{"*":{"id":"38529","name":"*","chunks":[],"async":false}},"3526":{"*":{"id":"58048","name":"*","chunks":[],"async":false}},"3649":{"*":{"id":"31071","name":"*","chunks":[],"async":false}},"3836":{"*":{"id":"35692","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4000":{"*":{"id":"42068","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"4952":{"*":{"id":"17967","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5591":{"*":{"id":"78195","name":"*","chunks":[],"async":false}},"6157":{"*":{"id":"67990","name":"*","chunks":[],"async":false}},"6981":{"*":{"id":"86890","name":"*","chunks":[],"async":false}},"7031":{"*":{"id":"90407","name":"*","chunks":[],"async":false}},"7102":{"*":{"id":"31086","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8211":{"*":{"id":"65169","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9026":{"*":{"id":"63281","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";(()=>{var a={};a.id=1090,a.ids=[1090],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1823:(a,b,c)=>{c.d(b,{p:()=>e});var d=c(4928);function e(a,b){let c=`import sqlite3, json, sys
|
|
2
|
+
conn = sqlite3.connect(sys.argv[1])
|
|
3
|
+
conn.row_factory = sqlite3.Row
|
|
4
|
+
cur = conn.cursor()
|
|
5
|
+
${b}`;return(0,d.sz)(c,[a])}},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},7215:(a,b,c)=>{c.d(b,{js:()=>h,lJ:()=>g,nD:()=>i,yt:()=>f});var d=c(31421);function e(a){try{return(0,d.execFileSync)("hermes",a,{encoding:"utf-8",timeout:15e3}),{ok:!0}}catch(c){let a=[c.stderr,c.stdout,c.message].filter(Boolean).join("\n"),b=a.match(/Error:\s*(.+)/);if(b)return{ok:!1,error:b[1].replace(/\s+at\s+\/.*$/,"").trim()};return{ok:!1,error:a.slice(0,200)}}}function f(a,b="safe-chat"){let c=e(["profile","create",a]);if(!c.ok)throw Error(c.error??"Failed to create profile");return{id:a,name:a,policyPreset:b}}function g(a){let b=`${a}-copy`,c=e(["profile","create",b,"--clone-from",a,"--clone-all","--no-alias"]);if(!c.ok)throw Error(c.error??"Failed to clone profile");return{id:b,name:b}}function h(a){let b=e(["profile","delete",a,"-y"]);if(!b.ok)throw Error(b.error??"Failed to delete profile")}function i(a){let b=e(["profile","use",a]);if(!b.ok)throw Error(b.error??"Failed to activate profile")}},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},19771:a=>{a.exports=require("process")},20400:(a,b,c)=>{c.d(b,{X:()=>o,f:()=>n});var d=c(73024),e=c.n(d),f=c(76760),g=c.n(f),h=c(50530),i=c(59350),j=c(54148),k=c(25217),l=c(1823),m=c(81336);function n(a){let b=(0,k.kq)(),c=g().join(b,"profiles"),d=(0,h.E)(),f=d?[d]:[];if(e().existsSync(c))for(let a of e().readdirSync(c,{withFileTypes:!0}))a.isDirectory()&&!f.includes(a.name)&&f.push(a.name);return f.map(b=>{let c=(0,m.kv)((0,k.jD)(b)),f=function(a){let b=(0,k.Nh)(a);if(!e().existsSync(b))return 0;try{return(0,l.p)(b,"cur.execute('SELECT COUNT(*) FROM sessions')\nprint(json.dumps(cur.fetchone()[0]))")}catch{return 0}}(b),g=(0,j.Lo)(b).length,n=(0,i.VL)(b).length,o=(0,h.q)(b),p=c.model?.default?"real-hermes":"unconfigured";return{id:b,name:b,modelDefault:c.model?.default,policyPreset:c.ui_policy_preset||"safe-chat",sessionCount:f,skillCount:g,extensionCount:n,integrationsCount:n,runtimeProvider:p,runtimeSummary:`${c.model?.default||"No default model"} \xb7 ${f} sessions \xb7 ${g} skills`,trustMode:c.ui_policy_preset||"safe-chat",runtimeHealth:c.model?.default?"healthy":"degraded",profileContextLabel:o.label,active:b===(a||d)}})}function o(a,b){let c=(0,k.jD)(a),d=(0,m.kv)(c);d.ui_policy_preset=b,(0,m.DZ)(c,d)}},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31421:a=>{a.exports=require("node:child_process")},34208:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>G,patchFetch:()=>F,routeModule:()=>B,serverHooks:()=>E,workAsyncStorage:()=>C,workUnitAsyncStorage:()=>D});var d={};c.r(d),c.d(d,{DELETE:()=>A,PATCH:()=>z});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(71865),w=c(17599),x=c(7215),y=c(20400);async function z(a,{params:b}){let{id:c}=await b,d=await a.json().catch(()=>({}));try{if("clone"===d.action){let a=(0,x.lJ)(c);return(0,v.n)("profile_cloned","profile",a.id,`Cloned profile ${a.name}.`),u.NextResponse.json({profile:a})}if(d.policyPreset){(0,y.X)(c,d.policyPreset);let a={id:c,name:c,policyPreset:d.policyPreset};return(0,v.n)("profile_policy_updated","profile",a.id,`Updated policy preset for ${a.name} to ${d.policyPreset}.`),u.NextResponse.json({profile:a})}(0,x.nD)(c);let a={id:c,name:c,active:!0};(0,v.n)("profile_activated","profile",a.id,`Activated profile ${a.name}.`);let b=u.NextResponse.json({profile:a});return b.cookies.set(w.t6,c,{path:"/"}),b}catch(a){return u.NextResponse.json({error:a instanceof Error?a.message:"Unable to update profile"},{status:404})}}async function A(a,{params:b}){let{id:c}=await b;try{(0,x.js)(c);let a={id:c,name:c};return(0,v.n)("profile_deleted","profile",a.id,`Deleted profile ${a.name}.`),u.NextResponse.json({profile:a})}catch(a){return u.NextResponse.json({error:a instanceof Error?a.message:"Unable to delete profile"},{status:404})}}let B=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/profiles/[id]/route",pathname:"/api/profiles/[id]",filename:"route",bundlePath:"app/api/profiles/[id]/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/opt/projects/hermesagentwebui/src/app/api/profiles/[id]/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:C,workUnitAsyncStorage:D,serverHooks:E}=B;function F(){return(0,g.patchFetch)({workAsyncStorage:C,workUnitAsyncStorage:D})}async function G(a,b,c){var d;let e="/api/profiles/[id]/route";"/index"===e&&(e="/");let g=await B.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||B.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===B.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>B.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>B.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await B.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await B.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.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});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await B.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},54148:(a,b,c)=>{c.d(b,{Aj:()=>n,Lo:()=>m,Om:()=>u,Pr:()=>r,Vu:()=>o,Z8:()=>s,cI:()=>q,gu:()=>t,zx:()=>p});var d=c(73024),e=c.n(d),f=c(76760),g=c.n(f),h=c(31421),i=c(25217),j=c(1823),k=c(81336);function l(a){if(!e().existsSync(a.root))return[];let b=[],c=d=>{for(let f of e().readdirSync(d,{withFileTypes:!0})){let e=g().join(d,f.name);f.isDirectory()&&c(e),f.isFile()&&"SKILL.md"===f.name&&b.push({path:e,source:a.source,scope:a.scope,provenance:a.provenance,ownerProfileId:a.ownerProfileId})}};return c(a.root),b}function m(a){let b=(0,i.kq)(),c=g().join(b,"hermes-agent","skills"),d=g().join(b,"skills"),f=(0,i.zl)(a),h=function(a){let b=(0,k.kv)((0,i.jD)(a));return new Set([...new Set(b.skills?.disabled||[]),...new Set(b.skills?.platform_disabled?.cli||[])])}(a),j=[{root:f,files:l({root:f,source:"local",scope:"profile",provenance:"custom",ownerProfileId:a})},{root:d,files:l({root:d,source:"local",scope:"global",provenance:"custom"})},{root:c,files:l({root:c,source:"bundled",scope:"builtin",provenance:"built-in"})}],m=new Set,n=[];for(let{root:a,files:b}of j)for(let c of b){let b=function(a,b,c){let d=e().readFileSync(a.path,"utf-8"),f=g().basename(g().dirname(a.path)),h=g().dirname(a.path),i=e().statSync(a.path),{frontmatter:j}=(0,k.ru)(d),l="string"==typeof j.description?j.description:d.split("\n").find(a=>a.toLowerCase().startsWith("description:"))?.split(":").slice(1).join(":").trim()||"Hermes skill",m="string"==typeof j.version?j.version:void 0,n=Array.isArray(j.tools)?j.tools.map(a=>String(a)).filter(Boolean):void 0,o=j.metadata?.hermes,p=Array.isArray(o?.tags)?o.tags.map(String):void 0,q=Array.isArray(o?.related_skills)?o.related_skills.map(String):void 0,r="string"==typeof j.author?j.author:void 0,s=function(a,b){let c=g().dirname(a),d=g().relative(b,c).split(g().sep);if(!(d.length<=1))return d.slice(0,-1).join("/")}(a.path,c),t=function(a){let b=[];for(let c of["references","templates","scripts","assets"]){let d=g().join(a,c);if(e().existsSync(d))for(let a of e().readdirSync(d,{withFileTypes:!0}))a.isFile()&&b.push({path:`${c}/${a.name}`,name:a.name,group:c})}return b}(h);return{id:f,name:f,description:l,source:a.source,scope:a.scope,provenance:a.provenance,installed:!0,enabled:!b.has(f),content:d,loadedInSessions:[],ownerProfileId:a.ownerProfileId,filePath:a.path,version:m,updatedAt:i.mtime.toISOString(),impliedTools:n,category:s,tags:p,relatedSkills:q,linkedFiles:t.length>0?t:void 0,author:r}}(c,h,a);m.has(b.id)||(m.add(b.id),n.push(b))}return n.sort((a,b)=>a.name.localeCompare(b.name))}function n(a,b){return m(a).find(a=>a.id===b)||null}function o(a,b,c){(0,k.rH)(c);let d=(0,i.kq)(),f=g().join(d,"skills",b,"SKILL.md"),h=[g().join((0,i.zl)(a),b,"SKILL.md"),f].find(a=>e().existsSync(a))||f;return e().mkdirSync(g().dirname(h),{recursive:!0}),e().writeFileSync(h,c,"utf-8"),n(a,b)}function p(a,b){let c=(0,i.kq)(),d=g().join(c,"hermes-agent","skills",b,"SKILL.md"),f=g().join(c,"skills",b,"SKILL.md");if(e().existsSync(d))return e().mkdirSync(g().dirname(f),{recursive:!0}),e().copyFileSync(d,f),n(a,b);throw Error("Real skill not found for install")}function q(a,b){let c=(0,i.kq)(),d=g().join((0,i.zl)(a),b),f=g().join(c,"skills",b),h=!1;if(e().existsSync(d)&&(e().rmSync(d,{recursive:!0,force:!0}),h=!0),e().existsSync(f)&&(e().rmSync(f,{recursive:!0,force:!0}),h=!0),!h)throw Error("Installed real skill not found");return!0}function r(a,b,c){if(!n(a,b))throw Error("Real skill not found");let d=(0,i.jD)(a),e=(0,k.kv)(d);e.skills=e.skills||{};let f=new Set(e.skills.disabled||[]),g=new Set(e.skills.platform_disabled?.cli||[]);return c?(f.delete(b),g.delete(b)):(f.add(b),g.add(b)),e.skills.disabled=Array.from(f).sort(),e.skills.platform_disabled=e.skills.platform_disabled||{},e.skills.platform_disabled.cli=Array.from(g).sort(),(0,k.DZ)(d,e),n(a,b)}function s(a,b,c){let d=n(a,b);if(!d?.filePath)return null;let f=g().dirname(d.filePath),h=g().normalize(c);if(h.startsWith("..")||g().isAbsolute(h)||!["references/","templates/","scripts/","assets/"].some(a=>h.startsWith(a)))return null;let i=g().join(f,h);return e().existsSync(i)?e().readFileSync(i,"utf-8"):null}function t(a){let b=m(a),c=new Set;for(let a of b)a.category&&c.add(a.category);return Array.from(c).sort()}function u(a,b,c){(0,h.execFileSync)("hermes",["skills","list"],{encoding:"utf-8"});let d=(0,i.Nh)(a);return e().existsSync(d)&&(0,j.p)(d,`import json
|
|
6
|
+
session_id=${JSON.stringify(b)}
|
|
7
|
+
skill_id=${JSON.stringify(c)}
|
|
8
|
+
cur.execute("SELECT model_config FROM sessions WHERE id=?", (session_id,))
|
|
9
|
+
r=cur.fetchone()
|
|
10
|
+
if not r: print(json.dumps({'ok': False})); raise SystemExit
|
|
11
|
+
config={}
|
|
12
|
+
if r[0]:
|
|
13
|
+
try: config=json.loads(r[0]) or {}
|
|
14
|
+
except Exception: config={}
|
|
15
|
+
loaded=config.get('loadedSkillIds', [])
|
|
16
|
+
if skill_id not in loaded:
|
|
17
|
+
loaded=[skill_id, *loaded]
|
|
18
|
+
config['loadedSkillIds']=loaded
|
|
19
|
+
cur.execute("UPDATE sessions SET model_config=? WHERE id=?", (json.dumps(config), session_id))
|
|
20
|
+
conn.commit()
|
|
21
|
+
print(json.dumps({'ok': True}))`),c}},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},71865:(a,b,c)=>{c.d(b,{d:()=>k,n:()=>j});var d=c(77598),e=c.n(d),f=c(86867),g=c(4928);let h=(0,f.sA)("audit");function i(){(0,f.t)("audit")}function j(a,b,c,d){i();let f=e().randomUUID();(0,g.mv)(`import sqlite3, sys
|
|
22
|
+
conn=sqlite3.connect(sys.argv[1])
|
|
23
|
+
conn.execute("INSERT INTO audit_events (id, created_at, action, target_type, target_id, detail) VALUES (?, ?, ?, ?, ?, ?)", tuple(sys.argv[2:8]))
|
|
24
|
+
conn.commit()
|
|
25
|
+
`,[h,f,new Date().toISOString(),a,b,c,d])}function k(){return i(),(0,g.sz)(`import sqlite3, json, sys
|
|
26
|
+
conn=sqlite3.connect(sys.argv[1])
|
|
27
|
+
conn.row_factory=sqlite3.Row
|
|
28
|
+
cur=conn.cursor()
|
|
29
|
+
cur.execute("SELECT id, created_at, action, target_type, target_id, detail FROM audit_events ORDER BY created_at DESC LIMIT 200")
|
|
30
|
+
print(json.dumps([{'id':r['id'],'createdAt':r['created_at'],'action':r['action'],'targetType':r['target_type'],'targetId':r['target_id'],'detail':r['detail']} for r in cur.fetchall()]))
|
|
31
|
+
`,[h])}},73024:a=>{a.exports=require("node:fs")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},79428:a=>{a.exports=require("buffer")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,1692,6802,4689,6516],()=>b(b.s=34208));module.exports=c})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/1331.js","../../../../chunks/1692.js","../../../../chunks/4689.js","../../../../chunks/6516.js","../../../../chunks/6802.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
package/.next/standalone/.next/server/app/api/profiles/[id]/route_client-reference-manifest.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/profiles/[id]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"155":{"*":{"id":"32207","name":"*","chunks":[],"async":false}},"344":{"*":{"id":"34784","name":"*","chunks":[],"async":false}},"594":{"*":{"id":"79546","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"852":{"*":{"id":"96450","name":"*","chunks":[],"async":false}},"954":{"*":{"id":"39248","name":"*","chunks":[],"async":false}},"1336":{"*":{"id":"70483","name":"*","chunks":[],"async":false}},"1935":{"*":{"id":"18548","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"2841":{"*":{"id":"94514","name":"*","chunks":[],"async":false}},"3111":{"*":{"id":"65855","name":"*","chunks":[],"async":false}},"3369":{"*":{"id":"27352","name":"*","chunks":[],"async":false}},"3380":{"*":{"id":"72942","name":"*","chunks":[],"async":false}},"3526":{"*":{"id":"12210","name":"*","chunks":[],"async":false}},"3649":{"*":{"id":"20536","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4000":{"*":{"id":"16566","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"4952":{"*":{"id":"58062","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5591":{"*":{"id":"92909","name":"*","chunks":[],"async":false}},"6157":{"*":{"id":"18539","name":"*","chunks":[],"async":false}},"6981":{"*":{"id":"38436","name":"*","chunks":[],"async":false}},"7031":{"*":{"id":"91361","name":"*","chunks":[],"async":false}},"7102":{"*":{"id":"46068","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8211":{"*":{"id":"6728","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9026":{"*":{"id":"73331","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/providers/query-provider.tsx":{"id":852,"name":"*","chunks":["2231","static/chunks/2231-e0d8768bfce5fe57.js","7177","static/chunks/app/layout-0bc970399be389b5.js"],"async":false},"/opt/projects/hermesagentwebui/src/components/theme/theme-provider.tsx":{"id":344,"name":"*","chunks":["2231","static/chunks/2231-e0d8768bfce5fe57.js","7177","static/chunks/app/layout-0bc970399be389b5.js"],"async":false},"/opt/projects/hermesagentwebui/src/styles/globals.css":{"id":3836,"name":"*","chunks":["2231","static/chunks/2231-e0d8768bfce5fe57.js","7177","static/chunks/app/layout-0bc970399be389b5.js"],"async":false},"/opt/projects/hermesagentwebui/src/components/layout/right-drawer.tsx":{"id":1935,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/layout/sidebar.tsx":{"id":594,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/layout/topbar.tsx":{"id":6981,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/chat/components/chat-screen.tsx":{"id":3369,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/auth/login-form.tsx":{"id":4000,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/extensions/components/extension-detail.tsx":{"id":4952,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/extensions/components/extensions-screen.tsx":{"id":1336,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/artifacts-browser.tsx":{"id":7031,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/memory/components/memory-screen.tsx":{"id":9026,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/approvals-browser.tsx":{"id":954,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/audit-browser.tsx":{"id":5591,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/settings-screen.tsx":{"id":2841,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/profiles/components/profiles-screen.tsx":{"id":3380,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/mcp-diagnostics.tsx":{"id":7102,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/runs-browser.tsx":{"id":3526,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/skills/components/skill-detail.tsx":{"id":155,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/telemetry-browser.tsx":{"id":3649,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/skills/components/skills-screen.tsx":{"id":8211,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/run-detail.tsx":{"id":6157,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/runtime-health.tsx":{"id":3111,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/opt/projects/hermesagentwebui/src/":[],"/opt/projects/hermesagentwebui/src/app/layout":[{"inlined":false,"path":"static/css/f5a43afa8024b892.css"}],"/opt/projects/hermesagentwebui/src/app/page":[],"/opt/projects/hermesagentwebui/src/app/api/profiles/route":[],"/opt/projects/hermesagentwebui/src/app/api/profiles/[id]/route":[]},"rscModuleMapping":{"155":{"*":{"id":"55791","name":"*","chunks":[],"async":false}},"344":{"*":{"id":"95122","name":"*","chunks":[],"async":false}},"594":{"*":{"id":"16652","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"852":{"*":{"id":"7804","name":"*","chunks":[],"async":false}},"954":{"*":{"id":"24430","name":"*","chunks":[],"async":false}},"1336":{"*":{"id":"85585","name":"*","chunks":[],"async":false}},"1935":{"*":{"id":"28878","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"2841":{"*":{"id":"80213","name":"*","chunks":[],"async":false}},"3111":{"*":{"id":"21562","name":"*","chunks":[],"async":false}},"3369":{"*":{"id":"60833","name":"*","chunks":[],"async":false}},"3380":{"*":{"id":"38529","name":"*","chunks":[],"async":false}},"3526":{"*":{"id":"58048","name":"*","chunks":[],"async":false}},"3649":{"*":{"id":"31071","name":"*","chunks":[],"async":false}},"3836":{"*":{"id":"35692","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4000":{"*":{"id":"42068","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"4952":{"*":{"id":"17967","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5591":{"*":{"id":"78195","name":"*","chunks":[],"async":false}},"6157":{"*":{"id":"67990","name":"*","chunks":[],"async":false}},"6981":{"*":{"id":"86890","name":"*","chunks":[],"async":false}},"7031":{"*":{"id":"90407","name":"*","chunks":[],"async":false}},"7102":{"*":{"id":"31086","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8211":{"*":{"id":"65169","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9026":{"*":{"id":"63281","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";(()=>{var a={};a.id=6120,a.ids=[6120],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1823:(a,b,c)=>{c.d(b,{p:()=>e});var d=c(4928);function e(a,b){let c=`import sqlite3, json, sys
|
|
2
|
+
conn = sqlite3.connect(sys.argv[1])
|
|
3
|
+
conn.row_factory = sqlite3.Row
|
|
4
|
+
cur = conn.cursor()
|
|
5
|
+
${b}`;return(0,d.sz)(c,[a])}},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},7215:(a,b,c)=>{c.d(b,{js:()=>h,lJ:()=>g,nD:()=>i,yt:()=>f});var d=c(31421);function e(a){try{return(0,d.execFileSync)("hermes",a,{encoding:"utf-8",timeout:15e3}),{ok:!0}}catch(c){let a=[c.stderr,c.stdout,c.message].filter(Boolean).join("\n"),b=a.match(/Error:\s*(.+)/);if(b)return{ok:!1,error:b[1].replace(/\s+at\s+\/.*$/,"").trim()};return{ok:!1,error:a.slice(0,200)}}}function f(a,b="safe-chat"){let c=e(["profile","create",a]);if(!c.ok)throw Error(c.error??"Failed to create profile");return{id:a,name:a,policyPreset:b}}function g(a){let b=`${a}-copy`,c=e(["profile","create",b,"--clone-from",a,"--clone-all","--no-alias"]);if(!c.ok)throw Error(c.error??"Failed to clone profile");return{id:b,name:b}}function h(a){let b=e(["profile","delete",a,"-y"]);if(!b.ok)throw Error(b.error??"Failed to delete profile")}function i(a){let b=e(["profile","use",a]);if(!b.ok)throw Error(b.error??"Failed to activate profile")}},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},19771:a=>{a.exports=require("process")},20400:(a,b,c)=>{c.d(b,{X:()=>o,f:()=>n});var d=c(73024),e=c.n(d),f=c(76760),g=c.n(f),h=c(50530),i=c(59350),j=c(54148),k=c(25217),l=c(1823),m=c(81336);function n(a){let b=(0,k.kq)(),c=g().join(b,"profiles"),d=(0,h.E)(),f=d?[d]:[];if(e().existsSync(c))for(let a of e().readdirSync(c,{withFileTypes:!0}))a.isDirectory()&&!f.includes(a.name)&&f.push(a.name);return f.map(b=>{let c=(0,m.kv)((0,k.jD)(b)),f=function(a){let b=(0,k.Nh)(a);if(!e().existsSync(b))return 0;try{return(0,l.p)(b,"cur.execute('SELECT COUNT(*) FROM sessions')\nprint(json.dumps(cur.fetchone()[0]))")}catch{return 0}}(b),g=(0,j.Lo)(b).length,n=(0,i.VL)(b).length,o=(0,h.q)(b),p=c.model?.default?"real-hermes":"unconfigured";return{id:b,name:b,modelDefault:c.model?.default,policyPreset:c.ui_policy_preset||"safe-chat",sessionCount:f,skillCount:g,extensionCount:n,integrationsCount:n,runtimeProvider:p,runtimeSummary:`${c.model?.default||"No default model"} \xb7 ${f} sessions \xb7 ${g} skills`,trustMode:c.ui_policy_preset||"safe-chat",runtimeHealth:c.model?.default?"healthy":"degraded",profileContextLabel:o.label,active:b===(a||d)}})}function o(a,b){let c=(0,k.jD)(a),d=(0,m.kv)(c);d.ui_policy_preset=b,(0,m.DZ)(c,d)}},24449:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>G,patchFetch:()=>F,routeModule:()=>B,serverHooks:()=>E,workAsyncStorage:()=>C,workUnitAsyncStorage:()=>D});var d={};c.r(d),c.d(d,{GET:()=>z,POST:()=>A});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(71865),w=c(17599),x=c(7215),y=c(20400);async function z(){let a=await (0,w.jB)();return u.NextResponse.json({profiles:(0,y.f)(a)})}async function A(a){let b=await a.json();if(!b.name?.trim())return u.NextResponse.json({error:"Profile name is required"},{status:400});let c=b.name.trim();if(!/^[a-z0-9][a-z0-9_-]{0,63}$/.test(c))return u.NextResponse.json({error:`Invalid profile name '${c}'. Must be lowercase alphanumeric, may include hyphens/underscores, and start with a letter or number (max 64 chars).`},{status:400});try{let a=(0,x.yt)(c,b.policyPreset);(0,v.n)("profile_created","profile",a.id,`Created profile ${a.name}.`);let d=u.NextResponse.json({profile:a},{status:201});return d.cookies.set(w.t6,a.id,{path:"/"}),d}catch(c){let a=c instanceof Error?c.message:"Failed to create profile",b=a.toLowerCase().includes("already exists");return u.NextResponse.json({error:a},{status:b?409:500})}}let B=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/profiles/route",pathname:"/api/profiles",filename:"route",bundlePath:"app/api/profiles/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/opt/projects/hermesagentwebui/src/app/api/profiles/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:C,workUnitAsyncStorage:D,serverHooks:E}=B;function F(){return(0,g.patchFetch)({workAsyncStorage:C,workUnitAsyncStorage:D})}async function G(a,b,c){var d;let e="/api/profiles/route";"/index"===e&&(e="/");let g=await B.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||B.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===B.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>B.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>B.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await B.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await B.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.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});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await B.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31421:a=>{a.exports=require("node:child_process")},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},54148:(a,b,c)=>{c.d(b,{Aj:()=>n,Lo:()=>m,Om:()=>u,Pr:()=>r,Vu:()=>o,Z8:()=>s,cI:()=>q,gu:()=>t,zx:()=>p});var d=c(73024),e=c.n(d),f=c(76760),g=c.n(f),h=c(31421),i=c(25217),j=c(1823),k=c(81336);function l(a){if(!e().existsSync(a.root))return[];let b=[],c=d=>{for(let f of e().readdirSync(d,{withFileTypes:!0})){let e=g().join(d,f.name);f.isDirectory()&&c(e),f.isFile()&&"SKILL.md"===f.name&&b.push({path:e,source:a.source,scope:a.scope,provenance:a.provenance,ownerProfileId:a.ownerProfileId})}};return c(a.root),b}function m(a){let b=(0,i.kq)(),c=g().join(b,"hermes-agent","skills"),d=g().join(b,"skills"),f=(0,i.zl)(a),h=function(a){let b=(0,k.kv)((0,i.jD)(a));return new Set([...new Set(b.skills?.disabled||[]),...new Set(b.skills?.platform_disabled?.cli||[])])}(a),j=[{root:f,files:l({root:f,source:"local",scope:"profile",provenance:"custom",ownerProfileId:a})},{root:d,files:l({root:d,source:"local",scope:"global",provenance:"custom"})},{root:c,files:l({root:c,source:"bundled",scope:"builtin",provenance:"built-in"})}],m=new Set,n=[];for(let{root:a,files:b}of j)for(let c of b){let b=function(a,b,c){let d=e().readFileSync(a.path,"utf-8"),f=g().basename(g().dirname(a.path)),h=g().dirname(a.path),i=e().statSync(a.path),{frontmatter:j}=(0,k.ru)(d),l="string"==typeof j.description?j.description:d.split("\n").find(a=>a.toLowerCase().startsWith("description:"))?.split(":").slice(1).join(":").trim()||"Hermes skill",m="string"==typeof j.version?j.version:void 0,n=Array.isArray(j.tools)?j.tools.map(a=>String(a)).filter(Boolean):void 0,o=j.metadata?.hermes,p=Array.isArray(o?.tags)?o.tags.map(String):void 0,q=Array.isArray(o?.related_skills)?o.related_skills.map(String):void 0,r="string"==typeof j.author?j.author:void 0,s=function(a,b){let c=g().dirname(a),d=g().relative(b,c).split(g().sep);if(!(d.length<=1))return d.slice(0,-1).join("/")}(a.path,c),t=function(a){let b=[];for(let c of["references","templates","scripts","assets"]){let d=g().join(a,c);if(e().existsSync(d))for(let a of e().readdirSync(d,{withFileTypes:!0}))a.isFile()&&b.push({path:`${c}/${a.name}`,name:a.name,group:c})}return b}(h);return{id:f,name:f,description:l,source:a.source,scope:a.scope,provenance:a.provenance,installed:!0,enabled:!b.has(f),content:d,loadedInSessions:[],ownerProfileId:a.ownerProfileId,filePath:a.path,version:m,updatedAt:i.mtime.toISOString(),impliedTools:n,category:s,tags:p,relatedSkills:q,linkedFiles:t.length>0?t:void 0,author:r}}(c,h,a);m.has(b.id)||(m.add(b.id),n.push(b))}return n.sort((a,b)=>a.name.localeCompare(b.name))}function n(a,b){return m(a).find(a=>a.id===b)||null}function o(a,b,c){(0,k.rH)(c);let d=(0,i.kq)(),f=g().join(d,"skills",b,"SKILL.md"),h=[g().join((0,i.zl)(a),b,"SKILL.md"),f].find(a=>e().existsSync(a))||f;return e().mkdirSync(g().dirname(h),{recursive:!0}),e().writeFileSync(h,c,"utf-8"),n(a,b)}function p(a,b){let c=(0,i.kq)(),d=g().join(c,"hermes-agent","skills",b,"SKILL.md"),f=g().join(c,"skills",b,"SKILL.md");if(e().existsSync(d))return e().mkdirSync(g().dirname(f),{recursive:!0}),e().copyFileSync(d,f),n(a,b);throw Error("Real skill not found for install")}function q(a,b){let c=(0,i.kq)(),d=g().join((0,i.zl)(a),b),f=g().join(c,"skills",b),h=!1;if(e().existsSync(d)&&(e().rmSync(d,{recursive:!0,force:!0}),h=!0),e().existsSync(f)&&(e().rmSync(f,{recursive:!0,force:!0}),h=!0),!h)throw Error("Installed real skill not found");return!0}function r(a,b,c){if(!n(a,b))throw Error("Real skill not found");let d=(0,i.jD)(a),e=(0,k.kv)(d);e.skills=e.skills||{};let f=new Set(e.skills.disabled||[]),g=new Set(e.skills.platform_disabled?.cli||[]);return c?(f.delete(b),g.delete(b)):(f.add(b),g.add(b)),e.skills.disabled=Array.from(f).sort(),e.skills.platform_disabled=e.skills.platform_disabled||{},e.skills.platform_disabled.cli=Array.from(g).sort(),(0,k.DZ)(d,e),n(a,b)}function s(a,b,c){let d=n(a,b);if(!d?.filePath)return null;let f=g().dirname(d.filePath),h=g().normalize(c);if(h.startsWith("..")||g().isAbsolute(h)||!["references/","templates/","scripts/","assets/"].some(a=>h.startsWith(a)))return null;let i=g().join(f,h);return e().existsSync(i)?e().readFileSync(i,"utf-8"):null}function t(a){let b=m(a),c=new Set;for(let a of b)a.category&&c.add(a.category);return Array.from(c).sort()}function u(a,b,c){(0,h.execFileSync)("hermes",["skills","list"],{encoding:"utf-8"});let d=(0,i.Nh)(a);return e().existsSync(d)&&(0,j.p)(d,`import json
|
|
6
|
+
session_id=${JSON.stringify(b)}
|
|
7
|
+
skill_id=${JSON.stringify(c)}
|
|
8
|
+
cur.execute("SELECT model_config FROM sessions WHERE id=?", (session_id,))
|
|
9
|
+
r=cur.fetchone()
|
|
10
|
+
if not r: print(json.dumps({'ok': False})); raise SystemExit
|
|
11
|
+
config={}
|
|
12
|
+
if r[0]:
|
|
13
|
+
try: config=json.loads(r[0]) or {}
|
|
14
|
+
except Exception: config={}
|
|
15
|
+
loaded=config.get('loadedSkillIds', [])
|
|
16
|
+
if skill_id not in loaded:
|
|
17
|
+
loaded=[skill_id, *loaded]
|
|
18
|
+
config['loadedSkillIds']=loaded
|
|
19
|
+
cur.execute("UPDATE sessions SET model_config=? WHERE id=?", (json.dumps(config), session_id))
|
|
20
|
+
conn.commit()
|
|
21
|
+
print(json.dumps({'ok': True}))`),c}},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},71865:(a,b,c)=>{c.d(b,{d:()=>k,n:()=>j});var d=c(77598),e=c.n(d),f=c(86867),g=c(4928);let h=(0,f.sA)("audit");function i(){(0,f.t)("audit")}function j(a,b,c,d){i();let f=e().randomUUID();(0,g.mv)(`import sqlite3, sys
|
|
22
|
+
conn=sqlite3.connect(sys.argv[1])
|
|
23
|
+
conn.execute("INSERT INTO audit_events (id, created_at, action, target_type, target_id, detail) VALUES (?, ?, ?, ?, ?, ?)", tuple(sys.argv[2:8]))
|
|
24
|
+
conn.commit()
|
|
25
|
+
`,[h,f,new Date().toISOString(),a,b,c,d])}function k(){return i(),(0,g.sz)(`import sqlite3, json, sys
|
|
26
|
+
conn=sqlite3.connect(sys.argv[1])
|
|
27
|
+
conn.row_factory=sqlite3.Row
|
|
28
|
+
cur=conn.cursor()
|
|
29
|
+
cur.execute("SELECT id, created_at, action, target_type, target_id, detail FROM audit_events ORDER BY created_at DESC LIMIT 200")
|
|
30
|
+
print(json.dumps([{'id':r['id'],'createdAt':r['created_at'],'action':r['action'],'targetType':r['target_type'],'targetId':r['target_id'],'detail':r['detail']} for r in cur.fetchall()]))
|
|
31
|
+
`,[h])}},73024:a=>{a.exports=require("node:fs")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},79428:a=>{a.exports=require("buffer")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[1331,1692,6802,4689,6516],()=>b(b.s=24449));module.exports=c})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/1331.js","../../../chunks/1692.js","../../../chunks/4689.js","../../../chunks/6516.js","../../../chunks/6802.js","../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/profiles/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"155":{"*":{"id":"32207","name":"*","chunks":[],"async":false}},"344":{"*":{"id":"34784","name":"*","chunks":[],"async":false}},"594":{"*":{"id":"79546","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"852":{"*":{"id":"96450","name":"*","chunks":[],"async":false}},"954":{"*":{"id":"39248","name":"*","chunks":[],"async":false}},"1336":{"*":{"id":"70483","name":"*","chunks":[],"async":false}},"1935":{"*":{"id":"18548","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"2841":{"*":{"id":"94514","name":"*","chunks":[],"async":false}},"3111":{"*":{"id":"65855","name":"*","chunks":[],"async":false}},"3369":{"*":{"id":"27352","name":"*","chunks":[],"async":false}},"3380":{"*":{"id":"72942","name":"*","chunks":[],"async":false}},"3526":{"*":{"id":"12210","name":"*","chunks":[],"async":false}},"3649":{"*":{"id":"20536","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4000":{"*":{"id":"16566","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"4952":{"*":{"id":"58062","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5591":{"*":{"id":"92909","name":"*","chunks":[],"async":false}},"6157":{"*":{"id":"18539","name":"*","chunks":[],"async":false}},"6981":{"*":{"id":"38436","name":"*","chunks":[],"async":false}},"7031":{"*":{"id":"91361","name":"*","chunks":[],"async":false}},"7102":{"*":{"id":"46068","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8211":{"*":{"id":"6728","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9026":{"*":{"id":"73331","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/providers/query-provider.tsx":{"id":852,"name":"*","chunks":["2231","static/chunks/2231-e0d8768bfce5fe57.js","7177","static/chunks/app/layout-0bc970399be389b5.js"],"async":false},"/opt/projects/hermesagentwebui/src/components/theme/theme-provider.tsx":{"id":344,"name":"*","chunks":["2231","static/chunks/2231-e0d8768bfce5fe57.js","7177","static/chunks/app/layout-0bc970399be389b5.js"],"async":false},"/opt/projects/hermesagentwebui/src/styles/globals.css":{"id":3836,"name":"*","chunks":["2231","static/chunks/2231-e0d8768bfce5fe57.js","7177","static/chunks/app/layout-0bc970399be389b5.js"],"async":false},"/opt/projects/hermesagentwebui/src/components/layout/right-drawer.tsx":{"id":1935,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/layout/sidebar.tsx":{"id":594,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/layout/topbar.tsx":{"id":6981,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/chat/components/chat-screen.tsx":{"id":3369,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/components/auth/login-form.tsx":{"id":4000,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/extensions/components/extension-detail.tsx":{"id":4952,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/extensions/components/extensions-screen.tsx":{"id":1336,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/artifacts-browser.tsx":{"id":7031,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/memory/components/memory-screen.tsx":{"id":9026,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/approvals-browser.tsx":{"id":954,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/audit-browser.tsx":{"id":5591,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/settings-screen.tsx":{"id":2841,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/profiles/components/profiles-screen.tsx":{"id":3380,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/mcp-diagnostics.tsx":{"id":7102,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/runs-browser.tsx":{"id":3526,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/skills/components/skill-detail.tsx":{"id":155,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/telemetry-browser.tsx":{"id":3649,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/skills/components/skills-screen.tsx":{"id":8211,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/run-detail.tsx":{"id":6157,"name":"*","chunks":[],"async":false},"/opt/projects/hermesagentwebui/src/features/settings/components/runtime-health.tsx":{"id":3111,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/opt/projects/hermesagentwebui/src/":[],"/opt/projects/hermesagentwebui/src/app/layout":[{"inlined":false,"path":"static/css/f5a43afa8024b892.css"}],"/opt/projects/hermesagentwebui/src/app/page":[],"/opt/projects/hermesagentwebui/src/app/api/profiles/route":[]},"rscModuleMapping":{"155":{"*":{"id":"55791","name":"*","chunks":[],"async":false}},"344":{"*":{"id":"95122","name":"*","chunks":[],"async":false}},"594":{"*":{"id":"16652","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"852":{"*":{"id":"7804","name":"*","chunks":[],"async":false}},"954":{"*":{"id":"24430","name":"*","chunks":[],"async":false}},"1336":{"*":{"id":"85585","name":"*","chunks":[],"async":false}},"1935":{"*":{"id":"28878","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"2841":{"*":{"id":"80213","name":"*","chunks":[],"async":false}},"3111":{"*":{"id":"21562","name":"*","chunks":[],"async":false}},"3369":{"*":{"id":"60833","name":"*","chunks":[],"async":false}},"3380":{"*":{"id":"38529","name":"*","chunks":[],"async":false}},"3526":{"*":{"id":"58048","name":"*","chunks":[],"async":false}},"3649":{"*":{"id":"31071","name":"*","chunks":[],"async":false}},"3836":{"*":{"id":"35692","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4000":{"*":{"id":"42068","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"4952":{"*":{"id":"17967","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5591":{"*":{"id":"78195","name":"*","chunks":[],"async":false}},"6157":{"*":{"id":"67990","name":"*","chunks":[],"async":false}},"6981":{"*":{"id":"86890","name":"*","chunks":[],"async":false}},"7031":{"*":{"id":"90407","name":"*","chunks":[],"async":false}},"7102":{"*":{"id":"31086","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8211":{"*":{"id":"65169","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9026":{"*":{"id":"63281","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|