@jiangxiaosheng/digital-agent-platform 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -0
- package/.next/app-build-manifest.json +316 -0
- package/.next/app-path-routes-manifest.json +1 -0
- package/.next/build-manifest.json +33 -0
- package/.next/cache/.rscinfo +1 -0
- package/.next/cache/.tsbuildinfo +1 -0
- package/.next/cache/eslint/.cache_1bmmeh3 +1 -0
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/diagnostics/build-diagnostics.json +6 -0
- package/.next/diagnostics/framework.json +1 -0
- package/.next/export-marker.json +1 -0
- package/.next/images-manifest.json +1 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +1 -0
- package/.next/react-loadable-manifest.json +1 -0
- package/.next/required-server-files.json +1 -0
- package/.next/routes-manifest.json +1 -0
- package/.next/server/app/[locale]/agents/[id]/chat/page.js +1 -0
- package/.next/server/app/[locale]/agents/[id]/chat/page.js.nft.json +1 -0
- package/.next/server/app/[locale]/agents/[id]/chat/page_client-reference-manifest.js +1 -0
- package/.next/server/app/[locale]/agents/[id]/edit/page.js +1 -0
- package/.next/server/app/[locale]/agents/[id]/edit/page.js.nft.json +1 -0
- package/.next/server/app/[locale]/agents/[id]/edit/page_client-reference-manifest.js +1 -0
- package/.next/server/app/[locale]/agents/new/page.js +1 -0
- package/.next/server/app/[locale]/agents/new/page.js.nft.json +1 -0
- package/.next/server/app/[locale]/agents/new/page_client-reference-manifest.js +1 -0
- package/.next/server/app/[locale]/agents/page.js +1 -0
- package/.next/server/app/[locale]/agents/page.js.nft.json +1 -0
- package/.next/server/app/[locale]/agents/page_client-reference-manifest.js +1 -0
- package/.next/server/app/[locale]/knowledge/page.js +1 -0
- package/.next/server/app/[locale]/knowledge/page.js.nft.json +1 -0
- package/.next/server/app/[locale]/knowledge/page_client-reference-manifest.js +1 -0
- package/.next/server/app/[locale]/page.js +1 -0
- package/.next/server/app/[locale]/page.js.nft.json +1 -0
- package/.next/server/app/[locale]/page_client-reference-manifest.js +1 -0
- package/.next/server/app/[locale]/settings/page.js +1 -0
- package/.next/server/app/[locale]/settings/page.js.nft.json +1 -0
- package/.next/server/app/[locale]/settings/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_not-found/page.js +1 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_not-found.html +1 -0
- package/.next/server/app/_not-found.meta +8 -0
- package/.next/server/app/_not-found.rsc +12 -0
- package/.next/server/app/api/agents/[id]/route.js +1 -0
- package/.next/server/app/api/agents/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/agents/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agents/route.js +1 -0
- package/.next/server/app/api/agents/route.js.nft.json +1 -0
- package/.next/server/app/api/agents/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth-config/test/route.js +1 -0
- package/.next/server/app/api/auth-config/test/route.js.nft.json +1 -0
- package/.next/server/app/api/auth-config/test/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/bash-output/route.js +1 -0
- package/.next/server/app/api/bash-output/route.js.nft.json +1 -0
- package/.next/server/app/api/bash-output/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/chat/[agentId]/route.js +5 -0
- package/.next/server/app/api/chat/[agentId]/route.js.nft.json +1 -0
- package/.next/server/app/api/chat/[agentId]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/env-vars/[key]/route.js +1 -0
- package/.next/server/app/api/env-vars/[key]/route.js.nft.json +1 -0
- package/.next/server/app/api/env-vars/[key]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/env-vars/route.js +1 -0
- package/.next/server/app/api/env-vars/route.js.nft.json +1 -0
- package/.next/server/app/api/env-vars/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/env-vars/scan/route.js +1 -0
- package/.next/server/app/api/env-vars/scan/route.js.nft.json +1 -0
- package/.next/server/app/api/env-vars/scan/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/file-serve/route.js +1 -0
- package/.next/server/app/api/file-serve/route.js.nft.json +1 -0
- package/.next/server/app/api/file-serve/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/fs/browse/route.js +1 -0
- package/.next/server/app/api/fs/browse/route.js.nft.json +1 -0
- package/.next/server/app/api/fs/browse/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/knowledge/[id]/documents/[docId]/route.js +60 -0
- package/.next/server/app/api/knowledge/[id]/documents/[docId]/route.js.nft.json +1 -0
- package/.next/server/app/api/knowledge/[id]/documents/[docId]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/knowledge/[id]/route.js +1 -0
- package/.next/server/app/api/knowledge/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/knowledge/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/knowledge/[id]/upload/route.js +62 -0
- package/.next/server/app/api/knowledge/[id]/upload/route.js.nft.json +1 -0
- package/.next/server/app/api/knowledge/[id]/upload/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/knowledge/route.js +1 -0
- package/.next/server/app/api/knowledge/route.js.nft.json +1 -0
- package/.next/server/app/api/knowledge/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/knowledge/search/route.js +1 -0
- package/.next/server/app/api/knowledge/search/route.js.nft.json +1 -0
- package/.next/server/app/api/knowledge/search/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models/route.js +1 -0
- package/.next/server/app/api/models/route.js.nft.json +1 -0
- package/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/route.js +1 -0
- package/.next/server/app/api/models-config/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/test/route.js +1 -0
- package/.next/server/app/api/models-config/test/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[agentId]/[sessionId]/route.js +1 -0
- package/.next/server/app/api/sessions/[agentId]/[sessionId]/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[agentId]/[sessionId]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[agentId]/route.js +1 -0
- package/.next/server/app/api/sessions/[agentId]/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[agentId]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/history/route.js +1 -0
- package/.next/server/app/api/sessions/history/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/history/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/settings/route.js +1 -0
- package/.next/server/app/api/settings/route.js.nft.json +1 -0
- package/.next/server/app/api/settings/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/[name]/route.js +1 -0
- package/.next/server/app/api/skills/[name]/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/[name]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/install/route.js +1 -0
- package/.next/server/app/api/skills/install/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/route.js +1 -0
- package/.next/server/app/api/skills/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/search/route.js +1 -0
- package/.next/server/app/api/skills/search/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/tts/route.js +8 -0
- package/.next/server/app/api/tts/route.js.nft.json +1 -0
- package/.next/server/app/api/tts/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/voice-provider/route.js +1 -0
- package/.next/server/app/api/voice-provider/route.js.nft.json +1 -0
- package/.next/server/app/api/voice-provider/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/workspace-files/route.js +1 -0
- package/.next/server/app/api/workspace-files/route.js.nft.json +1 -0
- package/.next/server/app/api/workspace-files/route_client-reference-manifest.js +1 -0
- package/.next/server/app/index.html +1 -0
- package/.next/server/app/index.meta +9 -0
- package/.next/server/app/index.rsc +13 -0
- package/.next/server/app/page.js +1 -0
- package/.next/server/app/page.js.nft.json +1 -0
- package/.next/server/app/page_client-reference-manifest.js +1 -0
- package/.next/server/app-paths-manifest.json +40 -0
- package/.next/server/chunks/1285.js +1 -0
- package/.next/server/chunks/2112.js +1 -0
- package/.next/server/chunks/2961.js +1 -0
- package/.next/server/chunks/3651.js +1 -0
- package/.next/server/chunks/407.js +1 -0
- package/.next/server/chunks/4125.js +1 -0
- package/.next/server/chunks/4127.js +1 -0
- package/.next/server/chunks/4907.js +1 -0
- package/.next/server/chunks/5051.js +1 -0
- package/.next/server/chunks/5452.js +1 -0
- package/.next/server/chunks/5994.js +13 -0
- package/.next/server/chunks/6777.js +1 -0
- package/.next/server/chunks/7368.js +1 -0
- package/.next/server/chunks/7627.js +6 -0
- package/.next/server/chunks/763.js +1 -0
- package/.next/server/chunks/7682.js +1 -0
- package/.next/server/chunks/8403.js +3 -0
- package/.next/server/chunks/8405.js +12 -0
- package/.next/server/chunks/9251.js +1 -0
- package/.next/server/edge-runtime-webpack.js +2 -0
- package/.next/server/edge-runtime-webpack.js.map +1 -0
- package/.next/server/functions-config-manifest.json +1 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +1 -0
- package/.next/server/middleware-manifest.json +32 -0
- package/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +1 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +1 -0
- package/.next/server/pages/_app.js +1 -0
- package/.next/server/pages/_app.js.nft.json +1 -0
- package/.next/server/pages/_document.js +1 -0
- package/.next/server/pages/_document.js.nft.json +1 -0
- package/.next/server/pages/_error.js +1 -0
- package/.next/server/pages/_error.js.nft.json +1 -0
- package/.next/server/pages-manifest.json +1 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +1 -0
- package/.next/server/src/middleware.js +14 -0
- package/.next/server/src/middleware.js.map +1 -0
- package/.next/server/webpack-runtime.js +1 -0
- package/.next/static/VoyTtGCQMPGM_4nEMWYg5/_buildManifest.js +1 -0
- package/.next/static/VoyTtGCQMPGM_4nEMWYg5/_ssgManifest.js +1 -0
- package/.next/static/chunks/1517-9c89c425ac486877.js +2 -0
- package/.next/static/chunks/1868-9f3e42aa5a6ea9d2.js +1 -0
- package/.next/static/chunks/2733-714d0e6cd51477c7.js +1 -0
- package/.next/static/chunks/3259-52b0aabc8fbba4a9.js +1 -0
- package/.next/static/chunks/3923-e04a628626d77a16.js +1 -0
- package/.next/static/chunks/4bd1b696-c90310bf0ab1fbc7.js +1 -0
- package/.next/static/chunks/5663-7b816438e0166950.js +1 -0
- package/.next/static/chunks/6742-ad22486f7c4c8592.js +1 -0
- package/.next/static/chunks/7200-c9c613d1b11207fb.js +1 -0
- package/.next/static/chunks/8173-6258ed62b7084bda.js +1 -0
- package/.next/static/chunks/8313-cd4e4ad40e185f1c.js +1 -0
- package/.next/static/chunks/app/[locale]/agents/[id]/chat/page-95dc12875cda0b9c.js +1 -0
- package/.next/static/chunks/app/[locale]/agents/[id]/edit/page-8d0cc73c7aff7774.js +1 -0
- package/.next/static/chunks/app/[locale]/agents/new/page-aeaa197c0ccfd2f9.js +1 -0
- package/.next/static/chunks/app/[locale]/agents/page-243c454594122944.js +1 -0
- package/.next/static/chunks/app/[locale]/knowledge/page-7b4b6aa0a07d7da3.js +1 -0
- package/.next/static/chunks/app/[locale]/layout-48d759d6db5dd8ae.js +1 -0
- package/.next/static/chunks/app/[locale]/page-b9ea4f8cf8aeb0f1.js +1 -0
- package/.next/static/chunks/app/[locale]/settings/page-71d67c3b9f712584.js +1 -0
- package/.next/static/chunks/app/_not-found/page-f97d2843fca4f7e9.js +1 -0
- package/.next/static/chunks/app/api/agents/[id]/route-2c9f12e90dc8bc05.js +1 -0
- package/.next/static/chunks/app/api/agents/route-e227ba4be09c8ea2.js +1 -0
- package/.next/static/chunks/app/api/auth-config/test/route-1a6a754ae71e89f0.js +1 -0
- package/.next/static/chunks/app/api/bash-output/route-0bfb3c0f9ff5859a.js +1 -0
- package/.next/static/chunks/app/api/chat/[agentId]/route-f7318b5c8e97f243.js +1 -0
- package/.next/static/chunks/app/api/env-vars/[key]/route-567c08ee1be81799.js +1 -0
- package/.next/static/chunks/app/api/env-vars/route-146d3ab2015e6fe6.js +1 -0
- package/.next/static/chunks/app/api/env-vars/scan/route-2910d42f96d76168.js +1 -0
- package/.next/static/chunks/app/api/file-serve/route-76913780801418d4.js +1 -0
- package/.next/static/chunks/app/api/fs/browse/route-85da11c8b91bfc41.js +1 -0
- package/.next/static/chunks/app/api/knowledge/[id]/documents/[docId]/route-db2e1804b71004c5.js +1 -0
- package/.next/static/chunks/app/api/knowledge/[id]/route-501735d3dfb2e743.js +1 -0
- package/.next/static/chunks/app/api/knowledge/[id]/upload/route-fb036c262ee843f0.js +1 -0
- package/.next/static/chunks/app/api/knowledge/route-f5adfe5daf2e157c.js +1 -0
- package/.next/static/chunks/app/api/knowledge/search/route-54c8135ac355fe2e.js +1 -0
- package/.next/static/chunks/app/api/models/route-9e102c5352543aea.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-ad2d0c9262659d68.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-272aea5aa29f1429.js +1 -0
- package/.next/static/chunks/app/api/sessions/[agentId]/[sessionId]/route-4ed9dc6ddb3b98da.js +1 -0
- package/.next/static/chunks/app/api/sessions/[agentId]/route-2fa7611378376ed4.js +1 -0
- package/.next/static/chunks/app/api/sessions/history/route-5a455eb0be9b3a33.js +1 -0
- package/.next/static/chunks/app/api/settings/route-969f9ac513905ffe.js +1 -0
- package/.next/static/chunks/app/api/skills/[name]/route-7df36eded75e7234.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-0ab555085d740ab8.js +1 -0
- package/.next/static/chunks/app/api/skills/route-e5affcfa067cf550.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-b5b24854e46bb392.js +1 -0
- package/.next/static/chunks/app/api/tts/route-8186cb3d5316250e.js +1 -0
- package/.next/static/chunks/app/api/voice-provider/route-df0bb3cf19b0296c.js +1 -0
- package/.next/static/chunks/app/api/workspace-files/route-2abf9592333cfebc.js +1 -0
- package/.next/static/chunks/app/layout-4af7a40b1f262149.js +1 -0
- package/.next/static/chunks/app/page-6c018b7c1e2b97bc.js +1 -0
- package/.next/static/chunks/framework-a08059d19b5ea91c.js +1 -0
- package/.next/static/chunks/main-294df54c69003650.js +1 -0
- package/.next/static/chunks/main-app-07be5f69ef8a336a.js +1 -0
- package/.next/static/chunks/pages/_app-00b41aece417ee52.js +1 -0
- package/.next/static/chunks/pages/_error-6b43ce36a8d09a61.js +1 -0
- package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/.next/static/chunks/webpack-9b9d7723f8078270.js +1 -0
- package/.next/static/css/632ce3b5496b50af.css +1 -0
- package/.next/static/css/7e7d96b1e6991756.css +1 -0
- package/.next/static/media/19cfc7226ec3afaa-s.woff2 +0 -0
- package/.next/static/media/21350d82a1f187e9-s.woff2 +0 -0
- package/.next/static/media/8e9860b6e62d6359-s.woff2 +0 -0
- package/.next/static/media/ba9851c3c22cd980-s.woff2 +0 -0
- package/.next/static/media/c5fe6dc8356a8c31-s.woff2 +0 -0
- package/.next/static/media/df0a9ae256c0569c-s.woff2 +0 -0
- package/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
- package/.next/trace +35 -0
- package/.next/types/app/[locale]/agents/[id]/chat/page.ts +84 -0
- package/.next/types/app/[locale]/agents/[id]/edit/page.ts +84 -0
- package/.next/types/app/[locale]/agents/new/page.ts +84 -0
- package/.next/types/app/[locale]/agents/page.ts +84 -0
- package/.next/types/app/[locale]/knowledge/page.ts +84 -0
- package/.next/types/app/[locale]/page.ts +84 -0
- package/.next/types/app/[locale]/settings/page.ts +84 -0
- package/.next/types/app/api/agents/[id]/route.ts +347 -0
- package/.next/types/app/api/agents/route.ts +347 -0
- package/.next/types/app/api/auth-config/test/route.ts +347 -0
- package/.next/types/app/api/bash-output/route.ts +347 -0
- package/.next/types/app/api/chat/[agentId]/route.ts +347 -0
- package/.next/types/app/api/env-vars/[key]/route.ts +347 -0
- package/.next/types/app/api/env-vars/route.ts +347 -0
- package/.next/types/app/api/env-vars/scan/route.ts +347 -0
- package/.next/types/app/api/file-serve/route.ts +347 -0
- package/.next/types/app/api/fs/browse/route.ts +347 -0
- package/.next/types/app/api/knowledge/[id]/documents/[docId]/route.ts +347 -0
- package/.next/types/app/api/knowledge/[id]/route.ts +347 -0
- package/.next/types/app/api/knowledge/[id]/upload/route.ts +347 -0
- package/.next/types/app/api/knowledge/route.ts +347 -0
- package/.next/types/app/api/knowledge/search/route.ts +347 -0
- package/.next/types/app/api/models/route.ts +347 -0
- package/.next/types/app/api/models-config/route.ts +347 -0
- package/.next/types/app/api/models-config/test/route.ts +347 -0
- package/.next/types/app/api/sessions/[agentId]/[sessionId]/route.ts +347 -0
- package/.next/types/app/api/sessions/[agentId]/route.ts +347 -0
- package/.next/types/app/api/sessions/history/route.ts +347 -0
- package/.next/types/app/api/settings/route.ts +347 -0
- package/.next/types/app/api/skills/[name]/route.ts +347 -0
- package/.next/types/app/api/skills/install/route.ts +347 -0
- package/.next/types/app/api/skills/route.ts +347 -0
- package/.next/types/app/api/skills/search/route.ts +347 -0
- package/.next/types/app/api/tts/route.ts +347 -0
- package/.next/types/app/api/voice-provider/route.ts +347 -0
- package/.next/types/app/api/workspace-files/route.ts +347 -0
- package/.next/types/app/layout.ts +84 -0
- package/.next/types/app/page.ts +84 -0
- package/.next/types/cache-life.d.ts +141 -0
- package/.next/types/package.json +1 -0
- package/bin/dap.js +85 -0
- package/package.json +15 -1
- package/src/types/agent.ts +4 -0
- package/eslint.config.mjs +0 -20
- package/next-env.d.ts +0 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/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/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/clean-async-snapshot-instance.js","../../../../../../../node_modules/next/dist/server/app-render/clean-async-snapshot.external.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/trace/constants.js","../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/next/package.json","../../../../../../../package.json","../../../../../../package.json","../../../../../chunks/3651.js","../../../../../chunks/407.js","../../../../../chunks/4127.js","../../../../../chunks/5452.js","../../../../../chunks/5994.js","../../../../../chunks/7682.js","../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/knowledge/[id]/upload/route"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"260":{"*":{"id":"52124","name":"*","chunks":[],"async":false}},"1594":{"*":{"id":"12362","name":"*","chunks":[],"async":false}},"1724":{"*":{"id":"48157","name":"*","chunks":[],"async":false}},"2328":{"*":{"id":"57174","name":"*","chunks":[],"async":false}},"3866":{"*":{"id":"87190","name":"*","chunks":[],"async":false}},"3893":{"*":{"id":"48726","name":"*","chunks":[],"async":false}},"3927":{"*":{"id":"77413","name":"*","chunks":[],"async":false}},"4547":{"*":{"id":"33875","name":"*","chunks":[],"async":false}},"4835":{"*":{"id":"88903","name":"*","chunks":[],"async":false}},"4988":{"*":{"id":"20502","name":"*","chunks":[],"async":false}},"5244":{"*":{"id":"84178","name":"*","chunks":[],"async":false}},"6037":{"*":{"id":"87531","name":"*","chunks":[],"async":false}},"6213":{"*":{"id":"61365","name":"*","chunks":[],"async":false}},"7033":{"*":{"id":"66959","name":"*","chunks":[],"async":false}},"9789":{"*":{"id":"51890","name":"*","chunks":[],"async":false}},"9981":{"*":{"id":"12392","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/client-page.js":{"id":7033,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/client-page.js":{"id":7033,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/client-segment.js":{"id":4547,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4547,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/error-boundary.js":{"id":4835,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":4835,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":2328,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":2328,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/layout-router.js":{"id":5244,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5244,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/render-from-template-context.js":{"id":3866,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":3866,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/lib/metadata/metadata-boundary.js":{"id":6213,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/lib/metadata/metadata-boundary.js":{"id":6213,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/globals.css":{"id":347,"name":"*","chunks":["7177","static/chunks/app/layout-4af7a40b1f262149.js"],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next-intl/dist/esm/shared/NextIntlClientProvider.js":{"id":9981,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/font/google/target.css?{\"path\":\"src/app/[locale]/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":3127,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/components/layout/sidebar.tsx":{"id":4988,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/components/providers.tsx":{"id":1724,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/agents/new/page.tsx":{"id":1594,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/agents/[id]/chat/page.tsx":{"id":3927,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/knowledge/page.tsx":{"id":6037,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/settings/page.tsx":{"id":9789,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/agents/page.tsx":{"id":3893,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/agents/[id]/edit/page.tsx":{"id":260,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/duan/files/pi-web/digital-agent-platform/src/":[],"/Users/duan/files/pi-web/digital-agent-platform/src/app/layout":[{"inlined":false,"path":"static/css/632ce3b5496b50af.css"}],"/Users/duan/files/pi-web/digital-agent-platform/src/app/page":[],"/Users/duan/files/pi-web/digital-agent-platform/src/app/api/knowledge/route":[],"/Users/duan/files/pi-web/digital-agent-platform/src/app/api/knowledge/[id]/route":[],"/Users/duan/files/pi-web/digital-agent-platform/src/app/api/knowledge/[id]/upload/route":[]},"rscModuleMapping":{"260":{"*":{"id":"98992","name":"*","chunks":[],"async":false}},"347":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"1594":{"*":{"id":"77438","name":"*","chunks":[],"async":false}},"1724":{"*":{"id":"90835","name":"*","chunks":[],"async":false}},"2328":{"*":{"id":"40802","name":"*","chunks":[],"async":false}},"3866":{"*":{"id":"48530","name":"*","chunks":[],"async":false}},"3893":{"*":{"id":"59087","name":"*","chunks":[],"async":false}},"3927":{"*":{"id":"21702","name":"*","chunks":[],"async":false}},"4547":{"*":{"id":"34863","name":"*","chunks":[],"async":false}},"4835":{"*":{"id":"25155","name":"*","chunks":[],"async":false}},"4988":{"*":{"id":"27994","name":"*","chunks":[],"async":false}},"5244":{"*":{"id":"9350","name":"*","chunks":[],"async":false}},"6037":{"*":{"id":"40729","name":"*","chunks":[],"async":false}},"6213":{"*":{"id":"88921","name":"*","chunks":[],"async":false}},"7033":{"*":{"id":"13219","name":"*","chunks":[],"async":false}},"9789":{"*":{"id":"28660","name":"*","chunks":[],"async":false}},"9981":{"*":{"id":"35387","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var e={};e.id=7410,e.ids=[7410],e.modules={10846:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},44870:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},3295:e=>{"use strict";e.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},29294:e=>{"use strict";e.exports=require("next/dist/server/app-render/work-async-storage.external.js")},63033:e=>{"use strict";e.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},55511:e=>{"use strict";e.exports=require("crypto")},29021:e=>{"use strict";e.exports=require("fs")},79868:e=>{"use strict";e.exports=require("node:sqlite")},21820:e=>{"use strict";e.exports=require("os")},33873:e=>{"use strict";e.exports=require("path")},24260:(e,t,r)=>{"use strict";r.r(t),r.d(t,{patchFetch:()=>E,routeModule:()=>p,serverHooks:()=>k,workAsyncStorage:()=>l,workUnitAsyncStorage:()=>m});var n={};r.r(n),r.d(n,{GET:()=>u,POST:()=>c});var s=r(42706),a=r(28203),o=r(45994),i=r(39187),d=r(5144);async function u(){return i.NextResponse.json(d.d.list())}async function c(e){let{name:t,description:r}=await e.json();if(!t?.trim())return i.NextResponse.json({error:"Name required"},{status:400});let n=d.d.create(t,r);return i.NextResponse.json(n,{status:201})}let p=new s.AppRouteRouteModule({definition:{kind:a.RouteKind.APP_ROUTE,page:"/api/knowledge/route",pathname:"/api/knowledge",filename:"route",bundlePath:"app/api/knowledge/route"},resolvedPagePath:"/Users/duan/files/pi-web/digital-agent-platform/src/app/api/knowledge/route.ts",nextConfigOutput:"",userland:n}),{workAsyncStorage:l,workUnitAsyncStorage:m,serverHooks:k}=p;function E(){return(0,o.patchFetch)({workAsyncStorage:l,workUnitAsyncStorage:m})}},96487:()=>{},78335:()=>{},78490:(e,t,r)=>{"use strict";r.d(t,{L:()=>p});var n=r(79868),s=r(33873),a=r.n(s),o=r(21820),i=r.n(o),d=r(29021),u=r.n(d);let c=null;function p(){if(c)return c;let e=process.env.STORAGE_PATH||a().join(i().homedir(),".digital-agents");u().existsSync(e)||u().mkdirSync(e,{recursive:!0});let t=a().join(e,"agents.db");return(c=new n.DatabaseSync(t)).exec("PRAGMA journal_mode = WAL"),c.exec("PRAGMA foreign_keys = ON"),c}},5144:(e,t,r)=>{"use strict";r.d(t,{d:()=>a});var n=r(78490),s=r(691);let a={list:()=>(0,n.L)().prepare("SELECT kb.*, (SELECT COUNT(*) FROM kb_documents d WHERE d.kb_id = kb.id) as doc_count, (SELECT COUNT(*) FROM kb_chunks c WHERE c.kb_id = kb.id) as chunk_count FROM knowledge_bases kb ORDER BY kb.created_at DESC").all().map(e=>({id:e.id,name:e.name,description:e.description,embeddingModel:e.embedding_model,documentCount:e.doc_count,chunkCount:e.chunk_count,createdAt:new Date(e.created_at).toISOString(),updatedAt:new Date(e.updated_at).toISOString()})),getById(e){let t=(0,n.L)().prepare("SELECT kb.*, (SELECT COUNT(*) FROM kb_documents d WHERE d.kb_id = kb.id) as doc_count, (SELECT COUNT(*) FROM kb_chunks c WHERE c.kb_id = kb.id) as chunk_count FROM knowledge_bases kb WHERE kb.id = ?").get(e);if(t)return{id:t.id,name:t.name,description:t.description,embeddingModel:t.embedding_model,documentCount:t.doc_count,chunkCount:t.chunk_count,createdAt:new Date(t.created_at).toISOString(),updatedAt:new Date(t.updated_at).toISOString()}},create(e,t=""){let r=(0,n.L)(),a=(0,s.A)(),o=Date.now();return r.prepare("INSERT INTO knowledge_bases (id, name, description, embedding_model, created_at, updated_at) VALUES (?, ?, ?, 'auto', ?, ?)").run(a,e,t,o,o),this.getById(a)},delete:e=>(0,n.L)().prepare("DELETE FROM knowledge_bases WHERE id = ?").run(e).changes>0,listDocuments:e=>(0,n.L)().prepare("SELECT * FROM kb_documents WHERE kb_id = ? ORDER BY created_at DESC").all(e).map(e=>({id:e.id,kbId:e.kb_id,filename:e.filename,filePath:e.file_path,mimeType:e.mime_type,chunkCount:e.chunk_count,status:e.status,error:e.error??void 0,createdAt:new Date(e.created_at).toISOString()})),createDocument(e,t,r,a){let o=(0,n.L)(),i=(0,s.A)();return o.prepare("INSERT INTO kb_documents (id, kb_id, filename, file_path, mime_type, chunk_count, status, created_at) VALUES (?, ?, ?, ?, ?, 0, 'processing', ?)").run(i,e,t,r,a,Date.now()),i},updateDocumentStatus(e,t,r=0,s){(0,n.L)().prepare("UPDATE kb_documents SET status = ?, chunk_count = ?, error = ? WHERE id = ?").run(t,r,s??null,e)},deleteDocument:e=>(0,n.L)().prepare("DELETE FROM kb_documents WHERE id = ?").run(e).changes>0}},691:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var n=r(55511);let s={randomUUID:n.randomUUID},a=new Uint8Array(256),o=a.length,i=[];for(let e=0;e<256;++e)i.push((e+256).toString(16).slice(1));let d=function(e,t,r){if(s.randomUUID&&!t&&!e)return s.randomUUID();let d=(e=e||{}).random??e.rng?.()??(o>a.length-16&&((0,n.randomFillSync)(a),o=0),a.slice(o,o+=16));if(d.length<16)throw Error("Random bytes length must be >= 16");if(d[6]=15&d[6]|64,d[8]=63&d[8]|128,t){if((r=r||0)<0||r+16>t.length)throw RangeError(`UUID byte range ${r}:${r+15} is out of buffer bounds`);for(let e=0;e<16;++e)t[r+e]=d[e];return t}return function(e,t=0){return(i[e[t+0]]+i[e[t+1]]+i[e[t+2]]+i[e[t+3]]+"-"+i[e[t+4]]+i[e[t+5]]+"-"+i[e[t+6]]+i[e[t+7]]+"-"+i[e[t+8]]+i[e[t+9]]+"-"+i[e[t+10]]+i[e[t+11]]+i[e[t+12]]+i[e[t+13]]+i[e[t+14]]+i[e[t+15]]).toLowerCase()}(d)}}};var t=require("../../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),n=t.X(0,[5994,5452],()=>r(24260));module.exports=n})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/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/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/clean-async-snapshot-instance.js","../../../../../node_modules/next/dist/server/app-render/clean-async-snapshot.external.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/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/5452.js","../../../chunks/5994.js","../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/knowledge/route"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"260":{"*":{"id":"52124","name":"*","chunks":[],"async":false}},"1594":{"*":{"id":"12362","name":"*","chunks":[],"async":false}},"1724":{"*":{"id":"48157","name":"*","chunks":[],"async":false}},"2328":{"*":{"id":"57174","name":"*","chunks":[],"async":false}},"3866":{"*":{"id":"87190","name":"*","chunks":[],"async":false}},"3893":{"*":{"id":"48726","name":"*","chunks":[],"async":false}},"3927":{"*":{"id":"77413","name":"*","chunks":[],"async":false}},"4547":{"*":{"id":"33875","name":"*","chunks":[],"async":false}},"4835":{"*":{"id":"88903","name":"*","chunks":[],"async":false}},"4988":{"*":{"id":"20502","name":"*","chunks":[],"async":false}},"5244":{"*":{"id":"84178","name":"*","chunks":[],"async":false}},"6037":{"*":{"id":"87531","name":"*","chunks":[],"async":false}},"6213":{"*":{"id":"61365","name":"*","chunks":[],"async":false}},"7033":{"*":{"id":"66959","name":"*","chunks":[],"async":false}},"9789":{"*":{"id":"51890","name":"*","chunks":[],"async":false}},"9981":{"*":{"id":"12392","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/client-page.js":{"id":7033,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/client-page.js":{"id":7033,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/client-segment.js":{"id":4547,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4547,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/error-boundary.js":{"id":4835,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":4835,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":2328,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":2328,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/layout-router.js":{"id":5244,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5244,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/render-from-template-context.js":{"id":3866,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":3866,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/lib/metadata/metadata-boundary.js":{"id":6213,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/lib/metadata/metadata-boundary.js":{"id":6213,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/globals.css":{"id":347,"name":"*","chunks":["7177","static/chunks/app/layout-4af7a40b1f262149.js"],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next-intl/dist/esm/shared/NextIntlClientProvider.js":{"id":9981,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/font/google/target.css?{\"path\":\"src/app/[locale]/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":3127,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/components/layout/sidebar.tsx":{"id":4988,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/components/providers.tsx":{"id":1724,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/agents/new/page.tsx":{"id":1594,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/agents/[id]/chat/page.tsx":{"id":3927,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/knowledge/page.tsx":{"id":6037,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/settings/page.tsx":{"id":9789,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/agents/page.tsx":{"id":3893,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/agents/[id]/edit/page.tsx":{"id":260,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/duan/files/pi-web/digital-agent-platform/src/":[],"/Users/duan/files/pi-web/digital-agent-platform/src/app/layout":[{"inlined":false,"path":"static/css/632ce3b5496b50af.css"}],"/Users/duan/files/pi-web/digital-agent-platform/src/app/page":[],"/Users/duan/files/pi-web/digital-agent-platform/src/app/api/knowledge/route":[]},"rscModuleMapping":{"260":{"*":{"id":"98992","name":"*","chunks":[],"async":false}},"347":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"1594":{"*":{"id":"77438","name":"*","chunks":[],"async":false}},"1724":{"*":{"id":"90835","name":"*","chunks":[],"async":false}},"2328":{"*":{"id":"40802","name":"*","chunks":[],"async":false}},"3866":{"*":{"id":"48530","name":"*","chunks":[],"async":false}},"3893":{"*":{"id":"59087","name":"*","chunks":[],"async":false}},"3927":{"*":{"id":"21702","name":"*","chunks":[],"async":false}},"4547":{"*":{"id":"34863","name":"*","chunks":[],"async":false}},"4835":{"*":{"id":"25155","name":"*","chunks":[],"async":false}},"4988":{"*":{"id":"27994","name":"*","chunks":[],"async":false}},"5244":{"*":{"id":"9350","name":"*","chunks":[],"async":false}},"6037":{"*":{"id":"40729","name":"*","chunks":[],"async":false}},"6213":{"*":{"id":"88921","name":"*","chunks":[],"async":false}},"7033":{"*":{"id":"13219","name":"*","chunks":[],"async":false}},"9789":{"*":{"id":"28660","name":"*","chunks":[],"async":false}},"9981":{"*":{"id":"35387","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var e={};e.id=6641,e.ids=[6641],e.modules={10846:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},44870:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},3295:e=>{"use strict";e.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},29294:e=>{"use strict";e.exports=require("next/dist/server/app-render/work-async-storage.external.js")},63033:e=>{"use strict";e.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},55511:e=>{"use strict";e.exports=require("crypto")},29021:e=>{"use strict";e.exports=require("fs")},79868:e=>{"use strict";e.exports=require("node:sqlite")},21820:e=>{"use strict";e.exports=require("os")},33873:e=>{"use strict";e.exports=require("path")},80292:(e,t,r)=>{"use strict";r.r(t),r.d(t,{patchFetch:()=>h,routeModule:()=>l,serverHooks:()=>f,workAsyncStorage:()=>p,workUnitAsyncStorage:()=>g});var n={};r.r(n),r.d(n,{POST:()=>c});var a=r(42706),s=r(28203),o=r(45994),i=r(39187),u=r(17687),d=r(14705);async function c(e){let{kbIds:t,query:r,topK:n=5}=await e.json();if(!r||!t?.length)return i.NextResponse.json([]);let a=await (0,d.V)(r),s=await (0,u.BV)(t,a,n);return i.NextResponse.json(s.map(e=>({content:e.chunk.content,score:e.score,filename:e.chunk.metadata.filename,kbId:e.chunk.kbId})))}let l=new a.AppRouteRouteModule({definition:{kind:s.RouteKind.APP_ROUTE,page:"/api/knowledge/search/route",pathname:"/api/knowledge/search",filename:"route",bundlePath:"app/api/knowledge/search/route"},resolvedPagePath:"/Users/duan/files/pi-web/digital-agent-platform/src/app/api/knowledge/search/route.ts",nextConfigOutput:"",userland:n}),{workAsyncStorage:p,workUnitAsyncStorage:g,serverHooks:f}=l;function h(){return(0,o.patchFetch)({workAsyncStorage:p,workUnitAsyncStorage:g})}},96487:()=>{},78335:()=>{},78490:(e,t,r)=>{"use strict";r.d(t,{L:()=>l});var n=r(79868),a=r(33873),s=r.n(a),o=r(21820),i=r.n(o),u=r(29021),d=r.n(u);let c=null;function l(){if(c)return c;let e=process.env.STORAGE_PATH||s().join(i().homedir(),".digital-agents");d().existsSync(e)||d().mkdirSync(e,{recursive:!0});let t=s().join(e,"agents.db");return(c=new n.DatabaseSync(t)).exec("PRAGMA journal_mode = WAL"),c.exec("PRAGMA foreign_keys = ON"),c}},14705:(e,t,r)=>{"use strict";r.d(t,{V:()=>a});var n=r(73753);async function a(e){let t=(0,n.getSettings)();return t.apiKeys.openai?s(e,t.apiKeys.openai):function(e){let t=new Float32Array(256),r=e.toLowerCase();for(let e=0;e<r.length-1;e++){let n=31*r.charCodeAt(e)+r.charCodeAt(e+1);t[n%256]+=1}let n=0;for(let e=0;e<256;e++)n+=t[e]*t[e];return n=Math.sqrt(n)||1,Array.from(t).map(e=>e/n)}(e)}async function s(e,t){let r=await fetch("https://api.openai.com/v1/embeddings",{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${t}`},body:JSON.stringify({model:"text-embedding-3-small",input:e})});if(!r.ok)throw Error(`OpenAI embedding error: ${r.statusText}`);return(await r.json()).data[0].embedding}},17687:(e,t,r)=>{"use strict";r.d(t,{BV:()=>s,FB:()=>o,IV:()=>u,VI:()=>i});var n=r(78490),a=r(691);async function s(e,t,r=5){let a=(0,n.L)();if(0===e.length)return[];let o=e.map(()=>"?").join(","),i=a.prepare(`SELECT * FROM kb_chunks WHERE kb_id IN (${o})`).all(...e),u=[];for(let e of i){var d;if(!e.embedding)continue;let r=function(e,t){if(e.length!==t.length)return 0;let r=0,n=0,a=0;for(let s=0;s<e.length;s++)r+=e[s]*t[s],n+=e[s]*e[s],a+=t[s]*t[s];let s=Math.sqrt(n)*Math.sqrt(a);return 0===s?0:r/s}(t,new Float32Array((d=e.embedding).buffer,d.byteOffset,d.byteLength/4)),n=JSON.parse(e.metadata??"{}");u.push({chunk:{id:e.id,kbId:e.kb_id,docId:e.doc_id,content:e.content,metadata:n},score:r})}return u.sort((e,t)=>t.score-e.score),u.slice(0,r)}function o(e,t,r,s,o){var i;let u=(0,n.L)(),d=(0,a.A)(),c=(i=new Float32Array(s),Buffer.from(i.buffer));u.prepare("INSERT INTO kb_chunks (id, kb_id, doc_id, content, embedding, metadata, created_at) VALUES (?, ?, ?, ?, ?, ?, ?)").run(d,e,t,r,c,JSON.stringify(o),Date.now())}function i(e){(0,n.L)().prepare("DELETE FROM kb_chunks WHERE doc_id = ?").run(e)}function u(e){(0,n.L)().prepare("DELETE FROM kb_chunks WHERE kb_id = ?").run(e)}},73753:(e,t,r)=>{"use strict";r.d(t,{getSettings:()=>c,D:()=>l});var n=r(78490);let a={apiKeys:{},ollama:{host:"http://localhost:11434"},defaultModel:{provider:"anthropic",modelId:"claude-opus-4-5"},theme:"system",language:"zh",storagePath:""};var s=r(33873),o=r.n(s),i=r(21820),u=r.n(i);let d="app_settings";function c(){let e=(0,n.L)().prepare("SELECT value FROM settings WHERE key = ?").get(d);if(!e)return{...a,storagePath:o().join(u().homedir(),".digital-agents")};try{return JSON.parse(e.value)}catch{return{...a,storagePath:o().join(u().homedir(),".digital-agents")}}}function l(e){(0,n.L)().prepare("INSERT OR REPLACE INTO settings (key, value) VALUES (?, ?)").run(d,JSON.stringify(e))}},691:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var n=r(55511);let a={randomUUID:n.randomUUID},s=new Uint8Array(256),o=s.length,i=[];for(let e=0;e<256;++e)i.push((e+256).toString(16).slice(1));let u=function(e,t,r){if(a.randomUUID&&!t&&!e)return a.randomUUID();let u=(e=e||{}).random??e.rng?.()??(o>s.length-16&&((0,n.randomFillSync)(s),o=0),s.slice(o,o+=16));if(u.length<16)throw Error("Random bytes length must be >= 16");if(u[6]=15&u[6]|64,u[8]=63&u[8]|128,t){if((r=r||0)<0||r+16>t.length)throw RangeError(`UUID byte range ${r}:${r+15} is out of buffer bounds`);for(let e=0;e<16;++e)t[r+e]=u[e];return t}return function(e,t=0){return(i[e[t+0]]+i[e[t+1]]+i[e[t+2]]+i[e[t+3]]+"-"+i[e[t+4]]+i[e[t+5]]+"-"+i[e[t+6]]+i[e[t+7]]+"-"+i[e[t+8]]+i[e[t+9]]+"-"+i[e[t+10]]+i[e[t+11]]+i[e[t+12]]+i[e[t+13]]+i[e[t+14]]+i[e[t+15]]).toLowerCase()}(u)}}};var t=require("../../../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),n=t.X(0,[5994,5452],()=>r(80292));module.exports=n})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/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/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/clean-async-snapshot-instance.js","../../../../../../node_modules/next/dist/server/app-render/clean-async-snapshot.external.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/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/5452.js","../../../../chunks/5994.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/knowledge/search/route"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"260":{"*":{"id":"52124","name":"*","chunks":[],"async":false}},"1594":{"*":{"id":"12362","name":"*","chunks":[],"async":false}},"1724":{"*":{"id":"48157","name":"*","chunks":[],"async":false}},"2328":{"*":{"id":"57174","name":"*","chunks":[],"async":false}},"3866":{"*":{"id":"87190","name":"*","chunks":[],"async":false}},"3893":{"*":{"id":"48726","name":"*","chunks":[],"async":false}},"3927":{"*":{"id":"77413","name":"*","chunks":[],"async":false}},"4547":{"*":{"id":"33875","name":"*","chunks":[],"async":false}},"4835":{"*":{"id":"88903","name":"*","chunks":[],"async":false}},"4988":{"*":{"id":"20502","name":"*","chunks":[],"async":false}},"5244":{"*":{"id":"84178","name":"*","chunks":[],"async":false}},"6037":{"*":{"id":"87531","name":"*","chunks":[],"async":false}},"6213":{"*":{"id":"61365","name":"*","chunks":[],"async":false}},"7033":{"*":{"id":"66959","name":"*","chunks":[],"async":false}},"9789":{"*":{"id":"51890","name":"*","chunks":[],"async":false}},"9981":{"*":{"id":"12392","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/client-page.js":{"id":7033,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/client-page.js":{"id":7033,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/client-segment.js":{"id":4547,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4547,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/error-boundary.js":{"id":4835,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":4835,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":2328,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":2328,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/layout-router.js":{"id":5244,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5244,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/components/render-from-template-context.js":{"id":3866,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":3866,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/lib/metadata/metadata-boundary.js":{"id":6213,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/esm/lib/metadata/metadata-boundary.js":{"id":6213,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/globals.css":{"id":347,"name":"*","chunks":["7177","static/chunks/app/layout-4af7a40b1f262149.js"],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next-intl/dist/esm/shared/NextIntlClientProvider.js":{"id":9981,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/font/google/target.css?{\"path\":\"src/app/[locale]/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"]}],\"variableName\":\"inter\"}":{"id":3127,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/components/layout/sidebar.tsx":{"id":4988,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/components/providers.tsx":{"id":1724,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/agents/new/page.tsx":{"id":1594,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/agents/[id]/chat/page.tsx":{"id":3927,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/knowledge/page.tsx":{"id":6037,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/settings/page.tsx":{"id":9789,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/agents/page.tsx":{"id":3893,"name":"*","chunks":[],"async":false},"/Users/duan/files/pi-web/digital-agent-platform/src/app/[locale]/agents/[id]/edit/page.tsx":{"id":260,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/duan/files/pi-web/digital-agent-platform/src/":[],"/Users/duan/files/pi-web/digital-agent-platform/src/app/layout":[{"inlined":false,"path":"static/css/632ce3b5496b50af.css"}],"/Users/duan/files/pi-web/digital-agent-platform/src/app/page":[],"/Users/duan/files/pi-web/digital-agent-platform/src/app/api/knowledge/route":[],"/Users/duan/files/pi-web/digital-agent-platform/src/app/api/knowledge/search/route":[]},"rscModuleMapping":{"260":{"*":{"id":"98992","name":"*","chunks":[],"async":false}},"347":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"1594":{"*":{"id":"77438","name":"*","chunks":[],"async":false}},"1724":{"*":{"id":"90835","name":"*","chunks":[],"async":false}},"2328":{"*":{"id":"40802","name":"*","chunks":[],"async":false}},"3866":{"*":{"id":"48530","name":"*","chunks":[],"async":false}},"3893":{"*":{"id":"59087","name":"*","chunks":[],"async":false}},"3927":{"*":{"id":"21702","name":"*","chunks":[],"async":false}},"4547":{"*":{"id":"34863","name":"*","chunks":[],"async":false}},"4835":{"*":{"id":"25155","name":"*","chunks":[],"async":false}},"4988":{"*":{"id":"27994","name":"*","chunks":[],"async":false}},"5244":{"*":{"id":"9350","name":"*","chunks":[],"async":false}},"6037":{"*":{"id":"40729","name":"*","chunks":[],"async":false}},"6213":{"*":{"id":"88921","name":"*","chunks":[],"async":false}},"7033":{"*":{"id":"13219","name":"*","chunks":[],"async":false}},"9789":{"*":{"id":"28660","name":"*","chunks":[],"async":false}},"9981":{"*":{"id":"35387","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var e={};e.id=552,e.ids=[552],e.modules={10846:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},44870:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},3295:e=>{"use strict";e.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},29294:e=>{"use strict";e.exports=require("next/dist/server/app-render/work-async-storage.external.js")},63033:e=>{"use strict";e.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},29021:e=>{"use strict";e.exports=require("fs")},21820:e=>{"use strict";e.exports=require("os")},33873:e=>{"use strict";e.exports=require("path")},75430:e=>{"use strict";e.exports=import("@earendil-works/pi-coding-agent")},52744:(e,t,r)=>{"use strict";r.r(t),r.d(t,{patchFetch:()=>T,routeModule:()=>x,serverHooks:()=>k,workAsyncStorage:()=>g,workUnitAsyncStorage:()=>v});var s={};r.r(s),r.d(s,{GET:()=>h,dynamic:()=>m});var n=r(42706),i=r(28203),o=r(45994),p=r(39187),a=r(33873),u=r.n(a),d=r(21820),c=r.n(d);let m="force-dynamic",l=["anthropic","openai","google","mistral","groq","deepseek","xai","amazon-bedrock","google-vertex"];async function h(){try{let{ModelRuntime:e}=await Promise.resolve().then(r.bind(r,75430)),t=process.env.PI_AGENT_DIR??u().join(c().homedir(),".pi","agent"),s=u().join(t,"models.json"),n=u().join(t,"auth.json"),i=await e.create({authPath:n,modelsStorePath:s}),o=i.getProviders(),a=new Map(o.map(e=>[e.id,e.name])),d=i.getModels(),m=new Map,{readModelsConfig:h}=await r.e(6777).then(r.bind(r,56777)),x=h(),g=new Set(Object.keys(x.providers)),{readAuthConfig:v}=await r.e(6777).then(r.bind(r,56777)),k=v(),T=new Set(Object.keys(k)),w=e=>g.has(e)||T.has(e);for(let e of d){let t=e.provider??"unknown";if(!w(t))continue;let r=a.get(t)??t,s=g.has(t),n=e.thinkingLevelMap??{},i=Object.entries(n).filter(([,e])=>null!==e).map(([e])=>e),o=!0===e.reasoning||i.length>0,p=e.compat?.supportsTemperature!==!1,u={id:e.id,name:e.name??e.id,providerId:t,providerName:r,api:e.api??"",contextWindow:e.contextWindow??2e5,maxTokens:e.maxTokens??8192,supportsThinking:o,supportsTemperature:p,thinkingLevels:i,inputTypes:e.input??["text"],costInput:e.cost?.input,costOutput:e.cost?.output,isCustom:s};m.has(t)||m.set(t,{id:t,name:r,models:[],isCustom:s}),m.get(t).models.push(u)}let f=[...m.values()].filter(e=>e.models.length>0).sort((e,t)=>{if(e.isCustom&&!t.isCustom)return -1;if(!e.isCustom&&t.isCustom)return 1;let r=l.indexOf(e.id),s=l.indexOf(t.id);return -1!==r&&-1!==s?r-s:-1!==r?-1:-1!==s?1:e.name.localeCompare(t.name)});return p.NextResponse.json(f)}catch(e){return console.error("ModelRuntime error:",e),p.NextResponse.json([{id:"anthropic",name:"Anthropic",models:[{id:"claude-opus-4-8",name:"Claude Opus 4.8",providerId:"anthropic",providerName:"Anthropic",api:"anthropic-messages",contextWindow:1e6,maxTokens:128e3,supportsThinking:!0,supportsTemperature:!1,thinkingLevels:["xhigh","max"],inputTypes:["text","image"],costInput:15,costOutput:75},{id:"claude-sonnet-5",name:"Claude Sonnet 5",providerId:"anthropic",providerName:"Anthropic",api:"anthropic-messages",contextWindow:1e6,maxTokens:128e3,supportsThinking:!0,supportsTemperature:!1,thinkingLevels:["xhigh","max"],inputTypes:["text","image"],costInput:3,costOutput:15},{id:"claude-opus-4-5",name:"Claude Opus 4.5",providerId:"anthropic",providerName:"Anthropic",api:"anthropic-messages",contextWindow:2e5,maxTokens:64e3,supportsThinking:!1,supportsTemperature:!0,thinkingLevels:[],inputTypes:["text","image"],costInput:5,costOutput:25},{id:"claude-haiku-4-5-20251001",name:"Claude Haiku 4.5",providerId:"anthropic",providerName:"Anthropic",api:"anthropic-messages",contextWindow:2e5,maxTokens:64e3,supportsThinking:!1,supportsTemperature:!0,thinkingLevels:[],inputTypes:["text","image"],costInput:1,costOutput:5}]},{id:"openai",name:"OpenAI",models:[{id:"gpt-4o",name:"GPT-4o",providerId:"openai",providerName:"OpenAI",api:"openai-responses",contextWindow:128e3,maxTokens:16384,supportsThinking:!1,supportsTemperature:!0,thinkingLevels:[],inputTypes:["text","image"],costInput:2.5,costOutput:10},{id:"o3",name:"o3",providerId:"openai",providerName:"OpenAI",api:"openai-responses",contextWindow:2e5,maxTokens:1e5,supportsThinking:!0,supportsTemperature:!1,thinkingLevels:["low","medium","high"],inputTypes:["text","image"],costInput:10,costOutput:40}]}])}}let x=new n.AppRouteRouteModule({definition:{kind:i.RouteKind.APP_ROUTE,page:"/api/models/route",pathname:"/api/models",filename:"route",bundlePath:"app/api/models/route"},resolvedPagePath:"/Users/duan/files/pi-web/digital-agent-platform/src/app/api/models/route.ts",nextConfigOutput:"",userland:s}),{workAsyncStorage:g,workUnitAsyncStorage:v,serverHooks:k}=x;function T(){return(0,o.patchFetch)({workAsyncStorage:g,workUnitAsyncStorage:v})}},96487:()=>{},78335:()=>{}};var t=require("../../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),s=t.X(0,[5994,5452],()=>r(52744));module.exports=s})();
|