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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../../node_modules/.pnpm/@esbuild+linux-x64@0.28.0/node_modules/@esbuild/linux-x64/bin/esbuild","../../../../../../node_modules/.pnpm/@esbuild+linux-x64@0.28.0/node_modules/@esbuild/linux-x64/package.json","../../../../../../node_modules/.pnpm/@jridgewell+gen-mapping@0.3.13/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs","../../../../../../node_modules/.pnpm/@jridgewell+gen-mapping@0.3.13/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js","../../../../../../node_modules/.pnpm/@jridgewell+gen-mapping@0.3.13/node_modules/@jridgewell/gen-mapping/package.json","../../../../../../node_modules/.pnpm/@jridgewell+gen-mapping@0.3.13/node_modules/@jridgewell/sourcemap-codec","../../../../../../node_modules/.pnpm/@jridgewell+gen-mapping@0.3.13/node_modules/@jridgewell/trace-mapping","../../../../../../node_modules/.pnpm/@jridgewell+remapping@2.3.5/node_modules/@jridgewell/gen-mapping","../../../../../../node_modules/.pnpm/@jridgewell+remapping@2.3.5/node_modules/@jridgewell/remapping/dist/remapping.mjs","../../../../../../node_modules/.pnpm/@jridgewell+remapping@2.3.5/node_modules/@jridgewell/remapping/dist/remapping.umd.js","../../../../../../node_modules/.pnpm/@jridgewell+remapping@2.3.5/node_modules/@jridgewell/remapping/package.json","../../../../../../node_modules/.pnpm/@jridgewell+remapping@2.3.5/node_modules/@jridgewell/trace-mapping","../../../../../../node_modules/.pnpm/@jridgewell+resolve-uri@3.1.2/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs","../../../../../../node_modules/.pnpm/@jridgewell+resolve-uri@3.1.2/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js","../../../../../../node_modules/.pnpm/@jridgewell+resolve-uri@3.1.2/node_modules/@jridgewell/resolve-uri/package.json","../../../../../../node_modules/.pnpm/@jridgewell+sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs","../../../../../../node_modules/.pnpm/@jridgewell+sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js","../../../../../../node_modules/.pnpm/@jridgewell+sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/package.json","../../../../../../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.31/node_modules/@jridgewell/resolve-uri","../../../../../../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.31/node_modules/@jridgewell/sourcemap-codec","../../../../../../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.31/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs","../../../../../../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.31/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js","../../../../../../node_modules/.pnpm/@jridgewell+trace-mapping@0.3.31/node_modules/@jridgewell/trace-mapping/package.json","../../../../../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js","../../../../../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/fromAnyIterable.js","../../../../../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.js","../../../../../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/package.json","../../../../../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js","../../../../../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/package.json","../../../../../../node_modules/.pnpm/@tailwindcss+node@4.3.0/node_modules/@jridgewell/remapping","../../../../../../node_modules/.pnpm/@tailwindcss+node@4.3.0/node_modules/@tailwindcss/node/dist/index.mjs","../../../../../../node_modules/.pnpm/@tailwindcss+node@4.3.0/node_modules/@tailwindcss/node/package.json","../../../../../../node_modules/.pnpm/@tailwindcss+node@4.3.0/node_modules/enhanced-resolve","../../../../../../node_modules/.pnpm/@tailwindcss+node@4.3.0/node_modules/jiti","../../../../../../node_modules/.pnpm/@tailwindcss+node@4.3.0/node_modules/lightningcss","../../../../../../node_modules/.pnpm/@tailwindcss+node@4.3.0/node_modules/magic-string","../../../../../../node_modules/.pnpm/@tailwindcss+node@4.3.0/node_modules/source-map-js","../../../../../../node_modules/.pnpm/@tailwindcss+node@4.3.0/node_modules/tailwindcss","../../../../../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js","../../../../../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js","../../../../../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js","../../../../../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js","../../../../../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js","../../../../../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js","../../../../../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/package.json","../../../../../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/path-key","../../../../../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/shebang-command","../../../../../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/which","../../../../../../node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/lib/detect-libc.js","../../../../../../node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/lib/elf.js","../../../../../../node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/lib/filesystem.js","../../../../../../node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/lib/process.js","../../../../../../node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/package.json","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/AliasFieldPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/AliasPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/AliasUtils.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/AppendPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/CloneBasenamePlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/ConditionalPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/DescriptionFileUtils.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/DirectoryExistsPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/ExtensionAliasPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/FileExistsPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/JoinRequestPartPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/JoinRequestPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/LogInfoPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/MainFieldPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/ModulesInHierarchicalDirectoriesPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/ModulesUtils.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/NextPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/ParsePlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/PnpPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/Resolver.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/ResolverFactory.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/RestrictionsPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/ResultPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/RootsPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/SelfReferencePlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/SymlinkPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/TryNextPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/TsconfigPathsPlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/UseFilePlugin.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/createInnerContext.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/forEachBail.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/getInnerRequest.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/getPaths.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/index.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/util/entrypoints.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/util/fs.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/util/identifier.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/util/memoize.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/util/path.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/lib/util/strip-json-comments.js","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/enhanced-resolve/package.json","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/graceful-fs","../../../../../../node_modules/.pnpm/enhanced-resolve@5.21.3/node_modules/tapable","../../../../../../node_modules/.pnpm/esbuild@0.28.0/node_modules/@esbuild/linux-x64","../../../../../../node_modules/.pnpm/esbuild@0.28.0/node_modules/esbuild/lib/main.js","../../../../../../node_modules/.pnpm/esbuild@0.28.0/node_modules/esbuild/package.json","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/@sindresorhus/merge-streams","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/cross-spawn","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/index.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/command.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/cwd.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/encoding-option.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/escape.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/fd-options.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/file-url.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/options.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/shell.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/specific.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/add.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/concurrent.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/duplex.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/iterable.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/readable.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/shared.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/writable.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/contents.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/input-sync.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/iterate.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/max-buffer.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/output-async.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/output-sync.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/pipeline.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/strip-newline.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/array.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/buffer-messages.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/forward.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/get-each.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/get-one.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/graceful.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/incoming.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/ipc-input.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/methods.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/outgoing.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/reference.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/send.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/strict.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/validation.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/bind.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/command.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/create.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/main-async.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/main-sync.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/node.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/parameters.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/promise.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/script.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/template.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/abort.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/pipe-arguments.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/sequence.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/setup.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/streaming.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/throw.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/all-async.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/all-sync.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/exit-async.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/exit-sync.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/stdio.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/wait-stream.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/wait-subprocess.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/duration.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/early-error.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/final-error.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/message.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/reject.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/result.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/direction.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/duplicate.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle-async.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle-sync.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/input-option.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/native.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/stdio-option.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/cancel.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/cleanup.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/graceful.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/kill.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/signal.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/timeout.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/encoding-transform.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/generator.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/normalize.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/object-mode.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/run-async.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/run-sync.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/split.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/validate.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/abort-signal.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/deferred.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/max-listeners.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/standard-stream.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/complete.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/custom.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/default.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/error.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/info.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/ipc.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/log.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/output.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/start.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/values.js","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/package.json","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/figures","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/get-stream","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/human-signals","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/is-plain-obj","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/is-stream","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/npm-run-path","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/pretty-ms","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/signal-exit","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/strip-final-newline","../../../../../../node_modules/.pnpm/execa@9.6.1/node_modules/yoctocolors","../../../../../../node_modules/.pnpm/figures@6.1.0/node_modules/figures/index.js","../../../../../../node_modules/.pnpm/figures@6.1.0/node_modules/figures/package.json","../../../../../../node_modules/.pnpm/figures@6.1.0/node_modules/is-unicode-supported","../../../../../../node_modules/.pnpm/get-stream@9.0.1/node_modules/@sec-ant/readable-stream","../../../../../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/package.json","../../../../../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array-buffer.js","../../../../../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array.js","../../../../../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/buffer.js","../../../../../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/contents.js","../../../../../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/exports.js","../../../../../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js","../../../../../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js","../../../../../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/string.js","../../../../../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/utils.js","../../../../../../node_modules/.pnpm/get-stream@9.0.1/node_modules/is-stream","../../../../../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/clone.js","../../../../../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js","../../../../../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/legacy-streams.js","../../../../../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/package.json","../../../../../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js","../../../../../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/core.js","../../../../../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/main.js","../../../../../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/realtime.js","../../../../../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/signals.js","../../../../../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/package.json","../../../../../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js","../../../../../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/package.json","../../../../../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js","../../../../../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/package.json","../../../../../../node_modules/.pnpm/is-unicode-supported@2.1.0/node_modules/is-unicode-supported/index.js","../../../../../../node_modules/.pnpm/is-unicode-supported@2.1.0/node_modules/is-unicode-supported/package.json","../../../../../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js","../../../../../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js","../../../../../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/package.json","../../../../../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js","../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/dist/babel.cjs","../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/dist/jiti.cjs","../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/jiti.cjs","../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/jiti.mjs","../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/package.json","../../../../../../node_modules/.pnpm/lightningcss@1.32.0/node_modules/detect-libc","../../../../../../node_modules/.pnpm/lightningcss@1.32.0/node_modules/lightningcss/node/browserslistToTargets.js","../../../../../../node_modules/.pnpm/lightningcss@1.32.0/node_modules/lightningcss/node/composeVisitors.js","../../../../../../node_modules/.pnpm/lightningcss@1.32.0/node_modules/lightningcss/node/flags.js","../../../../../../node_modules/.pnpm/lightningcss@1.32.0/node_modules/lightningcss/node/index.js","../../../../../../node_modules/.pnpm/lightningcss@1.32.0/node_modules/lightningcss/node/index.mjs","../../../../../../node_modules/.pnpm/lightningcss@1.32.0/node_modules/lightningcss/package.json","../../../../../../node_modules/.pnpm/magic-string@0.30.21/node_modules/@jridgewell/sourcemap-codec","../../../../../../node_modules/.pnpm/magic-string@0.30.21/node_modules/magic-string/dist/magic-string.cjs.js","../../../../../../node_modules/.pnpm/magic-string@0.30.21/node_modules/magic-string/dist/magic-string.es.mjs","../../../../../../node_modules/.pnpm/magic-string@0.30.21/node_modules/magic-string/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/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/jsonwebtoken/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/jsonwebtoken/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/app-page.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/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/semver-noop.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/action-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/action-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/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/cache-signal.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/dynamic-access-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/dynamic-access-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/module-loading/track-module-loading.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/module-loading/track-module-loading.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-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/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/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/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/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/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/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-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/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/page-path/ensure-leading-slash.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/router/utils/app-paths.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/router/utils/html-bots.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/router/utils/is-bot.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/segment.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/npm-run-path@6.0.0/node_modules/npm-run-path/index.js","../../../../../../node_modules/.pnpm/npm-run-path@6.0.0/node_modules/npm-run-path/package.json","../../../../../../node_modules/.pnpm/npm-run-path@6.0.0/node_modules/path-key","../../../../../../node_modules/.pnpm/npm-run-path@6.0.0/node_modules/unicorn-magic","../../../../../../node_modules/.pnpm/parse-ms@4.0.0/node_modules/parse-ms/index.js","../../../../../../node_modules/.pnpm/parse-ms@4.0.0/node_modules/parse-ms/package.json","../../../../../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js","../../../../../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/package.json","../../../../../../node_modules/.pnpm/path-key@4.0.0/node_modules/path-key/index.js","../../../../../../node_modules/.pnpm/path-key@4.0.0/node_modules/path-key/package.json","../../../../../../node_modules/.pnpm/pretty-ms@9.3.0/node_modules/parse-ms","../../../../../../node_modules/.pnpm/pretty-ms@9.3.0/node_modules/pretty-ms/index.js","../../../../../../node_modules/.pnpm/pretty-ms@9.3.0/node_modules/pretty-ms/package.json","../../../../../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js","../../../../../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/package.json","../../../../../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-regex","../../../../../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js","../../../../../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/package.json","../../../../../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/cjs/index.js","../../../../../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/cjs/package.json","../../../../../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/cjs/signals.js","../../../../../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js","../../../../../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/package.json","../../../../../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/signals.js","../../../../../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/package.json","../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/array-set.js","../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64-vlq.js","../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64.js","../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/binary-search.js","../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/mapping-list.js","../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/quick-sort.js","../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-consumer.js","../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-generator.js","../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-node.js","../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/util.js","../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/package.json","../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.js","../../../../../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/index.js","../../../../../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/package.json","../../../../../../node_modules/.pnpm/tailwindcss@4.3.0/node_modules/tailwindcss/dist/chunk-4VTQOGRC.mjs","../../../../../../node_modules/.pnpm/tailwindcss@4.3.0/node_modules/tailwindcss/dist/chunk-TDNFF6A4.mjs","../../../../../../node_modules/.pnpm/tailwindcss@4.3.0/node_modules/tailwindcss/dist/chunk-X4GG3EDV.mjs","../../../../../../node_modules/.pnpm/tailwindcss@4.3.0/node_modules/tailwindcss/dist/lib.mjs","../../../../../../node_modules/.pnpm/tailwindcss@4.3.0/node_modules/tailwindcss/package.json","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/AsyncParallelBailHook.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/AsyncParallelHook.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/AsyncSeriesBailHook.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/AsyncSeriesHook.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/AsyncSeriesLoopHook.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/AsyncSeriesWaterfallHook.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/Hook.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/HookCodeFactory.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/HookMap.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/MultiHook.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/SyncBailHook.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/SyncHook.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/SyncLoopHook.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/SyncWaterfallHook.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/lib/index.js","../../../../../../node_modules/.pnpm/tapable@2.3.3/node_modules/tapable/package.json","../../../../../../node_modules/.pnpm/unicorn-magic@0.3.0/node_modules/unicorn-magic/default.js","../../../../../../node_modules/.pnpm/unicorn-magic@0.3.0/node_modules/unicorn-magic/node.js","../../../../../../node_modules/.pnpm/unicorn-magic@0.3.0/node_modules/unicorn-magic/package.json","../../../../../../node_modules/.pnpm/which@2.0.2/node_modules/isexe","../../../../../../node_modules/.pnpm/which@2.0.2/node_modules/which/package.json","../../../../../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js","../../../../../../node_modules/.pnpm/yoctocolors@2.1.2/node_modules/yoctocolors/base.js","../../../../../../node_modules/.pnpm/yoctocolors@2.1.2/node_modules/yoctocolors/index.js","../../../../../../node_modules/.pnpm/yoctocolors@2.1.2/node_modules/yoctocolors/package.json","../../../../../../node_modules/@tailwindcss/node","../../../../../../node_modules/esbuild","../../../../../../node_modules/execa","../../../../../../node_modules/next","../../../../../../package.json","../../../../../package.json","../../../../chunks/1105.js","../../../../chunks/1223.js","../../../../chunks/1244.js","../../../../chunks/133.js","../../../../chunks/1888.js","../../../../chunks/1961.js","../../../../chunks/2035.js","../../../../chunks/2356.js","../../../../chunks/4031.js","../../../../chunks/4066.js","../../../../chunks/4840.js","../../../../chunks/4925.js","../../../../chunks/5087.js","../../../../chunks/569.js","../../../../chunks/5895.js","../../../../chunks/613.js","../../../../chunks/6602.js","../../../../chunks/7188.js","../../../../chunks/7508.js","../../../../chunks/8262.js","../../../../chunks/8404.js","../../../../chunks/8514.js","../../../../chunks/9098.js","../../../../chunks/9328.js","../../../../chunks/94.js","../../../../chunks/9739.js","../../../../chunks/9803.js","../../../../chunks/9861.js","../../../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/utilities/[scope]/[id]/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"2018":{"*":{"id":"4080","name":"*","chunks":[],"async":false}},"2285":{"*":{"id":"99891","name":"*","chunks":[],"async":false}},"2604":{"*":{"id":"66188","name":"*","chunks":[],"async":false}},"3989":{"*":{"id":"62425","name":"*","chunks":[],"async":false}},"5369":{"*":{"id":"86253","name":"*","chunks":[],"async":false}},"6287":{"*":{"id":"53869","name":"*","chunks":[],"async":false}},"8190":{"*":{"id":"15620","name":"*","chunks":[],"async":false}},"8855":{"*":{"id":"20633","name":"*","chunks":[],"async":false}},"12537":{"*":{"id":"57673","name":"*","chunks":[],"async":false}},"13270":{"*":{"id":"14360","name":"*","chunks":[],"async":false}},"14884":{"*":{"id":"6912","name":"*","chunks":[],"async":false}},"16225":{"*":{"id":"21393","name":"*","chunks":[],"async":false}},"16381":{"*":{"id":"92256","name":"*","chunks":[],"async":false}},"17280":{"*":{"id":"18282","name":"*","chunks":[],"async":false}},"18487":{"*":{"id":"87177","name":"*","chunks":[],"async":false}},"19078":{"*":{"id":"14848","name":"*","chunks":[],"async":false}},"21968":{"*":{"id":"19908","name":"*","chunks":[],"async":false}},"22121":{"*":{"id":"49289","name":"*","chunks":[],"async":false}},"23119":{"*":{"id":"76181","name":"*","chunks":[],"async":false}},"23136":{"*":{"id":"10884","name":"*","chunks":[],"async":false}},"26957":{"*":{"id":"41833","name":"*","chunks":[],"async":false}},"27237":{"*":{"id":"66643","name":"*","chunks":[],"async":false}},"28050":{"*":{"id":"66180","name":"*","chunks":[],"async":false}},"33705":{"*":{"id":"63921","name":"*","chunks":[],"async":false}},"33976":{"*":{"id":"90044","name":"*","chunks":[],"async":false}},"36167":{"*":{"id":"4940","name":"*","chunks":[],"async":false}},"39211":{"*":{"id":"39991","name":"*","chunks":[],"async":false}},"40284":{"*":{"id":"58352","name":"*","chunks":[],"async":false}},"40836":{"*":{"id":"85684","name":"*","chunks":[],"async":false}},"41287":{"*":{"id":"11066","name":"*","chunks":[],"async":false}},"41372":{"*":{"id":"81654","name":"*","chunks":[],"async":false}},"41923":{"*":{"id":"43151","name":"*","chunks":[],"async":false}},"43450":{"*":{"id":"99668","name":"*","chunks":[],"async":false}},"43831":{"*":{"id":"79318","name":"*","chunks":[],"async":false}},"45407":{"*":{"id":"13813","name":"*","chunks":[],"async":false}},"46109":{"*":{"id":"65597","name":"*","chunks":[],"async":false}},"48572":{"*":{"id":"82064","name":"*","chunks":[],"async":false}},"49455":{"*":{"id":"81669","name":"*","chunks":[],"async":false}},"49833":{"*":{"id":"5147","name":"*","chunks":[],"async":false}},"53511":{"*":{"id":"71615","name":"*","chunks":[],"async":false}},"54400":{"*":{"id":"1056","name":"*","chunks":[],"async":false}},"56360":{"*":{"id":"54972","name":"*","chunks":[],"async":false}},"56703":{"*":{"id":"19874","name":"*","chunks":[],"async":false}},"59487":{"*":{"id":"26411","name":"*","chunks":[],"async":false}},"63739":{"*":{"id":"13829","name":"*","chunks":[],"async":false}},"67854":{"*":{"id":"53710","name":"*","chunks":[],"async":false}},"69050":{"*":{"id":"30544","name":"*","chunks":[],"async":false}},"72849":{"*":{"id":"1857","name":"*","chunks":[],"async":false}},"73868":{"*":{"id":"12156","name":"*","chunks":[],"async":false}},"76161":{"*":{"id":"34100","name":"*","chunks":[],"async":false}},"80200":{"*":{"id":"19324","name":"*","chunks":[],"async":false}},"83524":{"*":{"id":"88237","name":"*","chunks":[],"async":false}},"85314":{"*":{"id":"13976","name":"*","chunks":[],"async":false}},"85980":{"*":{"id":"89338","name":"*","chunks":[],"async":false}},"86631":{"*":{"id":"61193","name":"*","chunks":[],"async":false}},"86727":{"*":{"id":"50613","name":"*","chunks":[],"async":false}},"89061":{"*":{"id":"89343","name":"*","chunks":[],"async":false}},"89134":{"*":{"id":"85414","name":"*","chunks":[],"async":false}},"89146":{"*":{"id":"44896","name":"*","chunks":[],"async":false}},"89808":{"*":{"id":"22192","name":"*","chunks":[],"async":false}},"91074":{"*":{"id":"68394","name":"*","chunks":[],"async":false}},"94904":{"*":{"id":"75266","name":"*","chunks":[],"async":false}},"96253":{"*":{"id":"51189","name":"*","chunks":[],"async":false}},"97369":{"*":{"id":"25211","name":"*","chunks":[],"async":false}},"97485":{"*":{"id":"97053","name":"*","chunks":[],"async":false}},"98346":{"*":{"id":"87634","name":"*","chunks":[],"async":false}},"99730":{"*":{"id":"6786","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/reflex-agent/reflex-agent/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/builtin/global-error.js":{"id":6287,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6287,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/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/client-page.js":{"id":40836,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":40836,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/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/client-segment.js":{"id":85980,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":85980,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/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/http-access-fallback/error-boundary.js":{"id":46109,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":46109,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/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/layout-router.js":{"id":26957,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":26957,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/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/metadata/async-metadata.js":{"id":33705,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":33705,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/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/render-from-template-context.js":{"id":97369,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":97369,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/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/framework/boundary-components.js":{"id":21968,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":21968,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/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/metadata/generate/icon-mark.js":{"id":22121,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":22121,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/app-sidebar.tsx":{"id":41287,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","9045","static/chunks/9045-731ff0865352dd95.js","7177","static/chunks/app/layout-c7a35075cfbfa3e3.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/globals.css":{"id":60290,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","9045","static/chunks/9045-731ff0865352dd95.js","7177","static/chunks/app/layout-c7a35075cfbfa3e3.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/components/ui/sonner.tsx":{"id":43450,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","9045","static/chunks/9045-731ff0865352dd95.js","7177","static/chunks/app/layout-c7a35075cfbfa3e3.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/agents/[agentId]/_components/agent-event-stream.tsx":{"id":40284,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/components/ui/separator.tsx":{"id":91074,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-accordion@1.2.12_@types+react-dom@19.2.3_@types+react@19.2.14__@types+r_dd042184823cb7783b305fbc0c6ee2dd/node_modules/@radix-ui/react-accordion/dist/index.mjs":{"id":96253,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@type_91d5036573779c1b9f41b61cd4660f3d/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs":{"id":28050,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-avatar@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_0ea80bc1497a6ecfd0bb5e124b1154c7/node_modules/@radix-ui/react-avatar/dist/index.mjs":{"id":94904,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_36946c77eec45f5a9fc04b1442c78a6c/node_modules/@radix-ui/react-checkbox/dist/index.mjs":{"id":13270,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.14__@types_e6de6020dad09a1b58742342f76b372e/node_modules/@radix-ui/react-collapsible/dist/index.mjs":{"id":99730,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-context-menu@2.2.16_@types+react-dom@19.2.3_@types+react@19.2.14__@type_f37cfa1787d19448013098dea4e28ec1/node_modules/@radix-ui/react-context-menu/dist/index.mjs":{"id":89146,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_340425d8afbecb0b8c61fd2281bc18a1/node_modules/@radix-ui/react-dialog/dist/index.mjs":{"id":19078,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@typ_4a94a496ca8ecf7aa0a759c94ddf8d47/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs":{"id":67854,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@1_47bc6dc07b089b01a31e6ae276fc360e/node_modules/@radix-ui/react-form/dist/index.mjs":{"id":69050,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_613291aa3f9ccfdc80950d764372b215/node_modules/@radix-ui/react-hover-card/dist/index.mjs":{"id":63739,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_f0aed35acd5832478de9bf0eb04e4e73/node_modules/@radix-ui/react-label/dist/index.mjs":{"id":33976,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_c241a6baa37fac632bcc4c84e9bee107/node_modules/@radix-ui/react-menubar/dist/index.mjs":{"id":12537,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.14__@t_c2b468396dc2ba1a62f7bc4ec11745d1/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs":{"id":97485,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-one-time-password-field@0.1.8_@types+react-dom@19.2.3_@types+react@19.2_4f1c35a331f5409899cf6aa8a62bc07b/node_modules/@radix-ui/react-one-time-password-field/dist/index.mjs":{"id":41923,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-password-toggle-field@0.1.3_@types+react-dom@19.2.3_@types+react@19.2.1_ccd72623a720a0b92b4e37907f095b99/node_modules/@radix-ui/react-password-toggle-field/dist/index.mjs":{"id":73868,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_70579f2082d5a15782122fa6c39e7d95/node_modules/@radix-ui/react-popover/dist/index.mjs":{"id":53511,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_266ca67294f168fbf2e025541d323e69/node_modules/@radix-ui/react-portal/dist/index.mjs":{"id":2018,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-progress@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_740b0bbe0b5580d832d94af6eeb5f557/node_modules/@radix-ui/react-progress/dist/index.mjs":{"id":18487,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+_c07779e275d27cb5d99f86b5919e57c8/node_modules/@radix-ui/react-radio-group/dist/index.mjs":{"id":98346,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-scroll-area@1.2.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types_3f2ac5445210224aefd6333ca2197426/node_modules/@radix-ui/react-scroll-area/dist/index.mjs":{"id":14884,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-select@2.2.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_682a989a3617012ce093f43297729adf/node_modules/@radix-ui/react-select/dist/index.mjs":{"id":85314,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-slider@1.3.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_4168059ceb0ad18c50e861ed8102d508/node_modules/@radix-ui/react-slider/dist/index.mjs":{"id":17280,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-switch@1.2.6_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_fb4779bfc166cf9d3db05474981c0df1/node_modules/@radix-ui/react-switch/dist/index.mjs":{"id":8855,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-tabs@1.1.13_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react@_08684373bbac196273bdefb5472f93a8/node_modules/@radix-ui/react-tabs/dist/index.mjs":{"id":86631,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.14__@types+react_6625e53ff8dc545622ac4ae2f6193cc7/node_modules/@radix-ui/react-toast/dist/index.mjs":{"id":2604,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@type_f53932d1010514ee55ce15134943c7f6/node_modules/@radix-ui/react-toggle-group/dist/index.mjs":{"id":27237,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_1170d6428188a43ba2f1794b2158e623/node_modules/@radix-ui/react-toggle/dist/index.mjs":{"id":49455,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-toolbar@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@types+rea_855b867db56c182beb12942ab20dad4c/node_modules/@radix-ui/react-toolbar/dist/index.mjs":{"id":39211,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_8c33d96ab4033e6041e8b8646beae976/node_modules/@radix-ui/react-tooltip/dist/index.mjs":{"id":56360,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/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/app-dir/link.js":{"id":54400,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/app-dir/link.js":{"id":54400,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/universal-chat-bar.tsx":{"id":89061,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","3954","static/chunks/3954-fe27ff41d9bf012d.js","6489","static/chunks/6489-ecde2d94e57eb8a9.js","8974","static/chunks/app/page-ddaeffdc9a15f597.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/settings/_components/settings-form.tsx":{"id":89134,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/new/_components/directory-picker.tsx":{"id":41372,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/onboarding/_components/wizard.tsx":{"id":83524,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/utility-iframe.tsx":{"id":86727,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/share/_components/share-auth-form.tsx":{"id":16381,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/share-button.tsx":{"id":45407,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/[scope]/[id]/_components/manifest-panel.tsx":{"id":43831,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/[scope]/[id]/_components/utility-frame.tsx":{"id":49833,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","6727","static/chunks/6727-d38536774bdb32d5.js","526","static/chunks/app/utilities/%5Bscope%5D/%5Bid%5D/page-72546d245b840091.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/curated-gallery.tsx":{"id":59487,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","8997","static/chunks/app/utilities/page-9f949d831421d314.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-github-button.tsx":{"id":76161,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","8997","static/chunks/app/utilities/page-9f949d831421d314.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-mcp-button.tsx":{"id":56703,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","8997","static/chunks/app/utilities/page-9f949d831421d314.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-via-agent-button.tsx":{"id":23119,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","8997","static/chunks/app/utilities/page-9f949d831421d314.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/remove-utility-button.tsx":{"id":48572,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","1217","static/chunks/1217-407174d9b164a499.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","5097","static/chunks/5097-f07f6aeee3f60a33.js","8997","static/chunks/app/utilities/page-9f949d831421d314.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/chat/[topicId]/_components/chat-view.tsx":{"id":3989,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/chat/[topicId]/_components/delete-topic-button.tsx":{"id":16225,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/chat/[topicId]/_components/goal-badge.tsx":{"id":36167,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/kb/insert-image-button.tsx":{"id":2285,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/root-viewer.tsx":{"id":80200,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/workflows/[wfId]/_components/workflow-editor.tsx":{"id":72849,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/add-utility-button.tsx":{"id":23136,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/command-bar.tsx":{"id":8190,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/dashboard.tsx":{"id":89808,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/run-init-button.tsx":{"id":5369,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/reflex-agent/reflex-agent/":[],"/home/runner/work/reflex-agent/reflex-agent/app/layout":[{"inlined":false,"path":"static/css/87e01f779d555d04.css"}],"/home/runner/work/reflex-agent/reflex-agent/app/page":[],"/home/runner/work/reflex-agent/reflex-agent/app/utilities/page":[],"/home/runner/work/reflex-agent/reflex-agent/app/utilities/[scope]/[id]/page":[]},"rscModuleMapping":{"2018":{"*":{"id":"37550","name":"*","chunks":[],"async":false}},"2285":{"*":{"id":"86673","name":"*","chunks":[],"async":false}},"2604":{"*":{"id":"41138","name":"*","chunks":[],"async":false}},"3989":{"*":{"id":"32471","name":"*","chunks":[],"async":false}},"5369":{"*":{"id":"770","name":"*","chunks":[],"async":false}},"6287":{"*":{"id":"47319","name":"*","chunks":[],"async":false}},"8190":{"*":{"id":"90558","name":"*","chunks":[],"async":false}},"8855":{"*":{"id":"391","name":"*","chunks":[],"async":false}},"12537":{"*":{"id":"24375","name":"*","chunks":[],"async":false}},"13270":{"*":{"id":"68146","name":"*","chunks":[],"async":false}},"14884":{"*":{"id":"65478","name":"*","chunks":[],"async":false}},"16225":{"*":{"id":"60231","name":"*","chunks":[],"async":false}},"16381":{"*":{"id":"41664","name":"*","chunks":[],"async":false}},"17280":{"*":{"id":"73552","name":"*","chunks":[],"async":false}},"18487":{"*":{"id":"96623","name":"*","chunks":[],"async":false}},"19078":{"*":{"id":"68902","name":"*","chunks":[],"async":false}},"21968":{"*":{"id":"59118","name":"*","chunks":[],"async":false}},"22121":{"*":{"id":"84583","name":"*","chunks":[],"async":false}},"23119":{"*":{"id":"29279","name":"*","chunks":[],"async":false}},"23136":{"*":{"id":"574","name":"*","chunks":[],"async":false}},"26957":{"*":{"id":"78767","name":"*","chunks":[],"async":false}},"27237":{"*":{"id":"60877","name":"*","chunks":[],"async":false}},"28050":{"*":{"id":"26922","name":"*","chunks":[],"async":false}},"33705":{"*":{"id":"75751","name":"*","chunks":[],"async":false}},"33976":{"*":{"id":"83594","name":"*","chunks":[],"async":false}},"36167":{"*":{"id":"4396","name":"*","chunks":[],"async":false}},"39211":{"*":{"id":"5637","name":"*","chunks":[],"async":false}},"40284":{"*":{"id":"95022","name":"*","chunks":[],"async":false}},"40836":{"*":{"id":"97654","name":"*","chunks":[],"async":false}},"41287":{"*":{"id":"30849","name":"*","chunks":[],"async":false}},"41372":{"*":{"id":"87628","name":"*","chunks":[],"async":false}},"41923":{"*":{"id":"85105","name":"*","chunks":[],"async":false}},"43450":{"*":{"id":"95422","name":"*","chunks":[],"async":false}},"43831":{"*":{"id":"11255","name":"*","chunks":[],"async":false}},"45407":{"*":{"id":"16805","name":"*","chunks":[],"async":false}},"46109":{"*":{"id":"73671","name":"*","chunks":[],"async":false}},"48572":{"*":{"id":"61254","name":"*","chunks":[],"async":false}},"49455":{"*":{"id":"7671","name":"*","chunks":[],"async":false}},"49833":{"*":{"id":"22137","name":"*","chunks":[],"async":false}},"53511":{"*":{"id":"33309","name":"*","chunks":[],"async":false}},"54400":{"*":{"id":"20594","name":"*","chunks":[],"async":false}},"56360":{"*":{"id":"36786","name":"*","chunks":[],"async":false}},"56703":{"*":{"id":"77287","name":"*","chunks":[],"async":false}},"59487":{"*":{"id":"60937","name":"*","chunks":[],"async":false}},"60290":{"*":{"id":"44427","name":"*","chunks":[],"async":false}},"63739":{"*":{"id":"93099","name":"*","chunks":[],"async":false}},"67854":{"*":{"id":"69644","name":"*","chunks":[],"async":false}},"69050":{"*":{"id":"49186","name":"*","chunks":[],"async":false}},"72849":{"*":{"id":"91334","name":"*","chunks":[],"async":false}},"73868":{"*":{"id":"41886","name":"*","chunks":[],"async":false}},"76161":{"*":{"id":"28487","name":"*","chunks":[],"async":false}},"80200":{"*":{"id":"68334","name":"*","chunks":[],"async":false}},"83524":{"*":{"id":"22660","name":"*","chunks":[],"async":false}},"85314":{"*":{"id":"97230","name":"*","chunks":[],"async":false}},"85980":{"*":{"id":"10432","name":"*","chunks":[],"async":false}},"86631":{"*":{"id":"4235","name":"*","chunks":[],"async":false}},"86727":{"*":{"id":"73478","name":"*","chunks":[],"async":false}},"89061":{"*":{"id":"56925","name":"*","chunks":[],"async":false}},"89134":{"*":{"id":"71903","name":"*","chunks":[],"async":false}},"89146":{"*":{"id":"65138","name":"*","chunks":[],"async":false}},"89808":{"*":{"id":"64845","name":"*","chunks":[],"async":false}},"91074":{"*":{"id":"60524","name":"*","chunks":[],"async":false}},"94904":{"*":{"id":"79008","name":"*","chunks":[],"async":false}},"96253":{"*":{"id":"50155","name":"*","chunks":[],"async":false}},"97369":{"*":{"id":"48609","name":"*","chunks":[],"async":false}},"97485":{"*":{"id":"67135","name":"*","chunks":[],"async":false}},"98346":{"*":{"id":"77372","name":"*","chunks":[],"async":false}},"99730":{"*":{"id":"60936","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
(()=>{var a={};a.id=8997,a.ids=[8997],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1708:a=>{"use strict";a.exports=require("node:process")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4984:a=>{"use strict";a.exports=require("readline")},7206:a=>{"use strict";a.exports=import("execa")},8070:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>x,dynamic:()=>w});var d=c(63003),e=c(20594),f=c.n(e),g=c(19963);let h=(0,g.A)("Boxes",[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",key:"lc1i9w"}],["path",{d:"m7 16.5-4.74-2.85",key:"1o9zyk"}],["path",{d:"m7 16.5 5-3",key:"va8pkn"}],["path",{d:"M7 16.5v5.17",key:"jnp8gn"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",key:"8zsnat"}],["path",{d:"m17 16.5-5-3",key:"8arw3v"}],["path",{d:"m17 16.5 4.74-2.85",key:"8rfmw"}],["path",{d:"M17 16.5v5.17",key:"k6z78m"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",key:"1xygjf"}],["path",{d:"M12 8 7.26 5.15",key:"1vbdud"}],["path",{d:"m12 8 4.74-2.85",key:"3rx089"}],["path",{d:"M12 13.5V8",key:"1io7kd"}]]);var i=c(48938);let j=(0,g.A)("Shield",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}]]);var k=c(67248),l=c(84913),m=c(51431),n=c(60524),o=c(61105),p=c(24576),q=c(28487),r=c(77287),s=c(29279),t=c(61254),u=c(60937),v=c(17640);let w="force-dynamic";async function x(){let[a,b,c]=await Promise.all([(0,o.dH)({}),(0,v.M)(),(0,p.qV)()]),e=a.filter(a=>"global"===a.scope),f=a.filter(a=>"project"===a.scope),g=new Set(a.map(a=>a.manifest.id)),h=c.map(a=>({id:a.id,label:a.path.split("/").filter(Boolean).pop()??a.path})),i="advanced"===b.uiMode;return(0,d.jsxs)("main",{className:"mx-auto w-full max-w-5xl flex-1 px-6 py-10",children:[(0,d.jsxs)("header",{className:"mb-8 flex items-end justify-between gap-4",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("h1",{className:"text-3xl font-semibold tracking-tight",children:"Мини-приложения"}),(0,d.jsx)("p",{className:"text-muted-foreground mt-1",children:"Готовый каталог + кастомные. Все запросы наружу идут через Reflex и логируются в аудит."})]}),i&&(0,d.jsxs)("div",{className:"flex flex-wrap gap-2",children:[(0,d.jsx)(q.InstallFromGithubButton,{}),(0,d.jsx)(r.InstallFromMcpButton,{}),(0,d.jsx)(s.InstallViaAgentButton,{})]})]}),(0,d.jsxs)("section",{className:"mb-8 space-y-2",children:[(0,d.jsx)("h2",{className:"text-lg font-semibold tracking-tight",children:"Каталог"}),(0,d.jsx)("p",{className:"text-xs text-muted-foreground",children:"Кураторская подборка. Жми \xabУстановить\xbb — Reflex скачает и проверит разрешения автоматически."}),(0,d.jsx)(u.CuratedGallery,{installedIds:g,spaces:h})]}),(0,d.jsx)(n.Separator,{className:"my-6"}),(0,d.jsx)(y,{title:"Установленные",hint:`${a.length} штук`,utilities:[...f,...e]}),i&&(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(n.Separator,{className:"my-8"}),(0,d.jsx)(y,{title:"Глобальные",hint:"~/.reflex/utilities/",utilities:e}),(0,d.jsx)(n.Separator,{className:"my-8"}),(0,d.jsx)(y,{title:"Проектные",hint:"<root>/.reflex/utilities/ — видны только в своём проекте",utilities:f})]})]})}function y({title:a,hint:b,utilities:c}){return(0,d.jsxs)("section",{className:"space-y-3",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("h2",{className:"text-lg font-semibold tracking-tight",children:a}),(0,d.jsx)("p",{className:"text-xs text-muted-foreground",children:b})]}),0===c.length?(0,d.jsx)(m.Zp,{className:"border-dashed",children:(0,d.jsx)(m.Wu,{className:"py-8 text-center text-sm text-muted-foreground",children:"Пока пусто. Попроси агента сделать утилиту или установи готовую из GitHub."})}):(0,d.jsx)("div",{className:"grid gap-3 sm:grid-cols-2",children:c.map(a=>(0,d.jsxs)(m.Zp,{className:"group",children:[(0,d.jsxs)(m.aR,{children:[(0,d.jsxs)(m.ZB,{className:"flex items-center gap-2 text-base",children:[(0,d.jsx)(h,{className:"h-4 w-4 text-muted-foreground"}),(0,d.jsx)("span",{className:"truncate",children:a.manifest.name}),(0,d.jsxs)(k.E,{variant:"outline",className:"ml-auto font-mono text-[10px]",children:["v",a.manifest.version]})]}),(0,d.jsx)(m.BT,{className:"line-clamp-2",children:a.manifest.description||"нет описания"})]}),(0,d.jsxs)(m.Wu,{className:"flex flex-wrap items-center gap-2 text-xs",children:[a.manifest.source?.origin?.startsWith("github:")&&(0,d.jsxs)(k.E,{variant:"secondary",className:"gap-1",children:[(0,d.jsx)(i.A,{className:"h-3 w-3"}),a.manifest.source.origin.slice(7,a.manifest.source.origin.indexOf("@"))]}),a.manifest.source?.type==="mcp"&&(0,d.jsx)(k.E,{variant:"secondary",children:"MCP"}),a.manifest.source?.type==="agent"&&(0,d.jsx)(k.E,{variant:"outline",children:"создано агентом"}),!a.bundleAvailable&&(0,d.jsxs)(k.E,{variant:"destructive",className:"gap-1",children:[(0,d.jsx)(j,{className:"h-3 w-3"})," bundle missing"]}),(a.manifest.serverActions?.length??0)>0&&(0,d.jsxs)(k.E,{variant:"outline",children:["workers: ",a.manifest.serverActions.length]}),(0,d.jsxs)("div",{className:"ml-auto flex gap-1",children:[(0,d.jsx)(l.$,{asChild:!0,size:"sm",variant:"default",children:(0,d.jsx)(f(),{href:`/utilities/${a.scope}/${a.manifest.id}${a.rootId?`?rootId=${a.rootId}`:""}`,children:"Открыть"})}),(0,d.jsx)(t.RemoveUtilityButton,{scope:a.scope,id:a.manifest.id,name:a.manifest.name,...a.rootId?{rootId:a.rootId}:{}})]})]})]},`${a.scope}:${a.rootId??""}:${a.manifest.id}`))})]})}},8086:a=>{"use strict";a.exports=require("module")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},12619:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(42557).A)("Check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]])},14471:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(42557).A)("Plug",[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M9 8V2",key:"14iosj"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z",key:"osxo6l"}]])},17640:(a,b,c)=>{"use strict";c.d(b,{M:()=>q,D:()=>r});var d=c(73024),e=c(76760),f=c.n(e),g=c(48161),h=c.n(g),i=c(14126);let j=i.Ik({"claude-code":i.Ik({enabled:i.zM().default(!0)}),codex:i.Ik({enabled:i.zM().default(!0)}),ollama:i.Ik({enabled:i.zM().default(!0),baseUrl:i.Yj().url().default("http://localhost:11434")})}),k=i.Ik({harness:i.k5(["claude-code","codex","ollama"]),model:i.Yj().min(1),allowedTools:i.YO(i.Yj()).default([])}),l=i.Ik({enabled:i.zM().default(!0),maxDimension:i.ai().int().min(256).max(8192).default(2e3),quality:i.ai().int().min(40).max(100).default(85),format:i.k5(["auto","jpeg","webp","original"]).default("auto")}),m=i.Ik({version:i.eu(1).default(1),language:i.Yj().min(1).default("english"),onboardedAt:i.Yj().optional(),userName:i.Yj().default(""),timezone:i.Yj().default(""),uiMode:i.k5(["simple","advanced"]).default("simple"),imageProcessing:l.default({enabled:!0,maxDimension:2e3,quality:85,format:"auto"}),harnesses:j.default({"claude-code":{enabled:!0},codex:{enabled:!0},ollama:{enabled:!0,baseUrl:"http://localhost:11434"}}),assignments:i.Ik({analyze:k,chat:k,rag:k,embed:k,quick:k}).default({analyze:{harness:"claude-code",model:"claude-opus-4-7",allowedTools:["Read","Write","Edit","LS","Glob","Grep","WebSearch","WebFetch"]},chat:{harness:"claude-code",model:"claude-sonnet-4-6",allowedTools:["Read","LS","Glob","Grep","WebSearch","WebFetch"]},rag:{harness:"ollama",model:"llama3.1:8b",allowedTools:[]},embed:{harness:"ollama",model:"nomic-embed-text",allowedTools:[]},quick:{harness:"claude-code",model:"claude-haiku-4-5",allowedTools:[]}}),mapServices:i.Ik({enabled:i.YO(i.Yj()).default(["google","yandex","apple","osm"])}).default({enabled:["google","yandex","apple","osm"]}),ngrok:i.Ik({authtoken:i.Yj().default(""),apiKey:i.Yj().default(""),domain:i.Yj().default(""),port:i.ai().int().min(1).max(65535).default(3210)}).default({authtoken:"",apiKey:"",domain:"",port:3210})}),n=m.parse({}),o=f().join(h().homedir(),".reflex"),p=f().join(o,"settings.json");async function q(){try{let a=await d.promises.readFile(p,"utf8"),b=m.safeParse(JSON.parse(a));if(!b.success)return n;return b.data}catch(b){var a;if("object"==typeof(a=b)&&null!==a&&"code"in a&&"ENOENT"===a.code)return n;throw b}}async function r(a){let b=m.parse(a);await d.promises.mkdir(o,{recursive:!0}),await d.promises.writeFile(p,JSON.stringify(b,null,2)+"\n","utf8")}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},19874:(a,b,c)=>{"use strict";c.d(b,{InstallFromMcpButton:()=>u});var d=c(64173),e=c(17240),f=c(87671),g=c(14471),h=c(66979),i=c(62261),j=c(44052),k=c(42382),l=c(20583),m=c(31041),n=c(47071),o=c(80281),p=c(45477),q=c(71155),r=c(3265);let s=(0,r.createServerReference)("4015e0bffd95ecf3c74df7cc8b369a0651e58661c4",r.callServer,void 0,r.findSourceMapURL,"mcpPreviewAction"),t=(0,r.createServerReference)("409c8effbefaed45aa73def7d435b9330167f9d049",r.callServer,void 0,r.findSourceMapURL,"mcpInstallAction");function u(){let[a,b]=(0,e.useState)(!1),[c,r]=(0,e.useState)("stdio"),[u,v]=(0,e.useState)(""),[w,x]=(0,e.useState)(""),[y,z]=(0,e.useState)(""),[A,B]=(0,e.useState)(""),[C,D]=(0,e.useState)(""),[E,F]=(0,e.useState)(""),[G,H]=(0,e.useState)(""),[I,J]=(0,e.useState)("global"),[K,L]=(0,e.useState)(null),[M,N]=(0,e.useTransition)(),[O,P]=(0,e.useTransition)(),Q=(0,f.useRouter)(),R=()=>{if("stdio"===c){if(!u.trim())return{ok:!1,error:"command required"};try{let a=y.trim()?JSON.parse(y):{};return{ok:!0,config:{transport:"stdio",command:u.trim(),args:w.trim()?w.trim().split(/\s+/).filter(Boolean):[],env:a}}}catch(a){return{ok:!1,error:"env must be JSON object"}}}if(!A.trim())return{ok:!1,error:"URL required"};try{let a=C.trim()?JSON.parse(C):{};return{ok:!0,config:{transport:c,url:A.trim(),headers:a}}}catch{return{ok:!1,error:"headers must be JSON object"}}},S=()=>{v(""),x(""),z(""),B(""),D(""),F(""),H(""),L(null)};return a?(0,d.jsx)("div",{className:"fixed inset-0 z-50 flex items-start justify-center overflow-y-auto bg-black/30 p-6",children:(0,d.jsxs)(m.Zp,{className:"w-full max-w-2xl",children:[(0,d.jsxs)(m.aR,{className:"flex flex-row items-start justify-between",children:[(0,d.jsxs)("div",{children:[(0,d.jsxs)(m.ZB,{className:"flex items-center gap-2",children:[(0,d.jsx)(g.A,{className:"h-5 w-5"}),"MCP server → Reflex utility"]}),(0,d.jsx)("p",{className:"text-xs text-muted-foreground mt-1",children:"Подключимся к серверу, прочитаем tools/list, сгенерируем UI и server-action прокси."})]}),(0,d.jsx)(l.$,{variant:"ghost",size:"icon",onClick:()=>{b(!1),S()},children:(0,d.jsx)(h.A,{className:"h-4 w-4"})})]}),(0,d.jsxs)(m.Wu,{className:"space-y-4",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)(o.J,{children:"Transport"}),(0,d.jsxs)(q.l6,{value:c,onValueChange:a=>r(a),children:[(0,d.jsx)(q.bq,{className:"w-48",children:(0,d.jsx)(q.yv,{})}),(0,d.jsxs)(q.gC,{children:[(0,d.jsx)(q.eb,{value:"stdio",children:"stdio (subprocess)"}),(0,d.jsx)(q.eb,{value:"http",children:"HTTP (Streamable)"}),(0,d.jsx)(q.eb,{value:"sse",children:"SSE (legacy)"})]})]})]}),"stdio"===c?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsxs)("div",{children:[(0,d.jsx)(o.J,{children:"Command"}),(0,d.jsx)(n.p,{value:u,onChange:a=>v(a.target.value),placeholder:"npx"})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)(o.J,{children:"Args (space-separated)"}),(0,d.jsx)(n.p,{value:w,onChange:a=>x(a.target.value),placeholder:"-y @modelcontextprotocol/server-everything"})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)(o.J,{children:"Env (JSON, optional)"}),(0,d.jsx)(p.T,{value:y,onChange:a=>z(a.target.value),placeholder:'{"FOO": "bar"}',className:"font-mono text-xs"})]})]}):(0,d.jsxs)(d.Fragment,{children:[(0,d.jsxs)("div",{children:[(0,d.jsx)(o.J,{children:"URL"}),(0,d.jsx)(n.p,{value:A,onChange:a=>B(a.target.value),placeholder:"https://example.com/mcp"})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)(o.J,{children:"Headers (JSON, optional)"}),(0,d.jsx)(p.T,{value:C,onChange:a=>D(a.target.value),placeholder:'{"Authorization": "Bearer ..."}',className:"font-mono text-xs"})]})]}),(0,d.jsx)("div",{className:"flex justify-end",children:(0,d.jsx)(l.$,{onClick:()=>{let a=R();if(!a.ok)return void j.oR.error(a.error);L(null),N(async()=>{let b=await s(a.config);if(!b.ok)return void j.oR.error("Connect failed: "+b.error);L({...b.serverName?{serverName:b.serverName}:{},...b.serverVersion?{serverVersion:b.serverVersion}:{},tools:b.tools}),E||F((b.serverName??"mcp-server").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"").slice(0,40)||"mcp-server"),G||H(b.serverName??"MCP server")})},disabled:M,children:M?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(i.A,{className:"h-4 w-4 animate-spin mr-2"}),"Connecting…"]}):"Connect & list tools"})}),K&&(0,d.jsxs)("div",{className:"space-y-3 border-t pt-4",children:[(0,d.jsxs)("div",{className:"text-sm",children:[(0,d.jsx)("span",{className:"font-medium",children:"Server:"})," ",K.serverName??"(anonymous)",K.serverVersion?` v${K.serverVersion}`:"",(0,d.jsxs)(k.E,{variant:"outline",className:"ml-2",children:[K.tools.length," tools"]})]}),(0,d.jsx)("div",{className:"max-h-40 overflow-y-auto rounded border bg-slate-50 p-2 text-xs",children:0===K.tools.length?(0,d.jsx)("em",{className:"text-slate-500",children:"No tools advertised."}):(0,d.jsx)("ul",{className:"space-y-1",children:K.tools.map(a=>(0,d.jsxs)("li",{children:[(0,d.jsx)("span",{className:"font-mono",children:a.name}),a.description&&(0,d.jsxs)("span",{className:"text-slate-500",children:[" — ",a.description]})]},a.name))})}),(0,d.jsxs)("div",{className:"grid grid-cols-2 gap-3",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)(o.J,{children:"Utility id (kebab-case)"}),(0,d.jsx)(n.p,{value:E,onChange:a=>F(a.target.value),placeholder:"my-mcp-server",className:"font-mono"})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)(o.J,{children:"Display name"}),(0,d.jsx)(n.p,{value:G,onChange:a=>H(a.target.value),placeholder:"My MCP Server"})]})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)(o.J,{children:"Scope"}),(0,d.jsxs)(q.l6,{value:I,onValueChange:a=>J(a),children:[(0,d.jsx)(q.bq,{className:"w-48",children:(0,d.jsx)(q.yv,{})}),(0,d.jsxs)(q.gC,{children:[(0,d.jsx)(q.eb,{value:"global",children:"global (~/.reflex)"}),(0,d.jsx)(q.eb,{value:"project",children:"project"})]})]})]}),(0,d.jsxs)("div",{className:"flex justify-end gap-2",children:[(0,d.jsx)(l.$,{variant:"ghost",onClick:()=>{b(!1),S()},children:"Отмена"}),(0,d.jsx)(l.$,{onClick:()=>{let a=R();return a.ok?K?E.trim()&&G.trim()?void P(async()=>{let c=await t({scope:I,id:E.trim(),name:G.trim(),config:a.config});if(!c.ok)return void j.oR.error(c.error);j.oR.success(`installed ${c.id}`),b(!1),S(),Q.refresh(),Q.push(`/utilities/${c.scope}/${c.id}`)}):void j.oR.error("id and name required"):void j.oR.error("preview first"):void j.oR.error(a.error)},disabled:O,children:O?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(i.A,{className:"h-4 w-4 animate-spin mr-2"}),"Installing…"]}):"Install"})]})]})]})]})}):(0,d.jsxs)(l.$,{onClick:()=>b(!0),variant:"outline",className:"gap-2",children:[(0,d.jsx)(g.A,{className:"h-4 w-4"}),"From MCP"]})}},21820:a=>{"use strict";a.exports=require("os")},22610:(a,b,c)=>{"use strict";c.d(b,{j:()=>e});var d=c(3265);let e=(0,d.createServerReference)("7023eb83f74367f0a71df3d12450747b3299db5304",d.callServer,void 0,d.findSourceMapURL,"removeUtilityAction")},26290:(a,b,c)=>{"use strict";c.d(b,{cn:()=>f});var d=c(83243),e=c(86103);function f(...a){return(0,e.QP)((0,d.$)(a))}},26411:(a,b,c)=>{"use strict";c.d(b,{CuratedGallery:()=>q});var d=c(64173),e=c(17240),f=c(87671),g=c(62261),h=c(69552),i=c(12619),j=c(58405),k=c(44171),l=c(44052),m=c(31041),n=c(42382);c(93193);var o=c(56807);let p={finance:"Финансы",health:"Здоровье",productivity:"Продуктивность",travel:"Путешествия",study:"Учёба",creative:"Творчество",other:"Другое"};function q({installedIds:a,spaces:b}){let c=(0,f.useRouter)(),[q,r]=(0,e.useState)([]),[s,t]=(0,e.useState)(!0),[u,v]=(0,e.useState)(null),[w,x]=(0,e.useState)("all"),[y,z]=(0,e.useTransition)(),[A,B]=(0,e.useState)(null),C=(0,e.useMemo)(()=>{let a=new Set;return q.forEach(b=>a.add(b.category)),["all",...Array.from(a).sort()]},[q]),D="all"===w?q:q.filter(a=>a.category===w),E=(a,d)=>{v(a.id),z(async()=>{let e=a.suggestedScope??"global",f=await (0,o.g)({github:a.github,scope:e,..."project"===e&&d?{rootId:d}:{}});if(v(null),B(null),!f.ok)return void l.oR.error(f.error);let g=d?b.find(a=>a.id===d)?.label:void 0;l.oR.success(`\xab${a.name}\xbb установлено${g?` в \xab${g}\xbb`:""}`),c.refresh()})};return s?(0,d.jsxs)("div",{className:"flex items-center gap-2 text-xs text-muted-foreground",children:[(0,d.jsx)(g.A,{className:"h-3 w-3 animate-spin"}),"Загружаю каталог…"]}):0===q.length?(0,d.jsx)("p",{className:"text-xs text-muted-foreground",children:"Каталог пуст. Можно установить из GitHub вручную (внизу страницы)."}):(0,d.jsxs)("div",{className:"space-y-3",children:[(0,d.jsxs)("div",{className:"flex items-center gap-1.5 flex-wrap",children:[(0,d.jsx)(h.A,{className:"h-3 w-3 text-violet-600"}),(0,d.jsx)("span",{className:"text-[11px] text-muted-foreground mr-2",children:"Категория:"}),C.map(a=>(0,d.jsx)("button",{type:"button",onClick:()=>x(a),className:"rounded-full px-2 py-0.5 text-[11px] "+(w===a?"bg-violet-600 text-white":"border bg-card hover:bg-accent"),children:"all"===a?"Все":p[a]??a},a))]}),(0,d.jsx)("div",{className:"grid gap-3 sm:grid-cols-2 lg:grid-cols-3",children:D.map(c=>{let e=a.has(c.id),f=u===c.id&&y;return(0,d.jsx)(m.Zp,{className:"group",children:(0,d.jsxs)(m.Wu,{className:"pt-4 pb-4 space-y-2",children:[(0,d.jsxs)("div",{className:"flex items-start gap-2",children:[(0,d.jsx)("span",{className:"text-2xl leading-none",children:c.emoji}),(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsx)("div",{className:"font-medium truncate",children:c.name}),(0,d.jsxs)("div",{className:"text-[10px] text-muted-foreground font-mono truncate",children:[c.author?`${c.author}/`:"",c.id]})]}),(0,d.jsx)(n.E,{variant:"outline",className:"text-[10px]",children:p[c.category]??c.category})]}),(0,d.jsx)("p",{className:"text-xs text-muted-foreground line-clamp-2",children:c.description}),(0,d.jsxs)("div",{className:"pt-1",children:[e?(0,d.jsxs)("button",{type:"button",disabled:!0,className:"inline-flex items-center gap-1 rounded border px-2 py-1 text-xs text-emerald-700 cursor-default",children:[(0,d.jsx)(i.A,{className:"h-3 w-3"}),"Установлено"]}):(0,d.jsxs)("button",{type:"button",onClick:()=>"global"===(c.suggestedScope??"global")?void E(c):0===b.length?void l.oR.error("Сначала создай пространство (мастер /onboarding) — утилита привязывается к проекту."):1===b.length?void E(c,b[0].id):void B(a=>a===c.id?null:c.id),disabled:f||y,className:"inline-flex items-center gap-1 rounded bg-violet-600 px-2 py-1 text-xs text-white hover:bg-violet-700 disabled:opacity-50",children:[f?(0,d.jsx)(g.A,{className:"h-3 w-3 animate-spin"}):"project"===c.suggestedScope&&b.length>1?(0,d.jsx)(j.A,{className:"h-3 w-3"}):(0,d.jsx)(k.A,{className:"h-3 w-3"}),"project"===c.suggestedScope&&b.length>1?"В пространство…":"Установить"]}),A===c.id&&(0,d.jsxs)("ul",{className:"mt-2 rounded-md border bg-popover shadow-sm divide-y",children:[b.map(a=>(0,d.jsx)("li",{children:(0,d.jsxs)("button",{type:"button",onClick:()=>E(c,a.id),disabled:f||y,className:"w-full text-left px-2.5 py-1.5 text-xs hover:bg-accent disabled:opacity-50 inline-flex items-center gap-1.5",children:[(0,d.jsx)(k.A,{className:"h-3 w-3 text-violet-600"}),(0,d.jsx)("span",{className:"truncate",children:a.label})]})},a.id)),(0,d.jsx)("li",{children:(0,d.jsx)("button",{type:"button",onClick:()=>B(null),className:"w-full text-left px-2.5 py-1.5 text-[10px] text-muted-foreground hover:bg-accent",children:"Отмена"})})]})]})]})},c.id)})})]})}},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28082:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(42557).A)("Copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]])},28354:a=>{"use strict";a.exports=require("util")},28487:(a,b,c)=>{"use strict";c.d(b,{InstallFromGithubButton:()=>d});let d=(0,c(54491).registerClientReference)(function(){throw Error("Attempted to call InstallFromGithubButton() from the server but InstallFromGithubButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-github-button.tsx","InstallFromGithubButton")},29021:a=>{"use strict";a.exports=require("fs")},29279:(a,b,c)=>{"use strict";c.d(b,{InstallViaAgentButton:()=>d});let d=(0,c(54491).registerClientReference)(function(){throw Error("Attempted to call InstallViaAgentButton() from the server but InstallViaAgentButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-via-agent-button.tsx","InstallViaAgentButton")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31041:(a,b,c)=>{"use strict";c.d(b,{BT:()=>i,Wu:()=>j,ZB:()=>h,Zp:()=>f,aR:()=>g,wL:()=>k});var d=c(64173);c(17240);var e=c(91344);function f({className:a,...b}){return(0,d.jsx)("div",{"data-slot":"card",className:(0,e.cn)("flex flex-col gap-6 rounded-xl border bg-card py-6 text-card-foreground shadow-sm",a),...b})}function g({className:a,...b}){return(0,d.jsx)("div",{"data-slot":"card-header",className:(0,e.cn)("@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-2 px-6 has-data-[slot=card-action]:grid-cols-[1fr_auto] [.border-b]:pb-6",a),...b})}function h({className:a,...b}){return(0,d.jsx)("div",{"data-slot":"card-title",className:(0,e.cn)("leading-none font-semibold",a),...b})}function i({className:a,...b}){return(0,d.jsx)("div",{"data-slot":"card-description",className:(0,e.cn)("text-sm text-muted-foreground",a),...b})}function j({className:a,...b}){return(0,d.jsx)("div",{"data-slot":"card-content",className:(0,e.cn)("px-6",a),...b})}function k({className:a,...b}){return(0,d.jsx)("div",{"data-slot":"card-footer",className:(0,e.cn)("flex items-center px-6 [.border-t]:pt-6",a),...b})}},31421:a=>{"use strict";a.exports=require("node:child_process")},33873:a=>{"use strict";a.exports=require("path")},34100:(a,b,c)=>{"use strict";c.d(b,{InstallFromGithubButton:()=>x});var d=c(64173),e=c(17240),f=c(87671),g=c(42557);let h=(0,g.A)("Github",[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]]);var i=c(66979),j=c(62261);let k=(0,g.A)("ShieldAlert",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]]);var l=c(92047),m=c(74868),n=c(44052),o=c(42382),p=c(20583),q=c(31041),r=c(47071),s=c(80281),t=c(71155),u=c(3265);let v=(0,u.createServerReference)("400f4906db059227810bcf2c1768a77a6b34085c03",u.callServer,void 0,u.findSourceMapURL,"githubPreviewAction"),w=(0,u.createServerReference)("40d4d9589e0215dda459fcdb925582cfb60cc8c23a",u.callServer,void 0,u.findSourceMapURL,"githubInstallAction");function x(){let[a,b]=(0,e.useState)(!1),[c,g]=(0,e.useState)(""),[u,x]=(0,e.useState)(null),[z,A]=(0,e.useState)("global"),[B,C]=(0,e.useTransition)(),[D,E]=(0,e.useTransition)(),F=(0,f.useRouter)();return a?(0,d.jsxs)(q.Zp,{className:"fixed inset-x-4 top-16 z-50 mx-auto max-w-2xl shadow-2xl sm:inset-x-auto sm:right-6",children:[(0,d.jsxs)(q.aR,{className:"flex flex-row items-start justify-between gap-3",children:[(0,d.jsxs)("div",{className:"space-y-1",children:[(0,d.jsxs)(q.ZB,{className:"flex items-center gap-2 text-base",children:[(0,d.jsx)(h,{className:"h-4 w-4"})," Установка из GitHub"]}),(0,d.jsx)("p",{className:"text-xs text-muted-foreground",children:"Утилита будет работать в изолированном iframe. Все её вызовы пройдут через Host API с проверкой разрешений."})]}),(0,d.jsx)(p.$,{size:"icon",variant:"ghost",onClick:()=>{b(!1),x(null),g("")},children:(0,d.jsx)(i.A,{className:"h-4 w-4"})})]}),(0,d.jsxs)(q.Wu,{className:"space-y-4",children:[(0,d.jsxs)("form",{className:"flex gap-2",onSubmit:a=>{a.preventDefault(),c.trim()&&C(async()=>{let a=await v(c.trim());if(!a.ok)return void n.oR.error(a.error);x(a.preview)})},children:[(0,d.jsx)(r.p,{value:c,onChange:a=>g(a.target.value),placeholder:"https://github.com/owner/repo или github:owner/repo@tag",className:"font-mono text-xs"}),(0,d.jsx)(p.$,{type:"submit",disabled:B||!c.trim(),children:B?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(j.A,{className:"mr-2 h-4 w-4 animate-spin"})," Запрос…"]}):"Получить превью"})]}),u&&(0,d.jsxs)("div",{className:"space-y-3 rounded-md border p-4 bg-muted/30",children:[(0,d.jsxs)("div",{className:"flex items-baseline gap-3 flex-wrap",children:[(0,d.jsx)("div",{className:"text-base font-semibold",children:u.manifest.name}),(0,d.jsxs)(o.E,{variant:"outline",className:"font-mono text-[10px]",children:["v",u.manifest.version]}),(0,d.jsxs)(o.E,{variant:"secondary",className:"font-mono text-[10px]",children:["github:",u.source.owner,"/",u.source.repo,"@",u.source.sha.slice(0,7)]})]}),u.manifest.author&&(0,d.jsxs)("p",{className:"text-xs text-muted-foreground",children:["Автор: ",u.manifest.author]}),u.manifest.description&&(0,d.jsx)("p",{className:"text-sm",children:u.manifest.description}),(0,d.jsxs)("div",{children:[(0,d.jsxs)("div",{className:"text-[11px] uppercase tracking-wider text-muted-foreground mb-1 flex items-center gap-1",children:[(0,d.jsx)(k,{className:"h-3 w-3"})," Запрашиваемые разрешения"]}),(0,d.jsx)(y,{permissions:u.manifest.permissions})]}),(0,d.jsxs)("details",{className:"text-xs",children:[(0,d.jsxs)("summary",{className:"cursor-pointer text-muted-foreground",children:["Файлы в репозитории (",Object.keys(u.files).length,")"]}),(0,d.jsx)("ul",{className:"mt-1 font-mono text-[11px] space-y-0.5",children:Object.entries(u.sizes).map(([a,b])=>{var c;return(0,d.jsxs)("li",{className:"flex justify-between gap-3",children:[(0,d.jsx)("span",{className:"truncate",children:a}),(0,d.jsx)("span",{className:"text-muted-foreground shrink-0",children:(c=b)<1024?`${c} B`:c<1048576?`${(c/1024).toFixed(1)} KB`:`${(c/1048576).toFixed(2)} MB`})]},a)})})]}),(0,d.jsxs)("div",{className:"flex items-center gap-3 pt-2 border-t",children:[(0,d.jsxs)("div",{className:"flex-1",children:[(0,d.jsx)(s.J,{className:"text-xs",children:"Куда установить"}),(0,d.jsxs)(t.l6,{value:z,onValueChange:a=>A(a),children:[(0,d.jsx)(t.bq,{className:"mt-1",children:(0,d.jsx)(t.yv,{})}),(0,d.jsxs)(t.gC,{children:[(0,d.jsx)(t.eb,{value:"global",children:"Глобально (~/.reflex/utilities/)"}),(0,d.jsx)(t.eb,{value:"project",disabled:!0,children:"В проект — нужно открыть конкретный проект"})]})]})]}),(0,d.jsx)(p.$,{onClick:()=>{u&&E(async()=>{let a=await w({preview:u,scope:z});if(!a.ok)return void n.oR.error(a.error);n.oR.success(`Установлена: ${a.id}`),b(!1),g(""),x(null),F.refresh()})},disabled:D,size:"lg",className:"self-end",children:D?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(j.A,{className:"mr-2 h-4 w-4 animate-spin"})," Ставим…"]}):(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(l.A,{className:"mr-2 h-4 w-4"})," Установить"]})})]}),(0,d.jsxs)("div",{className:"flex items-start gap-2 text-[11px] text-muted-foreground rounded bg-amber-100/40 border border-amber-200 px-2 py-1.5",children:[(0,d.jsx)(m.A,{className:"h-3 w-3 mt-0.5 shrink-0 text-amber-700"}),(0,d.jsx)("span",{children:"Это код от другого пользователя. Reflex ставит CSP-запрет на прямые сетевые вызовы, но проверь список разрешений выше — особенно домены под web.fetch и kb.write."})]})]})]})]}):(0,d.jsxs)(p.$,{onClick:()=>b(!0),children:[(0,d.jsx)(h,{className:"mr-2 h-4 w-4"})," Установить из GitHub"]})}function y({permissions:a}){let b=[];return(a.llm?.tasks?.length&&b.push({label:`llm: ${a.llm.tasks.join(", ")}`,severity:"info"}),a.kb?.read&&b.push({label:"kb.read",severity:"info"}),a.kb?.write&&b.push({label:"kb.write",severity:"warn"}),a.fs?.sandbox&&b.push({label:"fs (sandbox)",severity:"info"}),a.web?.fetch?.domains?.length&&b.push({label:`web.fetch → ${a.web.fetch.domains.join(", ")}`,severity:"warn"}),a.web?.search&&b.push({label:"web.search",severity:"warn"}),a.audit?.write&&b.push({label:"audit.write",severity:"info"}),a.workers?.enabled&&b.push({label:"workers (server actions)",severity:"danger"}),0===b.length)?(0,d.jsx)("span",{className:"text-xs italic text-muted-foreground",children:"Без разрешений — утилита чисто UI."}):(0,d.jsx)("div",{className:"flex flex-wrap gap-1.5",children:b.map(a=>(0,d.jsx)(o.E,{variant:"outline",className:"danger"===a.severity?"border-destructive text-destructive":"warn"===a.severity?"border-amber-600 text-amber-700":"",children:a.label},a.label))})}},36306:a=>{"use strict";a.exports=import("@tailwindcss/node")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},42382:(a,b,c)=>{"use strict";c.d(b,{E:()=>i});var d=c(64173);c(17240);var e=c(20483),f=c(91520),g=c(91344);let h=(0,e.F)("inline-flex w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded-full border border-transparent px-2 py-0.5 text-xs font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&>svg]:pointer-events-none [&>svg]:size-3",{variants:{variant:{default:"bg-primary text-primary-foreground [a&]:hover:bg-primary/90",secondary:"bg-secondary text-secondary-foreground [a&]:hover:bg-secondary/90",destructive:"bg-destructive text-white focus-visible:ring-destructive/20 dark:bg-destructive/60 dark:focus-visible:ring-destructive/40 [a&]:hover:bg-destructive/90",outline:"border-border text-foreground [a&]:hover:bg-accent [a&]:hover:text-accent-foreground",ghost:"[a&]:hover:bg-accent [a&]:hover:text-accent-foreground",link:"text-primary underline-offset-4 [a&]:hover:underline"}},defaultVariants:{variant:"default"}});function i({className:a,variant:b="default",asChild:c=!1,...e}){let i=c?f.bL:"span";return(0,d.jsx)(i,{"data-slot":"badge","data-variant":b,className:(0,g.cn)(h({variant:b}),a),...e})}},44061:(a,b,c)=>{Promise.resolve().then(c.bind(c,60937)),Promise.resolve().then(c.bind(c,28487)),Promise.resolve().then(c.bind(c,77287)),Promise.resolve().then(c.bind(c,29279)),Promise.resolve().then(c.bind(c,61254)),Promise.resolve().then(c.bind(c,60524)),Promise.resolve().then(c.bind(c,50155)),Promise.resolve().then(c.bind(c,26922)),Promise.resolve().then(c.bind(c,79008)),Promise.resolve().then(c.bind(c,68146)),Promise.resolve().then(c.bind(c,60936)),Promise.resolve().then(c.bind(c,65138)),Promise.resolve().then(c.bind(c,68902)),Promise.resolve().then(c.bind(c,69644)),Promise.resolve().then(c.bind(c,49186)),Promise.resolve().then(c.bind(c,93099)),Promise.resolve().then(c.bind(c,83594)),Promise.resolve().then(c.bind(c,24375)),Promise.resolve().then(c.bind(c,67135)),Promise.resolve().then(c.bind(c,85105)),Promise.resolve().then(c.bind(c,41886)),Promise.resolve().then(c.bind(c,33309)),Promise.resolve().then(c.bind(c,37550)),Promise.resolve().then(c.bind(c,96623)),Promise.resolve().then(c.bind(c,77372)),Promise.resolve().then(c.bind(c,65478)),Promise.resolve().then(c.bind(c,97230)),Promise.resolve().then(c.bind(c,73552)),Promise.resolve().then(c.bind(c,391)),Promise.resolve().then(c.bind(c,4235)),Promise.resolve().then(c.bind(c,41138)),Promise.resolve().then(c.bind(c,60877)),Promise.resolve().then(c.bind(c,7671)),Promise.resolve().then(c.bind(c,5637)),Promise.resolve().then(c.bind(c,36786)),Promise.resolve().then(c.t.bind(c,20594,23))},44171:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(42557).A)("Download",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]])},45477:(a,b,c)=>{"use strict";c.d(b,{T:()=>f});var d=c(64173);c(17240);var e=c(91344);function f({className:a,...b}){return(0,d.jsx)("textarea",{"data-slot":"textarea",className:(0,e.cn)("flex field-sizing-content min-h-16 w-full rounded-md border border-input bg-transparent px-3 py-2 text-base shadow-xs transition-[color,box-shadow] outline-none placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 md:text-sm dark:bg-input/30 dark:aria-invalid:ring-destructive/40",a),...b})}},47071:(a,b,c)=>{"use strict";c.d(b,{p:()=>f});var d=c(64173);c(17240);var e=c(91344);function f({className:a,type:b,...c}){return(0,d.jsx)("input",{type:b,"data-slot":"input",className:(0,e.cn)("h-9 w-full min-w-0 rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm dark:bg-input/30","focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50","aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40",a),...c})}},48161:a=>{"use strict";a.exports=require("node:os")},48938:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(19963).A)("Github",[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]])},51431:(a,b,c)=>{"use strict";c.d(b,{BT:()=>i,Wu:()=>j,ZB:()=>h,Zp:()=>f,aR:()=>g});var d=c(63003);c(34750);var e=c(26290);function f({className:a,...b}){return(0,d.jsx)("div",{"data-slot":"card",className:(0,e.cn)("flex flex-col gap-6 rounded-xl border bg-card py-6 text-card-foreground shadow-sm",a),...b})}function g({className:a,...b}){return(0,d.jsx)("div",{"data-slot":"card-header",className:(0,e.cn)("@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-2 px-6 has-data-[slot=card-action]:grid-cols-[1fr_auto] [.border-b]:pb-6",a),...b})}function h({className:a,...b}){return(0,d.jsx)("div",{"data-slot":"card-title",className:(0,e.cn)("leading-none font-semibold",a),...b})}function i({className:a,...b}){return(0,d.jsx)("div",{"data-slot":"card-description",className:(0,e.cn)("text-sm text-muted-foreground",a),...b})}function j({className:a,...b}){return(0,d.jsx)("div",{"data-slot":"card-content",className:(0,e.cn)("px-6",a),...b})}},51455:a=>{"use strict";a.exports=require("node:fs/promises")},54021:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>E.a,__next_app__:()=>K,handler:()=>M,pages:()=>J,routeModule:()=>L,tree:()=>I});var d=c(61597),e=c(99210),f=c(1082),g=c(15003),h=c(36265),i=c(11817),j=c(45136),k=c(41809),l=c(55745),m=c(88963),n=c(69153),o=c(48343),p=c(15808),q=c(21238),r=c(2555),s=c(261),t=c(34370),u=c(89583),v=c(26713),w=c(53875),x=c(7952),y=c(54532),z=c(80269),A=c(17851),B=c(57865),C=c(86439),D=c(47319),E=c.n(D),F=c(1859),G=c(20498),H={};for(let a in F)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(H[a]=()=>F[a]);c.d(b,H);let I={children:["",{children:["utilities",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,8070)),"/home/runner/work/reflex-agent/reflex-agent/app/utilities/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,79459)),"/home/runner/work/reflex-agent/reflex-agent/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,47319,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,82295,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,91570,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,72845,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,J=["/home/runner/work/reflex-agent/reflex-agent/app/utilities/page.tsx"],K={require:c,loadChunk:()=>Promise.resolve()},L=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/utilities/page",pathname:"/utilities",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:I},distDir:".next",relativeProjectDir:""});async function M(a,b,d){var D;let H="/utilities/page";"/index"===H&&(H="/");let N=(0,h.getRequestMeta)(a,"postponed"),O=(0,h.getRequestMeta)(a,"minimalMode"),P=await L.prepare(a,b,{srcPage:H,multiZoneDraftMode:!1});if(!P)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Q,query:R,params:S,parsedUrl:T,pageIsDynamic:U,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,serverActionsManifest:Y,clientReferenceManifest:Z,subresourceIntegrityManifest:$,prerenderManifest:_,isDraftMode:aa,resolvedPathname:ab,revalidateOnlyGenerated:ac,routerServerContext:ad,nextConfig:ae,interceptionRoutePatterns:af}=P,ag=T.pathname||"/",ah=(0,s.normalizeAppPath)(H),{isOnDemandRevalidate:ai}=P,aj=L.match(ag,_),ak=!!_.routes[ab],al=!!(aj||ak||_.routes[ah]),am=a.headers["user-agent"]||"",an=(0,v.getBotType)(am),ao=(0,q.isHtmlBotRequest)(a),ap=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[u.NEXT_ROUTER_PREFETCH_HEADER],aq=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[u.RSC_HEADER]),ar=(0,t.getIsPossibleServerAction)(a),as=(0,m.checkIsAppPPREnabled)(ae.experimental.ppr)&&(null==(D=_.routes[ah]??_.dynamicRoutes[ah])?void 0:D.renderingMode)==="PARTIALLY_STATIC",at=!1,au=!1,av=as?N:void 0,aw=as&&aq&&!ap,ax=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ay=!am||(0,q.shouldServeStreamingMetadata)(am,ae.htmlLimitedBots);ao&&as&&(al=!1,ay=!1);let az=!0===L.isDev||!al||"string"==typeof N||aw,aA=ao&&as,aB=null;aa||!al||az||ar||av||aw||(aB=ab);let aC=aB;!aC&&L.isDev&&(aC=ab),L.isDev||aa||!al||!aq||aw||(0,k.d)(a.headers);let aD={...F,tree:I,pages:J,GlobalError:E(),handler:M,routeModule:L,__next_app__:K};Y&&Z&&(0,p.setReferenceManifestsSingleton)({page:H,clientReferenceManifest:Z,serverActionsManifest:Y,serverModuleMap:(0,r.createServerModuleMap)({serverActionsManifest:Y})});let aE=a.method||"GET",aF=(0,g.getTracer)(),aG=aF.getActiveScopeSpan();try{let f=L.getVaryHeader(ab,af);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return L.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aF.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aE} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aE} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:R,params:S,page:ah,sharedContext:{buildId:Q},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aD,Component:(0,j.T)(aD),params:S,routeModule:L,page:H,postponed:f,shouldWaitOnAllReady:aA,serveStreamingMetadata:ay,supportsDynamicResponse:"string"==typeof f||az,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,subresourceIntegrityManifest:$,serverActionsManifest:Y,clientReferenceManifest:Z,setIsrStatus:null==ad?void 0:ad.setIsrStatus,dir:c(33873).join(process.cwd(),L.relativeProjectDir),isDraftMode:aa,isRevalidate:al&&!f&&!aw,botType:an,isOnDemandRevalidate:ai,isPossibleServerAction:ar,assetPrefix:ae.assetPrefix,nextConfigOutput:ae.output,crossOrigin:ae.crossOrigin,trailingSlash:ae.trailingSlash,previewProps:_.preview,deploymentId:ae.deploymentId,enableTainting:ae.experimental.taint,htmlLimitedBots:ae.htmlLimitedBots,devtoolSegmentExplorer:ae.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ae.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ae.experimental.cacheLife,basePath:ae.basePath,serverActions:ae.experimental.serverActions,...at?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:at}:{},experimental:{isRoutePPREnabled:as,expireTime:ae.expireTime,staleTimes:ae.experimental.staleTimes,cacheComponents:!!ae.experimental.cacheComponents,clientSegmentCache:!!ae.experimental.clientSegmentCache,clientParamParsing:!!ae.experimental.clientParamParsing,dynamicOnHover:!!ae.experimental.dynamicOnHover,inlineCss:!!ae.experimental.inlineCss,authInterrupts:!!ae.experimental.authInterrupts,clientTraceMetadata:ae.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>L.onRequestError(a,b,d,ad),err:(0,h.getRequestMeta)(a,"invokeError"),dev:L.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[z.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,al&&(null==n?void 0:n.revalidate)===0&&!L.isDev&&!as){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ab}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
|
|
2
|
+
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:w.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},n=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===L.isDev,l=c||b.writableEnded;if(ai&&ac&&!f&&!O)return(null==ad?void 0:ad.render404)?await ad.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(aj&&(j=(0,x.parseFallbackField)(aj.fallback)),j===x.FallbackMode.PRERENDER&&(0,v.isBot)(am)&&(!as||ao)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ai=!0),ai&&(j!==x.FallbackMode.NOT_FOUND||f)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),!O&&j!==x.FallbackMode.BLOCKING_STATIC_RENDER&&aC&&!l&&!aa&&U&&(k||!ak)){let b;if((k||aj)&&j===x.FallbackMode.NOT_FOUND)throw new C.NoFallbackError;if(as&&!aq){let c="string"==typeof(null==aj?void 0:aj.fallback)?aj.fallback:k?ah:null;if(b=await L.handleResponse({cacheKey:c,req:a,nextConfig:ae,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:_,isRoutePPREnabled:as,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||au?(0,o.u)(ah):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let n=ai||g||!av?void 0:av;if(at&&void 0!==n)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:w.CachedRouteKind.PAGES,html:y.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=U&&as&&((0,h.getRequestMeta)(a,"renderFallbackShell")||au)?(0,o.u)(ag):null;return m({span:i,postponed:n,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,o=await L.handleResponse({cacheKey:aB,responseGenerator:a=>n({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ai,isRoutePPREnabled:as,req:a,nextConfig:ae,prerenderManifest:_,waitUntil:d.waitUntil});if(aa&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),L.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!o){if(aB)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=o.value)?void 0:f.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=o.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof o.value.postponed;al&&!aw&&(!p||ap)&&(O||b.setHeader("x-nextjs-cache",ai?"REVALIDATED":o.isMiss?"MISS":o.isStale?"STALE":"HIT"),b.setHeader(u.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=o;if(av)l={revalidate:0,expire:void 0};else if(O&&aq&&!ap&&as)l={revalidate:0,expire:void 0};else if(!L.isDev)if(aa)l={revalidate:0,expire:void 0};else if(al){if(o.cacheControl)if("number"==typeof o.cacheControl.revalidate){if(o.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${o.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:o.cacheControl.revalidate,expire:(null==(j=o.cacheControl)?void 0:j.expire)??ae.expireTime}}else l={revalidate:z.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(o.cacheControl=l,"string"==typeof ax&&(null==q?void 0:q.kind)===w.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[z.NEXT_CACHE_TAGS_HEADER];O&&al&&c&&"string"==typeof c&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(ax);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(d,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.EMPTY,cacheControl:o.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...o,value:{...o.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&av)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(O&&al||delete a[z.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[z.NEXT_CACHE_TAGS_HEADER];if(O&&al&&s&&"string"==typeof s&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,s),!q.status||aq&&as||(b.statusCode=q.status),!O&&q.status&&G.RedirectStatusCode[q.status]&&aq&&(b.statusCode=200),p&&b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"1"),aq&&!aa){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:q.html,cacheControl:aw?{revalidate:0,expire:void 0}:o.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(q.rscData,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl})}let t=q.html;if(!p||O||aq)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:o.cacheControl});if(at)return t.push(new ReadableStream({start(a){a.enqueue(A.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}});let v=new TransformStream;return t.push(v.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(v.writable)}).catch(a=>{v.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}})};if(!aG)return await aF.withPropagatedContext(a.headers,()=>aF.trace(i.BaseServerSpan.handleRequest,{spanName:`${aE} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aE,"http.target":a.url}},p));await p(aG)}catch(b){throw b instanceof C.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:al,isOnDemandRevalidate:ai})},ad),b}}},56807:(a,b,c)=>{"use strict";c.d(b,{g:()=>e});var d=c(3265);let e=(0,d.createServerReference)("40fb59f02e358b555e430fc3390876e456117b1abb",d.callServer,void 0,d.findSourceMapURL,"installCuratedAction")},57075:a=>{"use strict";a.exports=require("node:stream")},59598:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{"00cd2d83814844e1283c9ba1e1c423e61ddf47de12":()=>g.i,"00e0e47a8d18329615142bb067bec3f0f8a2ff16cb":()=>i.Bp,"4004b94298efc15333005b9320b07464f06bc3c084":()=>f.z,"400d51d12215216f88212560005beda5ad7620fb46":()=>h.$z,"400db4e15da3acc3df3f48815dc7cdf9edb50d99d9":()=>i.k_,"400f4906db059227810bcf2c1768a77a6b34085c03":()=>i.QR,"400f8c81914f27c5d8546cd057d9f36ff0bcae8739":()=>i.mR,"4015e0bffd95ecf3c74df7cc8b369a0651e58661c4":()=>i.Zh,"4032ab42fd454a3006bd38a108f93ce6dd32c65a1e":()=>i.Yt,"403f57c294212361496c5a9ea50e46ee54acd13000":()=>i.JR,"4040554654d5edea1128bcf68d7626bb8bd051088a":()=>i.nO,"40666a72ba7136ed91a114ab4f47e7f9d4bc0daca3":()=>e.nY,"4070ed88f38de095d26addcd3ff2c0159378d1a1da":()=>i.Kt,"40939ebfea7436d72cf3d1e0af94f840b0bc73bb3c":()=>h.MU,"409b688b5a310bae92c1556c0243fee7a15cadb469":()=>f.u,"409c8effbefaed45aa73def7d435b9330167f9d049":()=>i.RK,"40c162a66a03d4a646079dd6e77a1e93f7c2022e01":()=>i.b7,"40d4d9589e0215dda459fcdb925582cfb60cc8c23a":()=>i.L_,"40d75f616a66027d5730682fe19f1910b8e73402bf":()=>e.nC,"40e190efd19937a6de23f0cc4efd2cb8ca6ef4b305":()=>i.vv,"40fb59f02e358b555e430fc3390876e456117b1abb":()=>i.gn,"600252a190752f43aa43643959677019accdba5c83":()=>e.L4,"6051e3107875786292470bca9b46ee55d3d1ce7bcf":()=>e.T$,"6085fdd91989747bc73031c5e5853218191211cf79":()=>h.Tc,"609b01efeb645bf501dbb883d7f01e8afab86a8c6e":()=>e.OQ,"700c5aa6aa889cefeab553f8e413ed7ef102ed924a":()=>i.i8,"7023eb83f74367f0a71df3d12450747b3299db5304":()=>i.jf,"702d15b9ace2262ece44db6727e46c6cad833f4ecb":()=>i.QI,"7091b99a789641a5b42e215c5d4df0e01635ea4d0c":()=>e.h$,"70ac02314e6ca01a568db94b9a3ccf46ade9038e8d":()=>i.q_,"78aa2f0aa9b7272a731bab5e297ecdda045a5f8e9d":()=>e.g3});var e=c(13415),f=c(3890),g=c(50995),h=c(15754),i=c(9328),j=a([e,h,i]);[e,h,i]=j.then?(await j)():j,d()}catch(a){d(a)}})},60524:(a,b,c)=>{"use strict";c.d(b,{Separator:()=>d});let d=(0,c(54491).registerClientReference)(function(){throw Error("Attempted to call Separator() from the server but Separator is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/reflex-agent/reflex-agent/components/ui/separator.tsx","Separator")},60937:(a,b,c)=>{"use strict";c.d(b,{CuratedGallery:()=>d});let d=(0,c(54491).registerClientReference)(function(){throw Error("Attempted to call CuratedGallery() from the server but CuratedGallery is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/curated-gallery.tsx","CuratedGallery")},61254:(a,b,c)=>{"use strict";c.d(b,{RemoveUtilityButton:()=>d});let d=(0,c(54491).registerClientReference)(function(){throw Error("Attempted to call RemoveUtilityButton() from the server but RemoveUtilityButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/remove-utility-button.tsx","RemoveUtilityButton")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},66979:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(42557).A)("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]])},67248:(a,b,c)=>{"use strict";c.d(b,{E:()=>i});var d=c(63003);c(34750);var e=c(86209),f=c(65715),g=c(26290);let h=(0,e.F)("inline-flex w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded-full border border-transparent px-2 py-0.5 text-xs font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&>svg]:pointer-events-none [&>svg]:size-3",{variants:{variant:{default:"bg-primary text-primary-foreground [a&]:hover:bg-primary/90",secondary:"bg-secondary text-secondary-foreground [a&]:hover:bg-secondary/90",destructive:"bg-destructive text-white focus-visible:ring-destructive/20 dark:bg-destructive/60 dark:focus-visible:ring-destructive/40 [a&]:hover:bg-destructive/90",outline:"border-border text-foreground [a&]:hover:bg-accent [a&]:hover:text-accent-foreground",ghost:"[a&]:hover:bg-accent [a&]:hover:text-accent-foreground",link:"text-primary underline-offset-4 [a&]:hover:underline"}},defaultVariants:{variant:"default"}});function i({className:a,variant:b="default",asChild:c=!1,...e}){let i=c?f.bL:"span";return(0,d.jsx)(i,{"data-slot":"badge","data-variant":b,className:(0,g.cn)(h({variant:b}),a),...e})}},71152:a=>{"use strict";a.exports=require("esbuild")},71155:(a,b,c)=>{"use strict";c.d(b,{bq:()=>l,eb:()=>n,gC:()=>m,l6:()=>j,yv:()=>k});var d=c(64173);c(17240);var e=c(58405),f=c(12619),g=c(78724),h=c(13976),i=c(91344);function j({...a}){return(0,d.jsx)(h.Root,{"data-slot":"select",...a})}function k({...a}){return(0,d.jsx)(h.Value,{"data-slot":"select-value",...a})}function l({className:a,size:b="default",children:c,...f}){return(0,d.jsxs)(h.Trigger,{"data-slot":"select-trigger","data-size":b,className:(0,i.cn)("flex w-fit items-center justify-between gap-2 rounded-md border border-input bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 data-[placeholder]:text-muted-foreground data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 dark:bg-input/30 dark:hover:bg-input/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 [&_svg:not([class*='text-'])]:text-muted-foreground",a),...f,children:[c,(0,d.jsx)(h.Icon,{asChild:!0,children:(0,d.jsx)(e.A,{className:"size-4 opacity-50"})})]})}function m({className:a,children:b,position:c="item-aligned",align:e="center",...f}){return(0,d.jsx)(h.Portal,{children:(0,d.jsxs)(h.Content,{"data-slot":"select-content",className:(0,i.cn)("relative z-50 max-h-(--radix-select-content-available-height) min-w-[8rem] origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border bg-popover text-popover-foreground shadow-md data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95","popper"===c&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",a),position:c,align:e,...f,children:[(0,d.jsx)(o,{}),(0,d.jsx)(h.Viewport,{className:(0,i.cn)("p-1","popper"===c&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)] scroll-my-1"),children:b}),(0,d.jsx)(p,{})]})})}function n({className:a,children:b,...c}){return(0,d.jsxs)(h.Item,{"data-slot":"select-item",className:(0,i.cn)("relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 [&_svg:not([class*='text-'])]:text-muted-foreground *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2",a),...c,children:[(0,d.jsx)("span",{"data-slot":"select-item-indicator",className:"absolute right-2 flex size-3.5 items-center justify-center",children:(0,d.jsx)(h.ItemIndicator,{children:(0,d.jsx)(f.A,{className:"size-4"})})}),(0,d.jsx)(h.ItemText,{children:b})]})}function o({className:a,...b}){return(0,d.jsx)(h.ScrollUpButton,{"data-slot":"select-scroll-up-button",className:(0,i.cn)("flex cursor-default items-center justify-center py-1",a),...b,children:(0,d.jsx)(g.A,{className:"size-4"})})}function p({className:a,...b}){return(0,d.jsx)(h.ScrollDownButton,{"data-slot":"select-scroll-down-button",className:(0,i.cn)("flex cursor-default items-center justify-center py-1",a),...b,children:(0,d.jsx)(e.A,{className:"size-4"})})}},73024:a=>{"use strict";a.exports=require("node:fs")},73136:a=>{"use strict";a.exports=require("node:url")},75919:a=>{"use strict";a.exports=require("node:worker_threads")},76181:(a,b,c)=>{"use strict";c.d(b,{InstallViaAgentButton:()=>p});var d=c(64173),e=c(17240),f=c(65266),g=c(66979),h=c(12619),i=c(28082),j=c(44052),k=c(20583),l=c(31041),m=c(47071),n=c(80281),o=c(45477);function p(){let[a,b]=(0,e.useState)(!1),[c,p]=(0,e.useState)(""),[r,s]=(0,e.useState)(!1),t=c.trim()?q(c.trim()):q("<github URL here>"),u=async()=>{await navigator.clipboard.writeText(t),s(!0),j.oR.success("Prompt скопирован"),setTimeout(()=>s(!1),1500)};return a?(0,d.jsx)("div",{className:"fixed inset-0 z-50 flex items-start justify-center overflow-y-auto bg-black/30 p-6",children:(0,d.jsxs)(l.Zp,{className:"w-full max-w-2xl",children:[(0,d.jsxs)(l.aR,{className:"flex flex-row items-start justify-between",children:[(0,d.jsxs)("div",{children:[(0,d.jsxs)(l.ZB,{className:"flex items-center gap-2",children:[(0,d.jsx)(f.A,{className:"h-5 w-5"}),"GitHub-репо → Reflex utility (через агента)"]}),(0,d.jsx)("p",{className:"text-xs text-muted-foreground mt-1",children:"Если репо не структурирован как Reflex utility — попроси оркестратора проанализировать его и сгенерировать обёртку."})]}),(0,d.jsx)(k.$,{variant:"ghost",size:"icon",onClick:()=>b(!1),children:(0,d.jsx)(g.A,{className:"h-4 w-4"})})]}),(0,d.jsxs)(l.Wu,{className:"space-y-4",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)(n.J,{children:"GitHub URL"}),(0,d.jsx)(m.p,{value:c,onChange:a=>p(a.target.value),placeholder:"https://github.com/owner/repo"})]}),(0,d.jsxs)("div",{children:[(0,d.jsxs)(n.J,{className:"flex items-center justify-between",children:[(0,d.jsx)("span",{children:"Prompt для агента"}),(0,d.jsxs)(k.$,{size:"sm",variant:"ghost",onClick:u,className:"gap-1",children:[r?(0,d.jsx)(h.A,{className:"h-3 w-3"}):(0,d.jsx)(i.A,{className:"h-3 w-3"}),r?"Скопировано":"Скопировать"]})]}),(0,d.jsx)(o.T,{value:t,readOnly:!0,className:"font-mono text-xs h-64"})]}),(0,d.jsxs)("p",{className:"text-xs text-muted-foreground",children:["Вставь в чат любого проекта (Sidebar → проект → чат). Агент проанализирует репо, придумает thin UI поверх его API/CLI и эмитнет",(0,d.jsx)("code",{className:"font-mono mx-1",children:"<<reflex:utility>>"}),"маркер; установка пройдёт автоматически."]})]})]})}):(0,d.jsxs)(k.$,{onClick:()=>b(!0),variant:"outline",className:"gap-2",children:[(0,d.jsx)(f.A,{className:"h-4 w-4"}),"From GitHub (via agent)"]})}function q(a){return`Преобразуй GitHub-репо ${a} в Reflex-утилиту.
|
|
3
|
+
|
|
4
|
+
Шаги:
|
|
5
|
+
1. Прочитай README репозитория (через web.fetch если есть permission, иначе попроси).
|
|
6
|
+
2. Определи, что это: npm-пакет / CLI / web app / библиотека.
|
|
7
|
+
3. Спроектируй thin Reflex-обёртку:
|
|
8
|
+
- Если это npm-пакет с JS API → util вызывает его через server action (actions/run.ts).
|
|
9
|
+
- Если это CLI → server action exec'ает его, аргументы из UI.
|
|
10
|
+
- Если это web-сервис → util дергает его API через reflex.web.fetch (укажи нужный домен в permissions.web.fetch.domains).
|
|
11
|
+
4. UI — одна-две формы для главного use-case'а; default-export functional component.
|
|
12
|
+
5. Эмить <<reflex:utility>>{...}<</reflex:utility>> с manifest + files.
|
|
13
|
+
|
|
14
|
+
Манифест должен содержать source.origin = "github:${a}", category = подходящая ("dev", "media", "data", "kb", и т.д.), и явные permissions.
|
|
15
|
+
|
|
16
|
+
Не выдумывай API — если не уверен в форме вызова, спроси через <<reflex:question>>.`}},76760:a=>{"use strict";a.exports=require("node:path")},77287:(a,b,c)=>{"use strict";c.d(b,{InstallFromMcpButton:()=>d});let d=(0,c(54491).registerClientReference)(function(){throw Error("Attempted to call InstallFromMcpButton() from the server but InstallFromMcpButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-mcp-button.tsx","InstallFromMcpButton")},77598:a=>{"use strict";a.exports=require("node:crypto")},78474:a=>{"use strict";a.exports=require("node:events")},78724:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(42557).A)("ChevronUp",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]])},78973:(a,b,c)=>{Promise.resolve().then(c.bind(c,26411)),Promise.resolve().then(c.bind(c,34100)),Promise.resolve().then(c.bind(c,19874)),Promise.resolve().then(c.bind(c,76181)),Promise.resolve().then(c.bind(c,82064)),Promise.resolve().then(c.bind(c,68394)),Promise.resolve().then(c.bind(c,51189)),Promise.resolve().then(c.bind(c,66180)),Promise.resolve().then(c.bind(c,75266)),Promise.resolve().then(c.bind(c,14360)),Promise.resolve().then(c.bind(c,6786)),Promise.resolve().then(c.bind(c,44896)),Promise.resolve().then(c.bind(c,14848)),Promise.resolve().then(c.bind(c,53710)),Promise.resolve().then(c.bind(c,30544)),Promise.resolve().then(c.bind(c,13829)),Promise.resolve().then(c.bind(c,90044)),Promise.resolve().then(c.bind(c,57673)),Promise.resolve().then(c.bind(c,97053)),Promise.resolve().then(c.bind(c,43151)),Promise.resolve().then(c.bind(c,12156)),Promise.resolve().then(c.bind(c,71615)),Promise.resolve().then(c.bind(c,4080)),Promise.resolve().then(c.bind(c,87177)),Promise.resolve().then(c.bind(c,87634)),Promise.resolve().then(c.bind(c,6912)),Promise.resolve().then(c.bind(c,13976)),Promise.resolve().then(c.bind(c,18282)),Promise.resolve().then(c.bind(c,20633)),Promise.resolve().then(c.bind(c,61193)),Promise.resolve().then(c.bind(c,66188)),Promise.resolve().then(c.bind(c,66643)),Promise.resolve().then(c.bind(c,81669)),Promise.resolve().then(c.bind(c,39991)),Promise.resolve().then(c.bind(c,54972)),Promise.resolve().then(c.t.bind(c,1056,23))},79428:a=>{"use strict";a.exports=require("buffer")},79646:a=>{"use strict";a.exports=require("child_process")},80281:(a,b,c)=>{"use strict";c.d(b,{J:()=>g});var d=c(64173);c(17240);var e=c(90044),f=c(91344);function g({className:a,...b}){return(0,d.jsx)(e.Root,{"data-slot":"label",className:(0,f.cn)("flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50",a),...b})}},82064:(a,b,c)=>{"use strict";c.d(b,{RemoveUtilityButton:()=>l});var d=c(64173),e=c(17240),f=c(87671),g=c(62261),h=c(97338),i=c(44052),j=c(20583),k=c(22610);function l({scope:a,id:b,name:c,rootId:l}){let[m,n]=(0,e.useTransition)(),o=(0,f.useRouter)();return(0,d.jsx)(j.$,{type:"button",size:"sm",variant:"ghost",disabled:m,onClick:()=>{confirm(`Удалить утилиту "${c}"?
|
|
17
|
+
Код и данные в data/ будут стёрты.`)&&n(async()=>{let c=await (0,k.j)(a,b,l);c.ok?(i.oR.success("Удалено"),o.refresh()):i.oR.error(c.error??"не получилось")})},children:m?(0,d.jsx)(g.A,{className:"h-4 w-4 animate-spin"}):(0,d.jsx)(h.A,{className:"h-4 w-4 text-muted-foreground"})})}},84913:(a,b,c)=>{"use strict";c.d(b,{$:()=>i});var d=c(63003);c(34750);var e=c(86209),f=c(65715),g=c(26290);let h=(0,e.F)("inline-flex shrink-0 items-center justify-center gap-2 rounded-md text-sm font-medium whitespace-nowrap transition-all outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:bg-destructive/60 dark:focus-visible:ring-destructive/40",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",xs:"h-6 gap-1 rounded-md px-2 text-xs has-[>svg]:px-1.5 [&_svg:not([class*='size-'])]:size-3",sm:"h-8 gap-1.5 rounded-md px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-xs":"size-6 rounded-md [&_svg:not([class*='size-'])]:size-3","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function i({className:a,variant:b="default",size:c="default",asChild:e=!1,...i}){let j=e?f.bL:"button";return(0,d.jsx)(j,{"data-slot":"button","data-variant":b,"data-size":c,className:(0,g.cn)(h({variant:b,size:c,className:a})),...i})}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},92047:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(42557).A)("ShieldCheck",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]])},93193:(a,b,c)=>{"use strict";c.d(b,{B:()=>e});var d=c(3265);let e=(0,d.createServerReference)("00e0e47a8d18329615142bb067bec3f0f8a2ff16cb",d.callServer,void 0,d.findSourceMapURL,"listCuratedAction")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[9803,2356,8404,9739,5895,1105,133,9861,9328],()=>b(b.s=54021));module.exports=c})();
|