reflex-agent 0.2.1
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 +319 -0
- package/.next/app-path-routes-manifest.json +34 -0
- package/.next/build-manifest.json +33 -0
- package/.next/diagnostics/build-diagnostics.json +6 -0
- package/.next/diagnostics/framework.json +1 -0
- package/.next/export-marker.json +6 -0
- package/.next/images-manifest.json +58 -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 +160 -0
- package/.next/react-loadable-manifest.json +8 -0
- package/.next/required-server-files.json +337 -0
- package/.next/routes-manifest.json +282 -0
- package/.next/server/app/_not-found/page.js +2 -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 +18 -0
- package/.next/server/app/agents/[agentId]/page.js +3 -0
- package/.next/server/app/agents/[agentId]/page.js.nft.json +1 -0
- package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agents/[agentId]/respond/route.js +2 -0
- package/.next/server/app/api/agents/[agentId]/respond/route.js.nft.json +1 -0
- package/.next/server/app/api/agents/[agentId]/respond/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/images/[rootId]/[file]/route.js +1 -0
- package/.next/server/app/api/images/[rootId]/[file]/route.js.nft.json +1 -0
- package/.next/server/app/api/images/[rootId]/[file]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/oauth/callback/route.js +22 -0
- package/.next/server/app/api/oauth/callback/route.js.nft.json +1 -0
- package/.next/server/app/api/oauth/callback/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/oauth/start/route.js +1 -0
- package/.next/server/app/api/oauth/start/route.js.nft.json +1 -0
- package/.next/server/app/api/oauth/start/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/roots/[id]/attachments/route.js +0 -0
- package/.next/server/app/api/roots/[id]/attachments/route.js.nft.json +1 -0
- package/.next/server/app/api/roots/[id]/attachments/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js +2 -0
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js.nft.json +1 -0
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js +2 -0
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js.nft.json +1 -0
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js +8 -0
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js.nft.json +1 -0
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/roots/[id]/dashboard/route.js +1 -0
- package/.next/server/app/api/roots/[id]/dashboard/route.js.nft.json +1 -0
- package/.next/server/app/api/roots/[id]/dashboard/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/roots/[id]/suggestions/route.js +1 -0
- package/.next/server/app/api/roots/[id]/suggestions/route.js.nft.json +1 -0
- package/.next/server/app/api/roots/[id]/suggestions/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route.js +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route.js.nft.json +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/host/route.js +2 -0
- package/.next/server/app/api/utilities/[scope]/[id]/host/route.js.nft.json +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/host/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route.js +55 -0
- package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route.js.nft.json +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route.js +114 -0
- package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route.js.nft.json +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/iframe/route.js +21 -0
- package/.next/server/app/api/utilities/[scope]/[id]/iframe/route.js.nft.json +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/style.css/route.js +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/style.css/route.js.nft.json +1 -0
- package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -0
- package/.next/server/app/audit/page.js +2 -0
- package/.next/server/app/audit/page.js.nft.json +1 -0
- package/.next/server/app/audit/page_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 +19 -0
- package/.next/server/app/onboarding/page.js +10 -0
- package/.next/server/app/onboarding/page.js.nft.json +1 -0
- package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -0
- package/.next/server/app/page.js +2 -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/roots/[id]/chat/[topicId]/page.js +7 -0
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -0
- package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -0
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js +6 -0
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -0
- package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -0
- package/.next/server/app/roots/[id]/page.js +5 -0
- package/.next/server/app/roots/[id]/page.js.nft.json +1 -0
- package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -0
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -0
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -0
- package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -0
- package/.next/server/app/roots/[id]/workflows/page.js +2 -0
- package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -0
- package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -0
- package/.next/server/app/roots/new/page.js +5 -0
- package/.next/server/app/roots/new/page.js.nft.json +1 -0
- package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -0
- package/.next/server/app/roots/new.html +1 -0
- package/.next/server/app/roots/new.meta +7 -0
- package/.next/server/app/roots/new.rsc +21 -0
- package/.next/server/app/settings/page.js +65 -0
- package/.next/server/app/settings/page.js.nft.json +1 -0
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -0
- package/.next/server/app/settings.html +1 -0
- package/.next/server/app/settings.meta +7 -0
- package/.next/server/app/settings.rsc +22 -0
- package/.next/server/app/share/[id]/file/page.js +2 -0
- package/.next/server/app/share/[id]/file/page.js.nft.json +1 -0
- package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -0
- package/.next/server/app/share/[id]/page.js +2 -0
- package/.next/server/app/share/[id]/page.js.nft.json +1 -0
- package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -0
- package/.next/server/app/utilities/[scope]/[id]/page.js +2 -0
- package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -0
- package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -0
- package/.next/server/app/utilities/page.js +17 -0
- package/.next/server/app/utilities/page.js.nft.json +1 -0
- package/.next/server/app/utilities/page_client-reference-manifest.js +1 -0
- package/.next/server/app-paths-manifest.json +34 -0
- package/.next/server/chunks/1088.js +1 -0
- package/.next/server/chunks/1105.js +1 -0
- package/.next/server/chunks/1223.js +1 -0
- package/.next/server/chunks/1244.js +1 -0
- package/.next/server/chunks/133.js +490 -0
- package/.next/server/chunks/1888.js +1 -0
- package/.next/server/chunks/192.js +1 -0
- package/.next/server/chunks/1960.js +1 -0
- package/.next/server/chunks/1961.js +1 -0
- package/.next/server/chunks/1986.js +1 -0
- package/.next/server/chunks/2035.js +1 -0
- package/.next/server/chunks/2356.js +1 -0
- package/.next/server/chunks/2433.js +1 -0
- package/.next/server/chunks/2485.js +6 -0
- package/.next/server/chunks/2503.js +1 -0
- package/.next/server/chunks/3240.js +1 -0
- package/.next/server/chunks/3295.js +1 -0
- package/.next/server/chunks/3332.js +1 -0
- package/.next/server/chunks/3657.js +1 -0
- package/.next/server/chunks/4031.js +6 -0
- package/.next/server/chunks/4066.js +1 -0
- package/.next/server/chunks/4553.js +1 -0
- package/.next/server/chunks/4833.js +1 -0
- package/.next/server/chunks/4840.js +1 -0
- package/.next/server/chunks/4842.js +1 -0
- package/.next/server/chunks/4925.js +1 -0
- package/.next/server/chunks/5087.js +1 -0
- package/.next/server/chunks/5152.js +1 -0
- package/.next/server/chunks/5243.js +1 -0
- package/.next/server/chunks/5319.js +1 -0
- package/.next/server/chunks/5373.js +1 -0
- package/.next/server/chunks/5401.js +1 -0
- package/.next/server/chunks/5436.js +1 -0
- package/.next/server/chunks/5543.js +1 -0
- package/.next/server/chunks/569.js +1 -0
- package/.next/server/chunks/5895.js +16 -0
- package/.next/server/chunks/5986.js +3 -0
- package/.next/server/chunks/613.js +1 -0
- package/.next/server/chunks/6216.js +1 -0
- package/.next/server/chunks/6435.js +1 -0
- package/.next/server/chunks/6536.js +3 -0
- package/.next/server/chunks/6602.js +4 -0
- package/.next/server/chunks/6730.js +1 -0
- package/.next/server/chunks/6909.js +488 -0
- package/.next/server/chunks/7188.js +1 -0
- package/.next/server/chunks/7300.js +128 -0
- package/.next/server/chunks/7508.js +1 -0
- package/.next/server/chunks/7572.js +2 -0
- package/.next/server/chunks/8056.js +1 -0
- package/.next/server/chunks/8124.js +1 -0
- package/.next/server/chunks/8262.js +1 -0
- package/.next/server/chunks/8404.js +62 -0
- package/.next/server/chunks/8514.js +1 -0
- package/.next/server/chunks/8843.js +1 -0
- package/.next/server/chunks/9098.js +1 -0
- package/.next/server/chunks/9293.js +1 -0
- package/.next/server/chunks/9328.js +179 -0
- package/.next/server/chunks/94.js +1 -0
- package/.next/server/chunks/9579.js +1 -0
- package/.next/server/chunks/9631.js +16 -0
- package/.next/server/chunks/9692.js +6 -0
- package/.next/server/chunks/9739.js +108 -0
- package/.next/server/chunks/9803.js +22 -0
- package/.next/server/chunks/9835.js +1 -0
- package/.next/server/chunks/9842.js +1 -0
- package/.next/server/chunks/9861.js +128 -0
- package/.next/server/chunks/9995.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 +21 -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/middleware.js +14 -0
- package/.next/server/middleware.js.map +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 +19 -0
- package/.next/server/pages/_error.js.nft.json +1 -0
- package/.next/server/pages-manifest.json +6 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +1 -0
- package/.next/server/webpack-runtime.js +1 -0
- package/.next/static/chunks/1217-407174d9b164a499.js +1 -0
- package/.next/static/chunks/146-ccee3b26755b68c8.js +1 -0
- package/.next/static/chunks/3335-5647a38ab2cfa88d.js +1 -0
- package/.next/static/chunks/3954-fe27ff41d9bf012d.js +1 -0
- package/.next/static/chunks/4108.d6ed46bc2fcab462.js +1 -0
- package/.next/static/chunks/4400-cdb1f7913ae34e09.js +1 -0
- package/.next/static/chunks/4895-712004156efeccf2.js +1 -0
- package/.next/static/chunks/5097-f07f6aeee3f60a33.js +1 -0
- package/.next/static/chunks/5235-990ba9c4c8446446.js +62 -0
- package/.next/static/chunks/6489-ecde2d94e57eb8a9.js +1 -0
- package/.next/static/chunks/6568-e4d2de23d9f8d347.js +1 -0
- package/.next/static/chunks/6727-d38536774bdb32d5.js +1 -0
- package/.next/static/chunks/6734-9d524ec49e4ba49c.js +1 -0
- package/.next/static/chunks/6744-dbfe3cc4ce461613.js +1 -0
- package/.next/static/chunks/6fe292aa-7126ff9d6732e864.js +1 -0
- package/.next/static/chunks/8566-5d4c89b722d9cee1.js +1 -0
- package/.next/static/chunks/8775-890699c74c28df61.js +1 -0
- package/.next/static/chunks/9045-731ff0865352dd95.js +1 -0
- package/.next/static/chunks/app/_not-found/page-ffead1b4e248e14d.js +1 -0
- package/.next/static/chunks/app/agents/[agentId]/page-0b5c2838354d0eba.js +1 -0
- package/.next/static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/audit/page-e3445076d462aa80.js +1 -0
- package/.next/static/chunks/app/layout-c7a35075cfbfa3e3.js +1 -0
- package/.next/static/chunks/app/onboarding/page-cde5b92b13b03c63.js +1 -0
- package/.next/static/chunks/app/page-ddaeffdc9a15f597.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-1b55f68984817d29.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-d4358cb6042740c4.js +1 -0
- package/.next/static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-703d96bf8208af2f.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-738e8e4128baa722.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js +1 -0
- package/.next/static/chunks/app/roots/new/page-534769dce46d0d29.js +1 -0
- package/.next/static/chunks/app/settings/page-86ee3d07ea1acbc7.js +1 -0
- package/.next/static/chunks/app/share/[id]/file/page-93e0105d7903f777.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-5bbc8503cb9a9eeb.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-72546d245b840091.js +1 -0
- package/.next/static/chunks/app/utilities/page-9f949d831421d314.js +1 -0
- package/.next/static/chunks/framework-aaa7c1a953276299.js +1 -0
- package/.next/static/chunks/main-app-ebe67847147d19aa.js +1 -0
- package/.next/static/chunks/main-bfb98fc1d6aa1d45.js +1 -0
- package/.next/static/chunks/pages/_app-bf8bc157ace53d59.js +1 -0
- package/.next/static/chunks/pages/_error-da89ab2956f0cf38.js +1 -0
- package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/.next/static/chunks/webpack-2e8cca5826414cc6.js +1 -0
- package/.next/static/css/87e01f779d555d04.css +1 -0
- package/.next/static/p8t15rbWhT5Rrs5fOXWZ6/_buildManifest.js +1 -0
- package/.next/static/p8t15rbWhT5Rrs5fOXWZ6/_ssgManifest.js +1 -0
- package/.next/trace +46 -0
- package/.next/types/app/agents/[agentId]/page.ts +84 -0
- package/.next/types/app/api/agents/[agentId]/respond/route.ts +347 -0
- package/.next/types/app/api/images/[rootId]/[file]/route.ts +347 -0
- package/.next/types/app/api/oauth/callback/route.ts +347 -0
- package/.next/types/app/api/oauth/start/route.ts +347 -0
- package/.next/types/app/api/roots/[id]/attachments/route.ts +347 -0
- package/.next/types/app/api/roots/[id]/chat/[topicId]/send/route.ts +347 -0
- package/.next/types/app/api/roots/[id]/chat/[topicId]/stop/route.ts +347 -0
- package/.next/types/app/api/roots/[id]/chat/[topicId]/stream/route.ts +347 -0
- package/.next/types/app/api/roots/[id]/dashboard/route.ts +347 -0
- package/.next/types/app/api/roots/[id]/suggestions/route.ts +347 -0
- package/.next/types/app/api/utilities/[scope]/[id]/bundle.js/route.ts +347 -0
- package/.next/types/app/api/utilities/[scope]/[id]/host/route.ts +347 -0
- package/.next/types/app/api/utilities/[scope]/[id]/host-api.mjs/route.ts +347 -0
- package/.next/types/app/api/utilities/[scope]/[id]/host-ui.mjs/route.ts +347 -0
- package/.next/types/app/api/utilities/[scope]/[id]/iframe/route.ts +347 -0
- package/.next/types/app/api/utilities/[scope]/[id]/style.css/route.ts +347 -0
- package/.next/types/app/audit/page.ts +84 -0
- package/.next/types/app/onboarding/page.ts +84 -0
- package/.next/types/app/page.ts +84 -0
- package/.next/types/app/roots/[id]/chat/[topicId]/page.ts +84 -0
- package/.next/types/app/roots/[id]/kb/[...slug]/page.ts +84 -0
- package/.next/types/app/roots/[id]/layout.ts +84 -0
- package/.next/types/app/roots/[id]/page.ts +84 -0
- package/.next/types/app/roots/[id]/workflows/[wfId]/page.ts +84 -0
- package/.next/types/app/roots/[id]/workflows/page.ts +84 -0
- package/.next/types/app/roots/new/page.ts +84 -0
- package/.next/types/app/settings/page.ts +84 -0
- package/.next/types/app/share/[id]/file/page.ts +84 -0
- package/.next/types/app/share/[id]/page.ts +84 -0
- package/.next/types/app/utilities/[scope]/[id]/page.ts +84 -0
- package/.next/types/app/utilities/page.ts +84 -0
- package/.next/types/cache-life.d.ts +141 -0
- package/.next/types/package.json +1 -0
- package/.next/types/routes.d.ts +103 -0
- package/.next/types/validator.ts +349 -0
- package/README.md +72 -0
- package/dist/bin/cli.js +82 -0
- package/dist/bin/cli.js.map +1 -0
- package/dist/lib/reflex/agents/backend.js +14 -0
- package/dist/lib/reflex/agents/backend.js.map +1 -0
- package/dist/lib/reflex/agents/claude-code.js +48 -0
- package/dist/lib/reflex/agents/claude-code.js.map +1 -0
- package/dist/lib/reflex/agents/codex.js +46 -0
- package/dist/lib/reflex/agents/codex.js.map +1 -0
- package/dist/lib/reflex/agents/index.js +13 -0
- package/dist/lib/reflex/agents/index.js.map +1 -0
- package/dist/lib/reflex/agents/prompts.js +228 -0
- package/dist/lib/reflex/agents/prompts.js.map +1 -0
- package/dist/lib/reflex/commands/chat.js +41 -0
- package/dist/lib/reflex/commands/chat.js.map +1 -0
- package/dist/lib/reflex/commands/init.js +38 -0
- package/dist/lib/reflex/commands/init.js.map +1 -0
- package/dist/lib/reflex/commands/start.js +64 -0
- package/dist/lib/reflex/commands/start.js.map +1 -0
- package/dist/lib/reflex/commands/watch.js +137 -0
- package/dist/lib/reflex/commands/watch.js.map +1 -0
- package/dist/lib/reflex/config.js +42 -0
- package/dist/lib/reflex/config.js.map +1 -0
- package/dist/lib/reflex/ignore.js +83 -0
- package/dist/lib/reflex/ignore.js.map +1 -0
- package/dist/lib/reflex/kb.js +48 -0
- package/dist/lib/reflex/kb.js.map +1 -0
- package/dist/lib/reflex/paths.js +33 -0
- package/dist/lib/reflex/paths.js.map +1 -0
- package/dist/lib/reflex/prompts/defaults.js +363 -0
- package/dist/lib/reflex/prompts/defaults.js.map +1 -0
- package/dist/lib/reflex/prompts/render.js +14 -0
- package/dist/lib/reflex/prompts/render.js.map +1 -0
- package/dist/lib/reflex/prompts/store.js +54 -0
- package/dist/lib/reflex/prompts/store.js.map +1 -0
- package/dist/lib/reflex/walker.js +55 -0
- package/dist/lib/reflex/walker.js.map +1 -0
- package/next.config.ts +33 -0
- package/package.json +87 -0
- package/packages/utilities/learn-anything/README.md +41 -0
- package/packages/utilities/learn-anything/actions/_json.ts +191 -0
- package/packages/utilities/learn-anything/actions/_store.ts +248 -0
- package/packages/utilities/learn-anything/actions/buildModule.ts +487 -0
- package/packages/utilities/learn-anything/actions/explainSelection.ts +64 -0
- package/packages/utilities/learn-anything/actions/generateOutline.ts +170 -0
- package/packages/utilities/learn-anything/actions/generateQuiz.ts +72 -0
- package/packages/utilities/learn-anything/actions/generateTrainer.ts +106 -0
- package/packages/utilities/learn-anything/actions/refreshCourseCard.ts +76 -0
- package/packages/utilities/learn-anything/actions/tutorAsk.ts +93 -0
- package/packages/utilities/learn-anything/article-view.tsx +464 -0
- package/packages/utilities/learn-anything/manifest.json +42 -0
- package/packages/utilities/learn-anything/ui.tsx +1589 -0
package/.next/BUILD_ID
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
p8t15rbWhT5Rrs5fOXWZ6
|
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pages": {
|
|
3
|
+
"/_not-found/page": [
|
|
4
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
5
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
6
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
7
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
8
|
+
"static/chunks/app/_not-found/page-ffead1b4e248e14d.js"
|
|
9
|
+
],
|
|
10
|
+
"/layout": [
|
|
11
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
12
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
13
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
14
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
15
|
+
"static/css/87e01f779d555d04.css",
|
|
16
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
17
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
18
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
19
|
+
"static/chunks/9045-731ff0865352dd95.js",
|
|
20
|
+
"static/chunks/app/layout-c7a35075cfbfa3e3.js"
|
|
21
|
+
],
|
|
22
|
+
"/api/images/[rootId]/[file]/route": [
|
|
23
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
24
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
25
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
26
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
27
|
+
"static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
|
|
28
|
+
],
|
|
29
|
+
"/api/oauth/start/route": [
|
|
30
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
31
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
32
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
33
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
34
|
+
"static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
|
|
35
|
+
],
|
|
36
|
+
"/api/oauth/callback/route": [
|
|
37
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
38
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
39
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
40
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
41
|
+
"static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
|
|
42
|
+
],
|
|
43
|
+
"/api/agents/[agentId]/respond/route": [
|
|
44
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
45
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
46
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
47
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
48
|
+
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
49
|
+
],
|
|
50
|
+
"/api/roots/[id]/chat/[topicId]/stop/route": [
|
|
51
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
52
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
53
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
54
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
55
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
|
|
56
|
+
],
|
|
57
|
+
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
58
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
59
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
60
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
61
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
62
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
|
|
63
|
+
],
|
|
64
|
+
"/api/roots/[id]/dashboard/route": [
|
|
65
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
66
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
67
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
68
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
69
|
+
"static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
|
|
70
|
+
],
|
|
71
|
+
"/api/roots/[id]/attachments/route": [
|
|
72
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
73
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
74
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
75
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
76
|
+
"static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
|
|
77
|
+
],
|
|
78
|
+
"/api/roots/[id]/suggestions/route": [
|
|
79
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
80
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
81
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
82
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
83
|
+
"static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
|
|
84
|
+
],
|
|
85
|
+
"/api/utilities/[scope]/[id]/host-api.mjs/route": [
|
|
86
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
87
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
88
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
89
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
90
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
|
|
91
|
+
],
|
|
92
|
+
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
93
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
94
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
95
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
96
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
97
|
+
"static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
|
|
98
|
+
],
|
|
99
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
100
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
101
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
102
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
103
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
104
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
|
|
105
|
+
],
|
|
106
|
+
"/api/utilities/[scope]/[id]/host-ui.mjs/route": [
|
|
107
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
108
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
109
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
110
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
111
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
|
|
112
|
+
],
|
|
113
|
+
"/api/utilities/[scope]/[id]/host/route": [
|
|
114
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
115
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
116
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
117
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
118
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
|
|
119
|
+
],
|
|
120
|
+
"/api/utilities/[scope]/[id]/iframe/route": [
|
|
121
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
122
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
123
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
124
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
125
|
+
"static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
|
|
126
|
+
],
|
|
127
|
+
"/api/utilities/[scope]/[id]/style.css/route": [
|
|
128
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
129
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
130
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
131
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
132
|
+
"static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
|
|
133
|
+
],
|
|
134
|
+
"/agents/[agentId]/page": [
|
|
135
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
136
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
137
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
138
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
139
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
140
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
141
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
142
|
+
"static/chunks/app/agents/[agentId]/page-0b5c2838354d0eba.js"
|
|
143
|
+
],
|
|
144
|
+
"/page": [
|
|
145
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
146
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
147
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
148
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
149
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
150
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
151
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
152
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
153
|
+
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
154
|
+
"static/chunks/6489-ecde2d94e57eb8a9.js",
|
|
155
|
+
"static/chunks/app/page-ddaeffdc9a15f597.js"
|
|
156
|
+
],
|
|
157
|
+
"/settings/page": [
|
|
158
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
159
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
160
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
161
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
162
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
163
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
164
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
165
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
166
|
+
"static/chunks/5235-990ba9c4c8446446.js",
|
|
167
|
+
"static/chunks/app/settings/page-86ee3d07ea1acbc7.js"
|
|
168
|
+
],
|
|
169
|
+
"/roots/new/page": [
|
|
170
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
171
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
172
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
173
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
174
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
175
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
176
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
177
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
178
|
+
"static/chunks/app/roots/new/page-534769dce46d0d29.js"
|
|
179
|
+
],
|
|
180
|
+
"/audit/page": [
|
|
181
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
182
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
183
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
184
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
185
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
186
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
187
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
188
|
+
"static/chunks/app/audit/page-e3445076d462aa80.js"
|
|
189
|
+
],
|
|
190
|
+
"/onboarding/page": [
|
|
191
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
192
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
193
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
194
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
195
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
196
|
+
"static/chunks/app/onboarding/page-cde5b92b13b03c63.js"
|
|
197
|
+
],
|
|
198
|
+
"/share/[id]/file/page": [
|
|
199
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
200
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
201
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
202
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
203
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
204
|
+
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
205
|
+
],
|
|
206
|
+
"/share/[id]/page": [
|
|
207
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
208
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
209
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
210
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
211
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
212
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
213
|
+
"static/chunks/6727-d38536774bdb32d5.js",
|
|
214
|
+
"static/chunks/app/share/[id]/page-5bbc8503cb9a9eeb.js"
|
|
215
|
+
],
|
|
216
|
+
"/utilities/[scope]/[id]/page": [
|
|
217
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
218
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
219
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
220
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
221
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
222
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
223
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
224
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
225
|
+
"static/chunks/6727-d38536774bdb32d5.js",
|
|
226
|
+
"static/chunks/app/utilities/[scope]/[id]/page-72546d245b840091.js"
|
|
227
|
+
],
|
|
228
|
+
"/utilities/page": [
|
|
229
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
230
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
231
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
232
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
233
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
234
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
235
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
236
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
237
|
+
"static/chunks/app/utilities/page-9f949d831421d314.js"
|
|
238
|
+
],
|
|
239
|
+
"/roots/[id]/layout": [
|
|
240
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
241
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
242
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
243
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
244
|
+
"static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js"
|
|
245
|
+
],
|
|
246
|
+
"/roots/[id]/chat/[topicId]/page": [
|
|
247
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
248
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
249
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
250
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
251
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
252
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
253
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
254
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
255
|
+
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
256
|
+
"static/chunks/8775-890699c74c28df61.js",
|
|
257
|
+
"static/chunks/6568-e4d2de23d9f8d347.js",
|
|
258
|
+
"static/chunks/6489-ecde2d94e57eb8a9.js",
|
|
259
|
+
"static/chunks/4895-712004156efeccf2.js",
|
|
260
|
+
"static/chunks/6734-9d524ec49e4ba49c.js",
|
|
261
|
+
"static/chunks/app/roots/[id]/chat/[topicId]/page-1b55f68984817d29.js"
|
|
262
|
+
],
|
|
263
|
+
"/roots/[id]/kb/[...slug]/page": [
|
|
264
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
265
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
266
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
267
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
268
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
269
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
270
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
271
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
272
|
+
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
273
|
+
"static/chunks/8775-890699c74c28df61.js",
|
|
274
|
+
"static/chunks/6489-ecde2d94e57eb8a9.js",
|
|
275
|
+
"static/chunks/4895-712004156efeccf2.js",
|
|
276
|
+
"static/chunks/6744-dbfe3cc4ce461613.js",
|
|
277
|
+
"static/chunks/app/roots/[id]/kb/[...slug]/page-d4358cb6042740c4.js"
|
|
278
|
+
],
|
|
279
|
+
"/roots/[id]/workflows/[wfId]/page": [
|
|
280
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
281
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
282
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
283
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
284
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
285
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
286
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
287
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
288
|
+
"static/chunks/app/roots/[id]/workflows/[wfId]/page-738e8e4128baa722.js"
|
|
289
|
+
],
|
|
290
|
+
"/roots/[id]/workflows/page": [
|
|
291
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
292
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
293
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
294
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
295
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
296
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
297
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
298
|
+
"static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js"
|
|
299
|
+
],
|
|
300
|
+
"/roots/[id]/page": [
|
|
301
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
302
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
303
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
304
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
305
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
306
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
307
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
308
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
309
|
+
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
310
|
+
"static/chunks/8775-890699c74c28df61.js",
|
|
311
|
+
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
312
|
+
"static/chunks/6489-ecde2d94e57eb8a9.js",
|
|
313
|
+
"static/chunks/4895-712004156efeccf2.js",
|
|
314
|
+
"static/chunks/6734-9d524ec49e4ba49c.js",
|
|
315
|
+
"static/chunks/6744-dbfe3cc4ce461613.js",
|
|
316
|
+
"static/chunks/app/roots/[id]/page-703d96bf8208af2f.js"
|
|
317
|
+
]
|
|
318
|
+
}
|
|
319
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"/_not-found/page": "/_not-found",
|
|
3
|
+
"/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
|
|
4
|
+
"/api/oauth/start/route": "/api/oauth/start",
|
|
5
|
+
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
6
|
+
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
7
|
+
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
8
|
+
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
9
|
+
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
10
|
+
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
11
|
+
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
12
|
+
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
13
|
+
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
14
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
15
|
+
"/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
|
|
16
|
+
"/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
|
|
17
|
+
"/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
|
|
18
|
+
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
19
|
+
"/agents/[agentId]/page": "/agents/[agentId]",
|
|
20
|
+
"/page": "/",
|
|
21
|
+
"/settings/page": "/settings",
|
|
22
|
+
"/roots/new/page": "/roots/new",
|
|
23
|
+
"/audit/page": "/audit",
|
|
24
|
+
"/onboarding/page": "/onboarding",
|
|
25
|
+
"/share/[id]/file/page": "/share/[id]/file",
|
|
26
|
+
"/share/[id]/page": "/share/[id]",
|
|
27
|
+
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
28
|
+
"/utilities/page": "/utilities",
|
|
29
|
+
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
|
|
30
|
+
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
31
|
+
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
|
|
32
|
+
"/roots/[id]/workflows/page": "/roots/[id]/workflows",
|
|
33
|
+
"/roots/[id]/page": "/roots/[id]"
|
|
34
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"polyfillFiles": [
|
|
3
|
+
"static/chunks/polyfills-42372ed130431b0a.js"
|
|
4
|
+
],
|
|
5
|
+
"devFiles": [],
|
|
6
|
+
"ampDevFiles": [],
|
|
7
|
+
"lowPriorityFiles": [
|
|
8
|
+
"static/p8t15rbWhT5Rrs5fOXWZ6/_buildManifest.js",
|
|
9
|
+
"static/p8t15rbWhT5Rrs5fOXWZ6/_ssgManifest.js"
|
|
10
|
+
],
|
|
11
|
+
"rootMainFiles": [
|
|
12
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
13
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
14
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
15
|
+
"static/chunks/main-app-ebe67847147d19aa.js"
|
|
16
|
+
],
|
|
17
|
+
"rootMainFilesTree": {},
|
|
18
|
+
"pages": {
|
|
19
|
+
"/_app": [
|
|
20
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
21
|
+
"static/chunks/framework-aaa7c1a953276299.js",
|
|
22
|
+
"static/chunks/main-bfb98fc1d6aa1d45.js",
|
|
23
|
+
"static/chunks/pages/_app-bf8bc157ace53d59.js"
|
|
24
|
+
],
|
|
25
|
+
"/_error": [
|
|
26
|
+
"static/chunks/webpack-2e8cca5826414cc6.js",
|
|
27
|
+
"static/chunks/framework-aaa7c1a953276299.js",
|
|
28
|
+
"static/chunks/main-bfb98fc1d6aa1d45.js",
|
|
29
|
+
"static/chunks/pages/_error-da89ab2956f0cf38.js"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"ampFirstPages": []
|
|
33
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"Next.js","version":"15.5.18"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"images": {
|
|
4
|
+
"deviceSizes": [
|
|
5
|
+
640,
|
|
6
|
+
750,
|
|
7
|
+
828,
|
|
8
|
+
1080,
|
|
9
|
+
1200,
|
|
10
|
+
1920,
|
|
11
|
+
2048,
|
|
12
|
+
3840
|
|
13
|
+
],
|
|
14
|
+
"imageSizes": [
|
|
15
|
+
16,
|
|
16
|
+
32,
|
|
17
|
+
48,
|
|
18
|
+
64,
|
|
19
|
+
96,
|
|
20
|
+
128,
|
|
21
|
+
256,
|
|
22
|
+
384
|
|
23
|
+
],
|
|
24
|
+
"path": "/_next/image",
|
|
25
|
+
"loader": "default",
|
|
26
|
+
"loaderFile": "",
|
|
27
|
+
"domains": [],
|
|
28
|
+
"disableStaticImages": false,
|
|
29
|
+
"minimumCacheTTL": 60,
|
|
30
|
+
"formats": [
|
|
31
|
+
"image/webp"
|
|
32
|
+
],
|
|
33
|
+
"maximumResponseBody": 50000000,
|
|
34
|
+
"dangerouslyAllowSVG": false,
|
|
35
|
+
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
|
36
|
+
"contentDispositionType": "attachment",
|
|
37
|
+
"remotePatterns": [],
|
|
38
|
+
"unoptimized": false,
|
|
39
|
+
"sizes": [
|
|
40
|
+
640,
|
|
41
|
+
750,
|
|
42
|
+
828,
|
|
43
|
+
1080,
|
|
44
|
+
1200,
|
|
45
|
+
1920,
|
|
46
|
+
2048,
|
|
47
|
+
3840,
|
|
48
|
+
16,
|
|
49
|
+
32,
|
|
50
|
+
48,
|
|
51
|
+
64,
|
|
52
|
+
96,
|
|
53
|
+
128,
|
|
54
|
+
256,
|
|
55
|
+
384
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_interop_require_default/package.json","../node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/package.json","../node_modules/.pnpm/client-only@0.0.1/node_modules/client-only/index.js","../node_modules/.pnpm/client-only@0.0.1/node_modules/client-only/package.json","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@swc/helpers","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/app-router-headers.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/babel-code-frame/index.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/babel-code-frame/package.json","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/babel/code-frame.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/babel/package.json","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/bytes/index.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/bytes/package.json","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/next-server/server.runtime.prod.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/source-map/package.json","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/source-map/source-map.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/stacktrace-parser/package.json","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/ws/index.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/compiled/ws/package.json","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/experimental/testmode/context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/experimental/testmode/fetch.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/experimental/testmode/server-edge.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/client-and-server-references.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/constants.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/interop-default.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/is-error.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/picocolors.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/next-devtools/server/shared.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/after/builtin-request-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/app-render/async-local-storage.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/app-render/work-async-storage.external.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/body-streams.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/lib/lru-cache.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/lib/parse-stack.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/lib/router-utils/router-server-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/lib/source-maps.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/lib/trace/constants.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/lib/trace/tracer.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/load-manifest.external.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/patch-error-inspect.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/response-cache/types.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/amp-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/pages/module.compiled.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/server/web/utils.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/shared/lib/constants.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/shared/lib/deep-freeze.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/shared/lib/error-source.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/shared/lib/invariant-error.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/shared/lib/is-internal.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/shared/lib/is-plain-object.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/shared/lib/is-thenable.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/shared/lib/modern-browserslist-target.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/shared/lib/runtime-config.external.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/shared/lib/server-reference-info.js","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/package.json","../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/styled-jsx","../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react.production.js","../node_modules/.pnpm/react@19.2.6/node_modules/react/index.js","../node_modules/.pnpm/react@19.2.6/node_modules/react/package.json","../node_modules/.pnpm/styled-jsx@5.1.6_react@19.2.6/node_modules/client-only","../node_modules/.pnpm/styled-jsx@5.1.6_react@19.2.6/node_modules/react","../node_modules/.pnpm/styled-jsx@5.1.6_react@19.2.6/node_modules/styled-jsx/dist/index/index.js","../node_modules/.pnpm/styled-jsx@5.1.6_react@19.2.6/node_modules/styled-jsx/index.js","../node_modules/.pnpm/styled-jsx@5.1.6_react@19.2.6/node_modules/styled-jsx/package.json","../node_modules/.pnpm/styled-jsx@5.1.6_react@19.2.6/node_modules/styled-jsx/style.js","package.json"]}
|