reflex-agent 0.19.0 → 0.19.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 -1
- package/.next/app-build-manifest.json +96 -94
- package/.next/app-path-routes-manifest.json +9 -9
- package/.next/build-manifest.json +5 -5
- package/.next/prerender-manifest.json +3 -3
- package/.next/react-loadable-manifest.json +1 -1
- package/.next/server/app/_not-found/page.js +1 -1
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/agents/[agentId]/page.js +1 -1
- package/.next/server/app/agents/[agentId]/page.js.nft.json +1 -1
- package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route.js +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/images/[rootId]/[file]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/oauth/callback/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/oauth/start/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/attachments/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js +2 -2
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route.js +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route.js.nft.json +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route.js +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host/route.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/install-archive/route_client-reference-manifest.js +1 -1
- package/.next/server/app/audit/page.js +2 -2
- package/.next/server/app/audit/page.js.nft.json +1 -1
- package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
- package/.next/server/app/dispatcher/page.js +1 -1
- package/.next/server/app/dispatcher/page.js.nft.json +1 -1
- package/.next/server/app/dispatcher/page_client-reference-manifest.js +1 -1
- package/.next/server/app/onboarding/page.js +2 -2
- package/.next/server/app/onboarding/page.js.nft.json +1 -1
- package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/memory/page.js +1 -1
- package/.next/server/app/roots/[id]/memory/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/memory/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/page.js +6 -6
- package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/workflows/page.js +2 -2
- package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/new/page.js +4 -4
- package/.next/server/app/roots/new/page.js.nft.json +1 -1
- package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page.js +6 -6
- package/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/file/page.js +2 -2
- package/.next/server/app/share/[id]/file/page.js.nft.json +1 -1
- package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/page.js +2 -2
- package/.next/server/app/share/[id]/page.js.nft.json +1 -1
- package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
- package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
- package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/utilities/page.js +2 -2
- package/.next/server/app/utilities/page.js.nft.json +1 -1
- package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +9 -9
- package/.next/server/chunks/1116.js +1 -1
- package/.next/server/chunks/127.js +1 -0
- package/.next/server/chunks/1437.js +1 -0
- package/.next/server/chunks/1960.js +1 -1
- package/.next/server/chunks/2485.js +2 -2
- package/.next/server/chunks/285.js +5 -5
- package/.next/server/chunks/316.js +1 -0
- package/.next/server/chunks/3236.js +1 -0
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/3474.js +2 -2
- package/.next/server/chunks/3631.js +1 -1
- package/.next/server/chunks/383.js +80 -1
- package/.next/server/chunks/4031.js +2 -2
- package/.next/server/chunks/412.js +4 -0
- package/.next/server/chunks/4230.js +1 -1
- package/.next/server/chunks/4639.js +1 -1
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/6483.js +1 -1
- package/.next/server/chunks/8609.js +3 -3
- package/.next/server/chunks/8845.js +1 -0
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9579.js +1 -1
- package/.next/server/chunks/9744.js +3 -0
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/1607-15c6d55d9e53ff93.js +1 -0
- package/.next/static/chunks/3087-89315a04ad02f248.js +1 -0
- package/.next/static/chunks/4108.94b29b464eb76def.js +1 -0
- package/.next/static/chunks/434-111636f3d1607ae6.js +1 -0
- package/.next/static/chunks/5906-b510bcfd22b3cb54.js +1 -0
- package/.next/static/chunks/8275-b0235bf4164f80c8.js +1 -0
- package/.next/static/chunks/app/layout-ff235b86ba1c2051.js +1 -0
- package/.next/static/chunks/app/onboarding/{page-b1b1e6a4467ed781.js → page-2d69151514462c2f.js} +1 -1
- package/.next/static/chunks/app/page-bf7e4b271092499e.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-99b5fd894d818407.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-1770f40a6ebbe963.js +1 -0
- package/.next/static/chunks/app/roots/[id]/memory/{page-1f6bc3a624b141a5.js → page-d9df1020e2518e08.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/page-5dbe59ec1a056767.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-24f3dbbc8c66fe66.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/page-d8a1dfdf2ae79306.js +1 -0
- package/.next/static/chunks/app/roots/new/page-29d4085ff97398aa.js +1 -0
- package/.next/static/chunks/app/settings/page-375f180a307b7982.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-5802433c7b5b4a5b.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-d2f2cf9a1d829587.js +1 -0
- package/.next/static/chunks/app/utilities/page-87a36f10ea33d4fc.js +1 -0
- package/.next/static/chunks/{webpack-88066a85eb2d605f.js → webpack-a39957c5072b4303.js} +1 -1
- package/.next/static/css/749ec7b5594bd012.css +1 -0
- package/.next/trace +116 -116
- package/LICENSE +21 -0
- package/README.md +105 -84
- package/package.json +1 -1
- package/.next/server/chunks/2764.js +0 -80
- package/.next/server/chunks/4294.js +0 -1
- package/.next/server/chunks/6970.js +0 -1
- package/.next/server/chunks/8032.js +0 -3
- package/.next/server/chunks/832.js +0 -1
- package/.next/server/chunks/8583.js +0 -4
- package/.next/static/chunks/3363-f417b308a8cd156d.js +0 -1
- package/.next/static/chunks/3695-3576767108de7f38.js +0 -1
- package/.next/static/chunks/4108.19abaa6d618295ed.js +0 -1
- package/.next/static/chunks/5933-4013a6dab4565b5e.js +0 -1
- package/.next/static/chunks/7552-def8a17828891c8c.js +0 -1
- package/.next/static/chunks/app/layout-baad68d32b917b8f.js +0 -1
- package/.next/static/chunks/app/page-556a2139313c3c71.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-52223811258d07b2.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-0df769f27549cd16.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-17493991b2d391b3.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-a21fe3541418a80a.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/page-0952e5fb53d53c3e.js +0 -1
- package/.next/static/chunks/app/roots/new/page-4f571184c1856103.js +0 -1
- package/.next/static/chunks/app/settings/page-8c0ad1c1856da988.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-b27a0bc7b9c6cda9.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-0fe4c377098064d5.js +0 -1
- package/.next/static/chunks/app/utilities/page-445933dcd5a500ae.js +0 -1
- package/.next/static/css/eef5a7cce3f3a4b3.css +0 -1
- /package/.next/static/{EXoiX_YvMRCB6oNXqJnaz → pJmMEuKKdWVEE__TmxHJk}/_buildManifest.js +0 -0
- /package/.next/static/{EXoiX_YvMRCB6oNXqJnaz → pJmMEuKKdWVEE__TmxHJk}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/utilities/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1509":{"*":{"id":"84440","name":"*","chunks":[],"async":false}},"2018":{"*":{"id":"4080","name":"*","chunks":[],"async":false}},"2604":{"*":{"id":"66188","name":"*","chunks":[],"async":false}},"5427":{"*":{"id":"13582","name":"*","chunks":[],"async":false}},"5922":{"*":{"id":"23877","name":"*","chunks":[],"async":false}},"6287":{"*":{"id":"53869","name":"*","chunks":[],"async":false}},"7000":{"*":{"id":"12760","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}},"15361":{"*":{"id":"17510","name":"*","chunks":[],"async":false}},"16225":{"*":{"id":"21393","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}},"21093":{"*":{"id":"54960","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}},"24276":{"*":{"id":"79992","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}},"29464":{"*":{"id":"92762","name":"*","chunks":[],"async":false}},"29831":{"*":{"id":"59325","name":"*","chunks":[],"async":false}},"30945":{"*":{"id":"11739","name":"*","chunks":[],"async":false}},"31462":{"*":{"id":"49121","name":"*","chunks":[],"async":false}},"33513":{"*":{"id":"90656","name":"*","chunks":[],"async":false}},"33705":{"*":{"id":"63921","name":"*","chunks":[],"async":false}},"33976":{"*":{"id":"90044","name":"*","chunks":[],"async":false}},"33980":{"*":{"id":"9117","name":"*","chunks":[],"async":false}},"36998":{"*":{"id":"52920","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}},"41923":{"*":{"id":"43151","name":"*","chunks":[],"async":false}},"42713":{"*":{"id":"24985","name":"*","chunks":[],"async":false}},"43450":{"*":{"id":"99668","name":"*","chunks":[],"async":false}},"46109":{"*":{"id":"65597","name":"*","chunks":[],"async":false}},"47155":{"*":{"id":"3030","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}},"52713":{"*":{"id":"54225","name":"*","chunks":[],"async":false}},"53443":{"*":{"id":"85767","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}},"58157":{"*":{"id":"6997","name":"*","chunks":[],"async":false}},"58610":{"*":{"id":"36422","name":"*","chunks":[],"async":false}},"59487":{"*":{"id":"26411","name":"*","chunks":[],"async":false}},"63739":{"*":{"id":"13829","name":"*","chunks":[],"async":false}},"65566":{"*":{"id":"20953","name":"*","chunks":[],"async":false}},"67854":{"*":{"id":"53710","name":"*","chunks":[],"async":false}},"68320":{"*":{"id":"91869","name":"*","chunks":[],"async":false}},"69050":{"*":{"id":"30544","name":"*","chunks":[],"async":false}},"73868":{"*":{"id":"12156","name":"*","chunks":[],"async":false}},"83593":{"*":{"id":"90131","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}},"89061":{"*":{"id":"89343","name":"*","chunks":[],"async":false}},"89146":{"*":{"id":"44896","name":"*","chunks":[],"async":false}},"91074":{"*":{"id":"68394","name":"*","chunks":[],"async":false}},"93386":{"*":{"id":"55616","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":5427,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","9411","static/chunks/9411-af5f758c57741929.js","951","static/chunks/951-5ff2aaad965fedb7.js","7177","static/chunks/app/layout-baad68d32b917b8f.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/globals.css":{"id":60290,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","9411","static/chunks/9411-af5f758c57741929.js","951","static/chunks/951-5ff2aaad965fedb7.js","7177","static/chunks/app/layout-baad68d32b917b8f.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/components/ui/sonner.tsx":{"id":43450,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","9411","static/chunks/9411-af5f758c57741929.js","951","static/chunks/951-5ff2aaad965fedb7.js","7177","static/chunks/app/layout-baad68d32b917b8f.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/next-intl@4.12.0_next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6__react@19.2.6_typescript@6.0.3/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js":{"id":52713,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","9411","static/chunks/9411-af5f758c57741929.js","951","static/chunks/951-5ff2aaad965fedb7.js","7177","static/chunks/app/layout-baad68d32b917b8f.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","2038","static/chunks/2038-0849f9c03cc8d6ab.js","7552","static/chunks/7552-def8a17828891c8c.js","8974","static/chunks/app/page-556a2139313c3c71.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/onboarding/_components/wizard.tsx":{"id":68320,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/new/_components/directory-picker.tsx":{"id":29464,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/settings/_components/settings-form.tsx":{"id":7000,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/utility-iframe.tsx":{"id":33513,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/share/_components/readonly-widget.tsx":{"id":58610,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/share/_components/share-auth-form.tsx":{"id":15361,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/share-button.tsx":{"id":65566,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/[scope]/[id]/_components/manifest-panel.tsx":{"id":21093,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/[scope]/[id]/_components/utility-frame.tsx":{"id":49833,"name":"*","chunks":[],"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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-archive-button.tsx":{"id":36998,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-github-button.tsx":{"id":33980,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-mcp-button.tsx":{"id":31462,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-445933dcd5a500ae.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/chat/[topicId]/_components/chat-view.tsx":{"id":58157,"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":93386,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/kb/insert-image-button.tsx":{"id":30945,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/root-viewer.tsx":{"id":1509,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/workflows/_components/workflow-row.tsx":{"id":47155,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/remove-root-button.tsx":{"id":24276,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/add-utility-button.tsx":{"id":29831,"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":5922,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/run-init-button.tsx":{"id":53443,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/workflows/[wfId]/_components/workflow-editor.tsx":{"id":83593,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/memory/memory-editor.tsx":{"id":42713,"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/eef5a7cce3f3a4b3.css"}],"/home/runner/work/reflex-agent/reflex-agent/app/page":[],"/home/runner/work/reflex-agent/reflex-agent/app/utilities/page":[]},"rscModuleMapping":{"1509":{"*":{"id":"68334","name":"*","chunks":[],"async":false}},"2018":{"*":{"id":"37550","name":"*","chunks":[],"async":false}},"2604":{"*":{"id":"41138","name":"*","chunks":[],"async":false}},"5427":{"*":{"id":"30849","name":"*","chunks":[],"async":false}},"5922":{"*":{"id":"64845","name":"*","chunks":[],"async":false}},"6287":{"*":{"id":"47319","name":"*","chunks":[],"async":false}},"7000":{"*":{"id":"71903","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}},"15361":{"*":{"id":"41664","name":"*","chunks":[],"async":false}},"16225":{"*":{"id":"60231","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}},"21093":{"*":{"id":"11255","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}},"24276":{"*":{"id":"62109","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}},"29464":{"*":{"id":"87628","name":"*","chunks":[],"async":false}},"29831":{"*":{"id":"574","name":"*","chunks":[],"async":false}},"30945":{"*":{"id":"86673","name":"*","chunks":[],"async":false}},"31462":{"*":{"id":"77287","name":"*","chunks":[],"async":false}},"33513":{"*":{"id":"73478","name":"*","chunks":[],"async":false}},"33705":{"*":{"id":"75751","name":"*","chunks":[],"async":false}},"33976":{"*":{"id":"83594","name":"*","chunks":[],"async":false}},"33980":{"*":{"id":"28487","name":"*","chunks":[],"async":false}},"36998":{"*":{"id":"72646","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}},"41923":{"*":{"id":"85105","name":"*","chunks":[],"async":false}},"42713":{"*":{"id":"45765","name":"*","chunks":[],"async":false}},"43450":{"*":{"id":"95422","name":"*","chunks":[],"async":false}},"46109":{"*":{"id":"73671","name":"*","chunks":[],"async":false}},"47155":{"*":{"id":"12340","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}},"52713":{"*":{"id":"11935","name":"*","chunks":[],"async":false}},"53443":{"*":{"id":"770","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}},"58157":{"*":{"id":"32471","name":"*","chunks":[],"async":false}},"58610":{"*":{"id":"24644","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}},"65566":{"*":{"id":"16805","name":"*","chunks":[],"async":false}},"67854":{"*":{"id":"69644","name":"*","chunks":[],"async":false}},"68320":{"*":{"id":"22660","name":"*","chunks":[],"async":false}},"69050":{"*":{"id":"49186","name":"*","chunks":[],"async":false}},"73868":{"*":{"id":"41886","name":"*","chunks":[],"async":false}},"83593":{"*":{"id":"91334","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}},"89061":{"*":{"id":"56925","name":"*","chunks":[],"async":false}},"89146":{"*":{"id":"65138","name":"*","chunks":[],"async":false}},"91074":{"*":{"id":"60524","name":"*","chunks":[],"async":false}},"93386":{"*":{"id":"4396","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":{}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/utilities/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"448":{"*":{"id":"13439","name":"*","chunks":[],"async":false}},"2018":{"*":{"id":"4080","name":"*","chunks":[],"async":false}},"2604":{"*":{"id":"66188","name":"*","chunks":[],"async":false}},"4941":{"*":{"id":"56659","name":"*","chunks":[],"async":false}},"6287":{"*":{"id":"53869","name":"*","chunks":[],"async":false}},"7467":{"*":{"id":"58270","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}},"15364":{"*":{"id":"88765","name":"*","chunks":[],"async":false}},"16225":{"*":{"id":"21393","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}},"24909":{"*":{"id":"7655","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}},"29720":{"*":{"id":"14241","name":"*","chunks":[],"async":false}},"30613":{"*":{"id":"69619","name":"*","chunks":[],"async":false}},"33705":{"*":{"id":"63921","name":"*","chunks":[],"async":false}},"33976":{"*":{"id":"90044","name":"*","chunks":[],"async":false}},"36998":{"*":{"id":"52920","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}},"41923":{"*":{"id":"43151","name":"*","chunks":[],"async":false}},"43087":{"*":{"id":"62298","name":"*","chunks":[],"async":false}},"43450":{"*":{"id":"99668","name":"*","chunks":[],"async":false}},"44455":{"*":{"id":"52224","name":"*","chunks":[],"async":false}},"45194":{"*":{"id":"5085","name":"*","chunks":[],"async":false}},"46109":{"*":{"id":"65597","name":"*","chunks":[],"async":false}},"48572":{"*":{"id":"82064","name":"*","chunks":[],"async":false}},"48835":{"*":{"id":"14694","name":"*","chunks":[],"async":false}},"49455":{"*":{"id":"81669","name":"*","chunks":[],"async":false}},"49833":{"*":{"id":"5147","name":"*","chunks":[],"async":false}},"52713":{"*":{"id":"54225","name":"*","chunks":[],"async":false}},"53362":{"*":{"id":"98515","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}},"58157":{"*":{"id":"6997","name":"*","chunks":[],"async":false}},"58610":{"*":{"id":"36422","name":"*","chunks":[],"async":false}},"59415":{"*":{"id":"56536","name":"*","chunks":[],"async":false}},"59487":{"*":{"id":"26411","name":"*","chunks":[],"async":false}},"61957":{"*":{"id":"33788","name":"*","chunks":[],"async":false}},"63739":{"*":{"id":"13829","name":"*","chunks":[],"async":false}},"67327":{"*":{"id":"9365","name":"*","chunks":[],"async":false}},"67854":{"*":{"id":"53710","name":"*","chunks":[],"async":false}},"69050":{"*":{"id":"30544","name":"*","chunks":[],"async":false}},"70692":{"*":{"id":"91636","name":"*","chunks":[],"async":false}},"73868":{"*":{"id":"12156","name":"*","chunks":[],"async":false}},"78804":{"*":{"id":"13262","name":"*","chunks":[],"async":false}},"81748":{"*":{"id":"20565","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}},"86670":{"*":{"id":"34131","name":"*","chunks":[],"async":false}},"88744":{"*":{"id":"46691","name":"*","chunks":[],"async":false}},"89061":{"*":{"id":"89343","name":"*","chunks":[],"async":false}},"89146":{"*":{"id":"44896","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":61957,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","9411","static/chunks/9411-af5f758c57741929.js","951","static/chunks/951-5ff2aaad965fedb7.js","7177","static/chunks/app/layout-ff235b86ba1c2051.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/globals.css":{"id":60290,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","9411","static/chunks/9411-af5f758c57741929.js","951","static/chunks/951-5ff2aaad965fedb7.js","7177","static/chunks/app/layout-ff235b86ba1c2051.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/components/ui/sonner.tsx":{"id":43450,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","9411","static/chunks/9411-af5f758c57741929.js","951","static/chunks/951-5ff2aaad965fedb7.js","7177","static/chunks/app/layout-ff235b86ba1c2051.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/node_modules/.pnpm/next-intl@4.12.0_next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6__react@19.2.6_typescript@6.0.3/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js":{"id":52713,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","9411","static/chunks/9411-af5f758c57741929.js","951","static/chunks/951-5ff2aaad965fedb7.js","7177","static/chunks/app/layout-ff235b86ba1c2051.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","2038","static/chunks/2038-0849f9c03cc8d6ab.js","434","static/chunks/434-111636f3d1607ae6.js","8974","static/chunks/app/page-bf7e4b271092499e.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/onboarding/_components/wizard.tsx":{"id":59415,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/new/_components/directory-picker.tsx":{"id":48835,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/settings/_components/settings-form.tsx":{"id":53362,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/utility-iframe.tsx":{"id":43087,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/share/_components/readonly-widget.tsx":{"id":58610,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/share/_components/share-auth-form.tsx":{"id":45194,"name":"*","chunks":[],"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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-archive-button.tsx":{"id":36998,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-github-button.tsx":{"id":67327,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-mcp-button.tsx":{"id":15364,"name":"*","chunks":["4400","static/chunks/4400-cdb1f7913ae34e09.js","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.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","4678","static/chunks/4678-15402b9832b27389.js","9776","static/chunks/9776-e3882c1c63293e0a.js","6785","static/chunks/6785-9a72b10489bc9c60.js","3335","static/chunks/3335-5647a38ab2cfa88d.js","9411","static/chunks/9411-af5f758c57741929.js","8997","static/chunks/app/utilities/page-87a36f10ea33d4fc.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/share-button.tsx":{"id":448,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/[scope]/[id]/_components/manifest-panel.tsx":{"id":24909,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/[scope]/[id]/_components/utility-frame.tsx":{"id":49833,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/chat/[topicId]/_components/chat-view.tsx":{"id":58157,"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":81748,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/kb/insert-image-button.tsx":{"id":44455,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/root-viewer.tsx":{"id":29720,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/workflows/[wfId]/_components/workflow-editor.tsx":{"id":30613,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/remove-root-button.tsx":{"id":86670,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/add-utility-button.tsx":{"id":88744,"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":78804,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/run-init-button.tsx":{"id":7467,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/workflows/_components/workflow-row.tsx":{"id":4941,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/memory/memory-editor.tsx":{"id":70692,"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/749ec7b5594bd012.css"}],"/home/runner/work/reflex-agent/reflex-agent/app/page":[],"/home/runner/work/reflex-agent/reflex-agent/app/utilities/page":[]},"rscModuleMapping":{"448":{"*":{"id":"16805","name":"*","chunks":[],"async":false}},"2018":{"*":{"id":"37550","name":"*","chunks":[],"async":false}},"2604":{"*":{"id":"41138","name":"*","chunks":[],"async":false}},"4941":{"*":{"id":"12340","name":"*","chunks":[],"async":false}},"6287":{"*":{"id":"47319","name":"*","chunks":[],"async":false}},"7467":{"*":{"id":"770","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}},"15364":{"*":{"id":"77287","name":"*","chunks":[],"async":false}},"16225":{"*":{"id":"60231","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}},"24909":{"*":{"id":"11255","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}},"29720":{"*":{"id":"68334","name":"*","chunks":[],"async":false}},"30613":{"*":{"id":"91334","name":"*","chunks":[],"async":false}},"33705":{"*":{"id":"75751","name":"*","chunks":[],"async":false}},"33976":{"*":{"id":"83594","name":"*","chunks":[],"async":false}},"36998":{"*":{"id":"72646","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}},"41923":{"*":{"id":"85105","name":"*","chunks":[],"async":false}},"43087":{"*":{"id":"73478","name":"*","chunks":[],"async":false}},"43450":{"*":{"id":"95422","name":"*","chunks":[],"async":false}},"44455":{"*":{"id":"86673","name":"*","chunks":[],"async":false}},"45194":{"*":{"id":"41664","name":"*","chunks":[],"async":false}},"46109":{"*":{"id":"73671","name":"*","chunks":[],"async":false}},"48572":{"*":{"id":"61254","name":"*","chunks":[],"async":false}},"48835":{"*":{"id":"87628","name":"*","chunks":[],"async":false}},"49455":{"*":{"id":"7671","name":"*","chunks":[],"async":false}},"49833":{"*":{"id":"22137","name":"*","chunks":[],"async":false}},"52713":{"*":{"id":"11935","name":"*","chunks":[],"async":false}},"53362":{"*":{"id":"71903","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}},"58157":{"*":{"id":"32471","name":"*","chunks":[],"async":false}},"58610":{"*":{"id":"24644","name":"*","chunks":[],"async":false}},"59415":{"*":{"id":"22660","name":"*","chunks":[],"async":false}},"59487":{"*":{"id":"60937","name":"*","chunks":[],"async":false}},"60290":{"*":{"id":"44427","name":"*","chunks":[],"async":false}},"61957":{"*":{"id":"30849","name":"*","chunks":[],"async":false}},"63739":{"*":{"id":"93099","name":"*","chunks":[],"async":false}},"67327":{"*":{"id":"28487","name":"*","chunks":[],"async":false}},"67854":{"*":{"id":"69644","name":"*","chunks":[],"async":false}},"69050":{"*":{"id":"49186","name":"*","chunks":[],"async":false}},"70692":{"*":{"id":"45765","name":"*","chunks":[],"async":false}},"73868":{"*":{"id":"41886","name":"*","chunks":[],"async":false}},"78804":{"*":{"id":"64845","name":"*","chunks":[],"async":false}},"81748":{"*":{"id":"4396","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}},"86670":{"*":{"id":"62109","name":"*","chunks":[],"async":false}},"88744":{"*":{"id":"574","name":"*","chunks":[],"async":false}},"89061":{"*":{"id":"56925","name":"*","chunks":[],"async":false}},"89146":{"*":{"id":"65138","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":{}}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "app/_not-found/page.js",
|
|
3
3
|
"/api/images/[rootId]/[file]/route": "app/api/images/[rootId]/[file]/route.js",
|
|
4
|
-
"/api/oauth/callback/route": "app/api/oauth/callback/route.js",
|
|
5
4
|
"/api/oauth/start/route": "app/api/oauth/start/route.js",
|
|
5
|
+
"/api/oauth/callback/route": "app/api/oauth/callback/route.js",
|
|
6
|
+
"/api/roots/[id]/chat/[topicId]/send/route": "app/api/roots/[id]/chat/[topicId]/send/route.js",
|
|
6
7
|
"/api/agents/[agentId]/respond/route": "app/api/agents/[agentId]/respond/route.js",
|
|
7
8
|
"/api/roots/[id]/chat/[topicId]/stop/route": "app/api/roots/[id]/chat/[topicId]/stop/route.js",
|
|
8
|
-
"/api/roots/[id]/chat/[topicId]/send/route": "app/api/roots/[id]/chat/[topicId]/send/route.js",
|
|
9
9
|
"/api/roots/[id]/dashboard/route": "app/api/roots/[id]/dashboard/route.js",
|
|
10
|
-
"/api/roots/[id]/attachments/route": "app/api/roots/[id]/attachments/route.js",
|
|
11
10
|
"/api/roots/[id]/suggestions/route": "app/api/roots/[id]/suggestions/route.js",
|
|
12
|
-
"/api/roots/[id]/chat/[topicId]/stream/route": "app/api/roots/[id]/chat/[topicId]/stream/route.js",
|
|
13
11
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": "app/api/utilities/[scope]/[id]/host-api.mjs/route.js",
|
|
14
12
|
"/api/utilities/[scope]/[id]/bundle.js/route": "app/api/utilities/[scope]/[id]/bundle.js/route.js",
|
|
15
13
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": "app/api/utilities/[scope]/[id]/host-ui.mjs/route.js",
|
|
16
|
-
"/api/
|
|
14
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": "app/api/roots/[id]/chat/[topicId]/stream/route.js",
|
|
17
15
|
"/api/utilities/[scope]/[id]/host/route": "app/api/utilities/[scope]/[id]/host/route.js",
|
|
18
|
-
"/api/utilities/[scope]/[id]/
|
|
16
|
+
"/api/utilities/[scope]/[id]/style.css/route": "app/api/utilities/[scope]/[id]/style.css/route.js",
|
|
19
17
|
"/api/utilities/install-archive/route": "app/api/utilities/install-archive/route.js",
|
|
18
|
+
"/api/utilities/[scope]/[id]/iframe/route": "app/api/utilities/[scope]/[id]/iframe/route.js",
|
|
19
|
+
"/api/roots/[id]/attachments/route": "app/api/roots/[id]/attachments/route.js",
|
|
20
20
|
"/agents/[agentId]/page": "app/agents/[agentId]/page.js",
|
|
21
21
|
"/page": "app/page.js",
|
|
22
22
|
"/dispatcher/page": "app/dispatcher/page.js",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"/share/[id]/file/page": "app/share/[id]/file/page.js",
|
|
27
27
|
"/audit/page": "app/audit/page.js",
|
|
28
28
|
"/share/[id]/page": "app/share/[id]/page.js",
|
|
29
|
-
"/utilities/[scope]/[id]/page": "app/utilities/[scope]/[id]/page.js",
|
|
30
29
|
"/utilities/page": "app/utilities/page.js",
|
|
30
|
+
"/utilities/[scope]/[id]/page": "app/utilities/[scope]/[id]/page.js",
|
|
31
31
|
"/roots/[id]/chat/[topicId]/page": "app/roots/[id]/chat/[topicId]/page.js",
|
|
32
32
|
"/roots/[id]/kb/[...slug]/page": "app/roots/[id]/kb/[...slug]/page.js",
|
|
33
|
-
"/roots/[id]/workflows/page": "app/roots/[id]/workflows/page.js",
|
|
34
|
-
"/roots/[id]/page": "app/roots/[id]/page.js",
|
|
35
33
|
"/roots/[id]/workflows/[wfId]/page": "app/roots/[id]/workflows/[wfId]/page.js",
|
|
34
|
+
"/roots/[id]/page": "app/roots/[id]/page.js",
|
|
35
|
+
"/roots/[id]/workflows/page": "app/roots/[id]/workflows/page.js",
|
|
36
36
|
"/roots/[id]/memory/page": "app/roots/[id]/memory/page.js"
|
|
37
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
exports.id=1116,exports.ids=[1116,1960,9579],exports.modules={29579:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.d(b,{runServerAction:()=>m});var e=c(75919),f=c(76760),g=c.n(f),h=c(73136),i=c(47300),j=c(62485),k=c(25475),l=a([i,j]);async function m(a){let b=(0,i.actionBundlePath)(a.utility.dir,a.action.name),c=(0,h.pathToFileURL)(b).toString(),d=function(){let a="lib/server/utilities/worker-bootstrap.js",b=process.env.REFLEX_PKG_ROOT;if(b)return g().resolve(b,a);let c=null;try{c=95679}catch{}return"string"==typeof c&&g().isAbsolute(c)?c:g().resolve(process.cwd(),a)}();return new Promise((b,f)=>{let g=new e.Worker(d,{workerData:{bundleUrl:c,actionName:a.action.name,utilityId:a.utility.manifest.id,scope:a.utility.scope},env:{},eval:!1,resourceLimits:{maxOldGenerationSizeMb:256,maxYoungGenerationSizeMb:64}}),h=!1,i=(c,d,e)=>{h||(h=!0,clearTimeout(l),g.removeAllListeners(),g.terminate().catch(()=>{}),c?((0,k.u0)({ts:new Date().toISOString(),utilityId:a.utility.manifest.id,scope:a.utility.scope,channel:"worker",method:`action:${a.action.name}`,phase:"end",correlationId:a.parentCorrelationId??"(detached)",error:e??c.message}),f(c)):b(d))},l=setTimeout(()=>{i(Error("server action timed out"),void 0,"timeout")},a.action.timeoutMs);g.on("error",a=>i(a)),g.on("exit",a=>{0!==a&&i(Error(`worker exited with code ${a}`))}),g.on("message",async b=>{if(b&&"object"==typeof b){if("host-rpc"===b.type){let c=b.id,d=b.method,e=b.args;try{let b=await (0,j.
|
|
1
|
+
exports.id=1116,exports.ids=[1116,1960,9579],exports.modules={29579:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.d(b,{runServerAction:()=>m});var e=c(75919),f=c(76760),g=c.n(f),h=c(73136),i=c(47300),j=c(62485),k=c(25475),l=a([i,j]);async function m(a){let b=(0,i.actionBundlePath)(a.utility.dir,a.action.name),c=(0,h.pathToFileURL)(b).toString(),d=function(){let a="lib/server/utilities/worker-bootstrap.js",b=process.env.REFLEX_PKG_ROOT;if(b)return g().resolve(b,a);let c=null;try{c=95679}catch{}return"string"==typeof c&&g().isAbsolute(c)?c:g().resolve(process.cwd(),a)}();return new Promise((b,f)=>{let g=new e.Worker(d,{workerData:{bundleUrl:c,actionName:a.action.name,utilityId:a.utility.manifest.id,scope:a.utility.scope},env:{},eval:!1,resourceLimits:{maxOldGenerationSizeMb:256,maxYoungGenerationSizeMb:64}}),h=!1,i=(c,d,e)=>{h||(h=!0,clearTimeout(l),g.removeAllListeners(),g.terminate().catch(()=>{}),c?((0,k.u0)({ts:new Date().toISOString(),utilityId:a.utility.manifest.id,scope:a.utility.scope,channel:"worker",method:`action:${a.action.name}`,phase:"end",correlationId:a.parentCorrelationId??"(detached)",error:e??c.message}),f(c)):b(d))},l=setTimeout(()=>{i(Error("server action timed out"),void 0,"timeout")},a.action.timeoutMs);g.on("error",a=>i(a)),g.on("exit",a=>{0!==a&&i(Error(`worker exited with code ${a}`))}),g.on("message",async b=>{if(b&&"object"==typeof b){if("host-rpc"===b.type){let c=b.id,d=b.method,e=b.args;try{let b=await (0,j.pk)({utility:a.utility,channel:"worker",...a.parentCorrelationId?{parentCorrelationId:a.parentCorrelationId}:{}},d,e);g.postMessage({type:"host-rpc-result",id:c,ok:!0,result:b})}catch(a){g.postMessage({type:"host-rpc-result",id:c,ok:!1,error:a instanceof Error?a.message:String(a)})}return}"invoke-result"===b.type&&(b.ok?i(null,b.result):i(Error(b.error||"server action failed")))}}),g.postMessage({type:"invoke",args:a.args})})}[i,j]=l.then?(await l)():l,d()}catch(a){d(a)}})},46735:a=>{function b(a){return Promise.resolve().then(()=>{var b=Error("Cannot find module '"+a+"'");throw b.code="MODULE_NOT_FOUND",b})}b.keys=()=>[],b.resolve=b,b.id=46735,a.exports=b},71116:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.d(b,{refreshUtilityCard:()=>k});var e=c(14126),f=c(24576),g=c(61105),h=c(29579),i=c(7188),j=a([h]);h=(j.then?(await j)():j)[0];let l=e.Ik({kind:e.k5(["markdown","news-list","link-list","kpi","checklist","quote","kb-pinned","progress","image","stat-table","map","action-list"]),title:e.Yj().optional(),description:e.Yj().optional(),data:e.g1(e.Yj(),e.L5()).default({})});async function k(a,b){try{let c=await (0,f.getRoot)(a);if(!c)return{ok:!1,error:"Root not found"};let d=await (0,i.readWidget)(c.path,b);if(!d||"utility-card"!==d.kind)return{ok:!1,error:"Not a utility-card widget"};let e=d.data,j=await (0,g.getUtility)(e.utilityScope,e.utilityId,"project"===e.utilityScope?a:void 0);if(!j)return{ok:!1,error:"Utility not installed"};let k=j.manifest.card,m=k?.action;if(!m)return{ok:!0,noop:!0};if(!j.manifest.permissions.workers?.enabled)return{ok:!1,error:`${e.utilityId}: card.action needs permissions.workers.enabled`};let n=j.manifest.serverActions.find(a=>a.name===m);if(!n)return{ok:!1,error:`card.action "${m}" not in serverActions`};let o=await (0,h.runServerAction)({utility:j,action:n,args:{}}),p=function(a){if(!a||"object"!=typeof a)return null;let b="snapshot"in a?a.snapshot:a,c=l.safeParse(b);return c.success?c.data:null}(o);if(!p){let a=await (0,i.readWidget)(c.path,b),d=a?.data?.inner;return d?{ok:!0,inner:d}:{ok:!0,noop:!0}}let q={kind:p.kind,data:p.data,...p.title?{title:p.title}:{},...p.description?{description:p.description}:{}},r={...d,data:{...e,inner:q},updatedAt:new Date().toISOString(),lastRefreshAt:new Date().toISOString()};return await (0,i.writeWidget)(c.path,r),{ok:!0,inner:q}}catch(a){return{ok:!1,error:a instanceof Error?a.message:String(a)}}}d()}catch(a){d(a)}})},95679:(a,b,c)=>{"use strict";var d=c(75919);if(!d.parentPort)throw Error("worker-bootstrap.js must be loaded as a worker_threads child");let e=new Map,f=1,g=new Proxy({},{get(a,b){if("string"==typeof b)return function a(b){return new Proxy(function(){},{get(c,d){if("string"==typeof d&&"then"!==d&&"catch"!==d&&"finally"!==d)return a(b?`${b}.${d}`:d)},apply:(a,c,g)=>{var h;return h=g[0],new Promise((a,c)=>{let g=f++;e.set(g,{resolve:a,reject:c}),d.parentPort.postMessage({type:"host-rpc",id:g,method:b,args:h})})}})}(b)}});globalThis.__reflexHost=g,d.parentPort.on("message",async a=>{if(a&&"host-rpc-result"===a.type){let b=e.get(a.id);if(!b)return;e.delete(a.id),a.ok?b.resolve(a.result):b.reject(Error(a.error||"rpc failed"));return}if(a&&"invoke"===a.type)try{let b=await c(46735)(d.workerData.bundleUrl),e=b[d.workerData.actionName]??b.default;if("function"!=typeof e)throw Error(`action "${d.workerData.actionName}" must export a function (named export or default)`);let f=await e(a.args,g);d.parentPort.postMessage({type:"invoke-result",ok:!0,result:f})}catch(a){d.parentPort.postMessage({type:"invoke-result",ok:!1,error:a&&a.message?a.message:String(a)})}})}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";exports.id=127,exports.ids=[127],exports.modules={879:(a,b,c)=>{c.d(b,{G:()=>k});var d=c(73024),e=c(76760),f=c.n(e),g=c(55136),h=c.n(g),i=c(54287);class j{constructor(a,b){this.root=a,this.layers=b}static async create(a){return new j(a,[]).enter(a)}async enter(a){let b,c=f().join(a,i.KZ);try{b=await d.promises.readFile(c,"utf8")}catch{return this}let e=h()().add(b);return new j(this.root,[...this.layers,{dir:a,ig:e}])}ignores(a){let b=f().basename(a);if(i.Lj.has(b))return!0;for(let{dir:b,ig:c}of this.layers){let d=f().relative(b,a);if(!(!d||d.startsWith(".."))&&c.ignores(d))return!0}return!1}}async function*k(a,b={}){let{maxDepth:c=1/0,followSymlinks:d=!1}=b,e=f().resolve(a),g=await j.create(e);yield{abs:e,rel:".",isDir:!0},yield*l(e,e,g,0,c,d)}async function*l(a,b,c,e,g,h){let i;if(!(e>=g)){try{i=await d.promises.readdir(b,{withFileTypes:!0})}catch{return}for(let d of(i.sort((a,b)=>a.name.localeCompare(b.name)),i)){var j,k;let i=f().join(b,d.name);if(c.ignores(i))continue;let n=d.isSymbolicLink();if(n&&!h)continue;let o=d.isDirectory()||n&&await m(i),p=(j=a,k=i,f().relative(j,k).split(f().sep).join("/"));if(yield{abs:i,rel:p,isDir:o},o){let b=await c.enter(i);yield*l(a,i,b,e+1,g,h)}}}}async function m(a){try{return(await d.promises.stat(a)).isDirectory()}catch{return!1}}},4168:(a,b,c)=>{c.d(b,{S:()=>j});var d=c(73745);c(66493);var e=c(76760),f=c.n(e),g=c(53905),h=c(54287),i=c(879);async function j(a,b){try{let d=await (0,g.getRoot)(a);if(!d)return{ok:!1,error:"Root not found"};let e=(b??"").toLowerCase().trim(),j=[];try{let{listUtilities:b}=await Promise.resolve().then(c.bind(c,8118));for(let c of(await b({rootId:a})))j.push({kind:"utility",relPath:`util:${c.scope}/${c.manifest.id}`,absPath:"",label:`${c.manifest.name} (${c.scope})`,parent:"utilities"})}catch{}for await(let a of(0,i.G)((0,h.FF)(d.path))){if(a.isDir||!a.rel.toLowerCase().endsWith(".md")||a.rel.startsWith("topics/")||a.rel.startsWith("attachments/"))continue;let b=`${h.fW}/${a.rel}`;j.push({kind:"kb",relPath:b,absPath:a.abs,label:a.rel,parent:"."===f().dirname(a.rel)?h.fW:`${h.fW}/${f().dirname(a.rel)}`})}for await(let a of(0,i.G)(d.path))a.isDir||j.push({kind:"file",relPath:a.rel,absPath:a.abs,label:a.rel,parent:"."===f().dirname(a.rel)?"":f().dirname(a.rel)});let k=e?j.filter(a=>{let b=a.relPath.toLowerCase();return f().basename(a.relPath).toLowerCase().includes(e)||b.includes(e)}):j,l={utility:0,kb:1,file:2};return k.sort((a,b)=>{if(a.kind!==b.kind)return l[a.kind]-l[b.kind];if(e){let c=f().basename(a.label).toLowerCase(),d=f().basename(b.label).toLowerCase(),g=+!c.startsWith(e),h=+!d.startsWith(e);if(g!==h)return g-h}return a.relPath.localeCompare(b.relPath)}),{ok:!0,items:k.slice(0,30)}}catch(a){return{ok:!1,error:a instanceof Error?a.message:String(a)}}}(0,c(63781).D)([j]),(0,d.A)(j,"60ff3d9035cb4554cb0dce89d9b04c2e97bdde37b6",null)},5160:(a,b,c)=>{c.d(b,{L:()=>O});var d=c(64173),e=c(17240),f=c(71813),g=c(54249),h=c(75430),i=c(34719),j=c(56189),k=c(41856),l=c(33120),m=c(69552),n=c(97338),o=c(25299),p=c(63387),q=c(53834),r=c(97162),s=c(62261),t=c(77311),u=c(25436),v=c(24555),w=c(68669),x=c(79145),y=c(66979),z=c(87671),A=c(44052),B=c(20583),C=c(45477),D=c(91344),E=c(3265);let F=(0,E.createServerReference)("60ff3d9035cb4554cb0dce89d9b04c2e97bdde37b6",E.callServer,void 0,E.findSourceMapURL,"searchMentionsAction"),G=[{id:"plan",trigger:"plan",label:"/plan",description:"Show the plan first — Reflex lays out the steps and waits for approval.",kind:"agent-mode",usage:"/plan <task>",icon:"ListChecks"},{id:"goal",trigger:"goal",label:"/goal",description:"Set a goal — Reflex will work toward it on its own, without reminders.",kind:"agent-mode",usage:"/goal <what to achieve>",icon:"Target"},{id:"research",trigger:"research",label:"/research",description:"Deep research on a topic — web search + summary with sources.",kind:"agent-mode",usage:"/research <topic>",icon:"Telescope"},{id:"widget",trigger:"widget",label:"/widget",description:"Create a card on the space dashboard.",kind:"agent-mode",usage:"/widget <what to show>",icon:"LayoutGrid"},{id:"workflow",trigger:"workflow",label:"/workflow",description:"Build a recipe — linear step-based automation for the task.",kind:"agent-mode",usage:"/workflow <what to automate>",icon:"Workflow"},{id:"new-utility",trigger:"new-utility",label:"/new-utility",description:"Build a Reflex mini-app (utility) — TypeScript, runs inside Reflex.",kind:"agent-mode",usage:"/new-utility <name — what it does>",icon:"PackagePlus"},{id:"distill",trigger:"distill",label:"/distill",description:"Pull a URL into the KB — extract key facts, action items, and links to related notes.",kind:"agent-mode",usage:"/distill <url> [focus]",icon:"BookOpenCheck"},{id:"practice",trigger:"practice",label:"/practice",description:"Roleplay a tough conversation — Reflex plays the counterpart and coaches you between turns.",kind:"agent-mode",usage:"/practice <scenario>",icon:"MessagesSquare"},{id:"reflect",trigger:"reflect",label:"/reflect",description:"Daily check-in — three questions adapted to your recent entries, saved as a journal note.",kind:"agent-mode",usage:"/reflect",allowEmpty:!0,icon:"Sunrise"},{id:"remember",trigger:"remember",label:"/remember",description:"Save a note — straight into memory, no AI involved.",kind:"direct",usage:"/remember <what to remember>",icon:"BookmarkPlus"},{id:"mcp",trigger:"mcp",label:"/mcp",description:"Connect an external service (setup wizard opens in chat).",kind:"agent-mode",usage:"/mcp <what you need>",icon:"PackagePlus"},{id:"skill",trigger:"skill",label:"/skill",description:"Attach a role — a ready-made instruction set for this conversation.",kind:"agent-mode",usage:"/skill <role-id> [prompt]",icon:"Sparkles"},{id:"delete-topic",trigger:"delete-topic",label:"/delete-topic",description:"Delete this conversation (with confirmation).",kind:"direct",usage:"/delete-topic",requiresConfirm:!0,allowEmpty:!0,icon:"Trash2"},{id:"clear-project",trigger:"clear-project",label:"/clear-project",description:"DANGER: clear the space — all conversations, cards, memory. Double confirmation.",kind:"direct",usage:"/clear-project",requiresConfirm:!0,allowEmpty:!0,icon:"AlertOctagon"},{id:"util",trigger:"util",label:"/util",description:"Open a mini-app (by partial name or from the list).",kind:"direct",usage:"/util <partial name or id>",allowEmpty:!0,icon:"Boxes"},{id:"help",trigger:"help",label:"/help",description:"List available commands.",kind:"direct",usage:"/help",allowEmpty:!0,icon:"HelpCircle"}],H=(0,E.createServerReference)("4055ee23396136231c98bee6080e6843b79e076028",E.callServer,void 0,E.findSourceMapURL,"listCommandArgsAction");E.callServer,E.findSourceMapURL;let I=(0,E.createServerReference)("6086d7518cbf80a1eb6984e8fd4f8a98657fd54f29",E.callServer,void 0,E.findSourceMapURL,"rememberAction"),J=(0,E.createServerReference)("60ba2da9e19a05f2f702b1ed6aa31a174e9102ba1d",E.callServer,void 0,E.findSourceMapURL,"deleteCurrentTopicCommand"),K=(0,E.createServerReference)("60e80d8ab6d133086c920d3c59e047f9e9b675e5cb",E.callServer,void 0,E.findSourceMapURL,"openUtilityAction"),L=(0,E.createServerReference)("407e064cb11a30779da758c732516792e70be89d39",E.callServer,void 0,E.findSourceMapURL,"clearProjectAction");var M=c(88724);let N={ListChecks:g.A,Target:h.A,Telescope:i.A,LayoutGrid:j.A,BookmarkPlus:k.A,PackagePlus:l.A,Sparkles:m.A,Trash2:n.A,AlertOctagon:o.A,HelpCircle:p.A,Workflow:q.A,Boxes:r.A};function O({rootId:a,topicId:b,placeholder:c,submitLabel:g,pendingLabel:h,SubmitIcon:i,disabled:j,onSubmit:k,active:l,onStop:m,clarifyLabel:n,stopLabel:o}){let p=(0,f.c)("roots"),q=n??p("chatInputForm.clarifyLabel"),r=o??p("chatInputForm.stopLabel"),v=(0,z.useRouter)(),[w,x]=(0,e.useState)(""),[y,E]=(0,e.useState)([]),[I,J]=(0,e.useState)(!1),[K,L]=(0,e.useState)(!1),[M,N]=(0,e.useState)(!1),[O,U]=(0,e.useState)(G),V=(0,e.useRef)(null),W=(0,e.useRef)(null),[X,Y]=(0,e.useState)(null),[Z,$]=(0,e.useState)([]),[_,aa]=(0,e.useState)(0),[ab,ac]=(0,e.useState)(!1),ad=(0,e.useRef)(0),[ae,af]=(0,e.useState)(null),[ag,ah]=(0,e.useState)(null),ai=(0,e.useRef)(0);(0,e.useCallback)(()=>{let a=V.current;a&&(a.style.height="auto",a.style.height=Math.min(a.scrollHeight,240)+"px")},[]);let aj=(0,e.useCallback)((b,c)=>{let d=c;for(;d>0;){let a=b[d-1];if("@"===a){d-=1;break}if(/\s/.test(a)){d=-1;break}d-=1}if(d<0||"@"!==b[d]||d>0&&!/\s/.test(b[d-1])){Y(null),$([]);return}let e=b.slice(d+1,c);Y({start:d,end:c}),aa(0),ac(!0);let f=++ad.current;(async()=>{let b=await F(a,e);ad.current===f&&(ac(!1),$(b.ok?b.items:[]))})()},[a]),ak=(0,e.useCallback)(()=>{Y(null),$([]),ad.current++},[]),al=(0,e.useCallback)((b,c)=>{if(!b.startsWith("/")){af(null),ah(null);return}let d=b.indexOf(" ");if(d<0){ah(null);let a=b.slice(1).toLowerCase(),c=O.filter(b=>b.trigger.startsWith(a)||b.label.toLowerCase().includes(a)||b.description.toLowerCase().includes(a));af(c.length?{items:c,index:0}:null);return}af(null);let e=b.slice(1,d),f=O.find(a=>a.trigger===e);if(!f)return void ah(null);let g=d+1,h=c>=g?c:b.length;if(b.slice(h).indexOf(" ")>=0)return void ah(null);let i=b.slice(g,h),j=++ai.current;ah(a=>({cmd:f,items:a?.cmd.id===f.id?a.items:[],index:0,start:g,end:h,loading:!0})),(async()=>{let b=await H({commandId:f.id,query:i,rootId:a});if(ai.current===j){if(!b.ok||!b.supported||0===b.items.length)return ah(null);ah({cmd:f,items:b.items,index:0,start:g,end:h,loading:!1})}})()},[a,O]),am=(0,e.useCallback)(()=>{af(null),ah(null)},[]),an=(0,e.useCallback)(a=>{let b=V.current;ah(c=>{if(!c)return null;let d=w.slice(0,c.start),e=w.slice(c.end),f=`${a.value} `;x(d+f+e);let g=d.length+f.length;return requestAnimationFrame(()=>{b&&(b.focus(),b.setSelectionRange(g,g))}),null})},[w]),ao=(0,e.useCallback)(a=>{let b=V.current,c=`/${a.trigger}${a.allowEmpty&&"direct"===a.kind?"":" "}`;x(c),af(null),requestAnimationFrame(()=>{b&&(b.focus(),b.setSelectionRange(c.length,c.length))})},[]),ap=(0,e.useCallback)(a=>{let b=V.current;if(!b||!X)return;let c=w.slice(0,X.start),d=w.slice(X.end),e=`@${a.relPath} `;x(c+e+d),ak();let f=c.length+e.length;requestAnimationFrame(()=>{b.focus(),b.setSelectionRange(f,f)})},[w,X,ak]),aq=(0,e.useCallback)(async b=>{if(0!==b.length){J(!0);try{let c=new FormData;for(let a of b)c.append("files",a);let d=await fetch(`/api/roots/${a}/attachments`,{method:"POST",body:c});if(!d.ok){let a=await d.json().catch(()=>({}));A.oR.error(a.error??p("chatInputForm.uploadFailed",{status:d.status}));return}let e=await d.json();E(a=>[...a,...e.files])}catch(a){A.oR.error(a instanceof Error?a.message:String(a))}finally{J(!1)}}},[a]),ar=w.trim().length>0||y.length>0,as=l&&m?ar?"clarify":"stop":"send",at=(0,e.useCallback)(async()=>{if(K)return;if("stop"===as){if(!m)return;L(!0);try{await m()}finally{L(!1)}return}let c=w.trim();if(!c&&0===y.length||j&&"send"===as)return;let d=function(a,b=[]){let c=a.trim();if(!c.startsWith("/"))return null;let d=/^\/([a-z][a-z0-9-]*)(?:\s+([\s\S]*))?$/.exec(c);if(!d)return null;let e=d[1],f=G.find(a=>a.trigger===e)??null??b.find(a=>a.trigger===e);return f?{def:f,payload:(d[2]??"").trim()}:null}(c);if(d&&"direct"===d.def.kind){L(!0);try{await P({cmd:d.def,payload:d.payload,rootId:a,topicId:b,router:v,t:p}),x("")}finally{L(!1)}return}L(!0);try{"clarify"===as&&m&&await m(),await k({message:c,attachments:y})&&(x(""),E([]))}finally{L(!1)}},[w,y,K,j,as,m,k,a,b,v,p]),au=!K&&!I&&("stop"===as||ar&&(!j||"clarify"===as));return(0,d.jsxs)("form",{onSubmit:a=>{a.preventDefault(),at()},onDragEnter:a=>{Array.from(a.dataTransfer.types).includes("Files")&&(a.preventDefault(),N(!0))},onDragOver:a=>{Array.from(a.dataTransfer.types).includes("Files")&&(a.preventDefault(),N(!0))},onDragLeave:a=>{a.currentTarget.contains(a.relatedTarget)||N(!1)},onDrop:a=>{a.preventDefault(),N(!1);let b=Array.from(a.dataTransfer.files);b.length>0&&aq(b)},className:(0,D.cn)("space-y-2 rounded-md transition-colors",M&&"ring-2 ring-ring/60 bg-accent/40"),children:[y.length>0&&(0,d.jsx)("div",{className:"flex flex-wrap gap-1.5",children:y.map((a,b)=>(0,d.jsx)(S,{attachment:a,onRemove:()=>E(b=>b.filter(b=>b!==a))},a.absPath+b))}),(0,d.jsxs)("div",{className:"flex items-end gap-2",children:[(0,d.jsxs)("div",{className:"relative flex-1",children:[(0,d.jsx)(C.T,{ref:V,value:w,onChange:a=>{x(a.target.value),aj(a.target.value,a.target.selectionStart),al(a.target.value,a.target.selectionStart)},onKeyUp:a=>{let b=a.currentTarget;aj(b.value,b.selectionStart),al(b.value,b.selectionStart)},onClick:a=>{let b=a.currentTarget;aj(b.value,b.selectionStart),al(b.value,b.selectionStart)},onBlur:()=>{setTimeout(()=>{ak(),am()},150)},onKeyDown:a=>{if(ae){if("ArrowDown"===a.key){a.preventDefault(),af(a=>a?{...a,index:Math.min(a.items.length-1,a.index+1)}:null);return}if("ArrowUp"===a.key){a.preventDefault(),af(a=>a?{...a,index:Math.max(0,a.index-1)}:null);return}if("Tab"===a.key){a.preventDefault();let b=ae.items[ae.index];b&&ao(b);return}if("Escape"===a.key){a.preventDefault(),am();return}}if(ag&&ag.items.length>0){if("ArrowDown"===a.key){a.preventDefault(),ah(a=>a?{...a,index:Math.min(a.items.length-1,a.index+1)}:null);return}if("ArrowUp"===a.key){a.preventDefault(),ah(a=>a?{...a,index:Math.max(0,a.index-1)}:null);return}if("Tab"===a.key){a.preventDefault();let b=ag.items[ag.index];b&&an(b);return}if("Escape"===a.key){a.preventDefault(),ah(null);return}}if(X&&Z.length>0){if("ArrowDown"===a.key){a.preventDefault(),aa(a=>Math.min(Z.length-1,a+1));return}if("ArrowUp"===a.key){a.preventDefault(),aa(a=>Math.max(0,a-1));return}if("Enter"===a.key||"Tab"===a.key){a.preventDefault();let b=Z[_];b&&ap(b);return}if("Escape"===a.key){a.preventDefault(),ak();return}}"Enter"!==a.key||a.shiftKey||a.nativeEvent.isComposing||(a.preventDefault(),at())},onPaste:a=>{let b=Array.from(a.clipboardData.files);b.length>0&&(a.preventDefault(),aq(b))},placeholder:c,rows:1,disabled:j||K,className:"resize-none min-h-[44px] max-h-60 text-base bg-background/70 border-transparent focus-visible:border-ring py-2.5 w-full"}),X&&(0,d.jsx)(R,{items:Z,index:_,loading:ab,onPick:ap,onHover:a=>aa(a)}),ae&&!X&&(0,d.jsx)(Q,{items:ae.items,index:ae.index,onPick:ao,onHover:a=>af(b=>b?{...b,index:a}:null),topicAvailable:!!b}),ag&&!X&&!ae&&(0,d.jsx)(T,{cmd:ag.cmd,items:ag.items,index:ag.index,onPick:an,onHover:a=>ah(b=>b?{...b,index:a}:null)})]}),(0,d.jsx)("input",{ref:W,type:"file",multiple:!0,className:"hidden",onChange:a=>{let b=Array.from(a.target.files??[]);b.length>0&&aq(b),a.target.value=""}}),(0,d.jsx)(B.$,{type:"button",size:"icon",variant:"ghost",onClick:()=>W.current?.click(),disabled:I||K||j,title:p("chatInputForm.attachTitle"),className:"h-11 w-11 shrink-0",children:I?(0,d.jsx)(s.A,{className:"h-4 w-4 animate-spin"}):(0,d.jsx)(t.A,{className:"h-4 w-4"})}),(0,d.jsx)(B.$,{type:"submit",size:"lg",disabled:!au,variant:"stop"===as?"destructive":"default",className:"h-11 px-6 shadow-md shrink-0",children:K?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(s.A,{className:"mr-2 h-4 w-4 animate-spin"}),h]}):"stop"===as?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(u.A,{className:"mr-2 h-4 w-4",fill:"currentColor"}),r]}):"clarify"===as?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(i,{className:"mr-2 h-4 w-4"}),q]}):(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(i,{className:"mr-2 h-4 w-4"}),g]})})]}),(0,d.jsx)("div",{className:"text-[10px] text-muted-foreground",children:p("chatInputForm.helperRow")})]})}async function P({cmd:a,payload:b,rootId:c,topicId:d,router:e,t:f}){if("help"===a.id){let a=G.map(a=>`• ${a.label} — ${a.description}`);A.oR.info(f("chatInputForm.availableCommands",{list:a.join("\n")}),{duration:12e3});return}if("remember"===a.id){if(!b)return void A.oR.error(f("chatInputForm.rememberEmpty"));let a=await I(c,b);return void(a.ok?(A.oR.success(a.message??f("chatInputForm.savedToKb")),(0,M.$d)(M.Zi.kbChanged(c))):A.oR.error(a.error))}if("delete-topic"===a.id){if(!d)return void A.oR.error(f("chatInputForm.topicOnlyCommand"));if(!confirm(f("chatInputForm.deleteTopicConfirm")))return;let a=await J(c,d);return void(a.ok?(A.oR.success(a.message??f("chatInputForm.deleted")),(0,M.$d)(M.Zi.topicsChanged(c)),a.redirectTo&&e.push(a.redirectTo)):A.oR.error(a.error))}if("util"===a.id){let a=await K(c,b);if(!a.ok)return void A.oR.error(a.error);if("redirect"===a.kind)return void e.push(a.url);let d=a.items.slice(0,8).map(a=>`• ${a.name} (${a.scope}/${a.id})`).join("\n");return void A.oR.message(f("chatInputForm.multipleMatches",{list:d}),{duration:12e3})}if("clear-project"===a.id){if(!confirm(f("chatInputForm.clearProjectConfirm")))return;let a=prompt(f("chatInputForm.clearProjectPrompt"));if(a?.trim().toLowerCase()!==f("chatInputForm.clearProjectPhrase"))return void A.oR.message(f("chatInputForm.confirmFailed"));let b=await L(c);return void(b.ok?(A.oR.success(b.message??f("chatInputForm.projectCleared")),(0,M.$d)(M.Zi.topicsChanged(c)),(0,M.$d)(M.Zi.kbChanged(c)),b.redirectTo&&e.push(b.redirectTo)):A.oR.error(b.error))}A.oR.error(f("chatInputForm.unknownCommand",{label:a.label}))}function Q({items:a,index:b,onPick:c,onHover:e,topicAvailable:g}){let h=(0,f.c)("roots");return(0,d.jsxs)("div",{className:"absolute bottom-full left-0 right-0 mb-2 z-50 max-h-80 overflow-y-auto rounded-md border bg-popover text-popover-foreground shadow-lg",children:[(0,d.jsx)("div",{className:"px-3 py-1.5 text-[10px] uppercase tracking-wider text-muted-foreground border-b",children:h("chatInputForm.commandsPaletteHeader")}),(0,d.jsx)("ul",{children:a.map((a,f)=>{let i=N[a.icon]??m.A,j="delete-topic"===a.id&&!g;return(0,d.jsx)("li",{children:(0,d.jsxs)("button",{type:"button",onMouseDown:b=>{b.preventDefault(),j||c(a)},onMouseEnter:()=>e(f),disabled:j,className:(0,D.cn)("w-full flex items-start gap-2 px-3 py-2 text-left",f===b?"bg-accent":"hover:bg-accent/60",j&&"opacity-40 cursor-not-allowed"),children:[(0,d.jsx)(i,{className:(0,D.cn)("h-3.5 w-3.5 mt-0.5 shrink-0","direct"===a.kind?"text-amber-600":"text-violet-600")}),(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsxs)("div",{className:"flex items-baseline gap-2 flex-wrap",children:[(0,d.jsx)("span",{className:"font-mono text-xs font-medium",children:a.label}),"direct"===a.kind&&(0,d.jsx)("span",{className:"text-[9px] uppercase tracking-wider text-amber-700",children:h("chatInputForm.directAction")}),a.requiresConfirm&&(0,d.jsx)("span",{className:"text-[9px] uppercase tracking-wider text-destructive",children:h("chatInputForm.withConfirm")})]}),(0,d.jsx)("p",{className:"text-[11px] text-muted-foreground leading-snug mt-0.5",children:a.description}),(0,d.jsx)("p",{className:"text-[10px] text-muted-foreground/80 font-mono mt-0.5",children:a.usage})]})]})},a.id)})})]})}function R({items:a,index:b,loading:c,onPick:e,onHover:g}){let h=(0,f.c)("roots");return(0,d.jsx)("div",{className:"absolute bottom-full left-0 right-0 mb-2 z-50 max-h-72 overflow-y-auto rounded-md border bg-popover text-popover-foreground shadow-lg",children:c&&0===a.length?(0,d.jsxs)("div",{className:"px-3 py-2 text-xs text-muted-foreground flex items-center gap-2",children:[(0,d.jsx)(s.A,{className:"h-3 w-3 animate-spin"})," ",h("chatInputForm.mentionSearching")]}):0===a.length?(0,d.jsx)("div",{className:"px-3 py-2 text-xs text-muted-foreground italic",children:h("chatInputForm.mentionNothing")}):(0,d.jsx)("ul",{children:a.map((a,c)=>{let f="kb"===a.kind?v.A:w.A;return(0,d.jsx)("li",{children:(0,d.jsxs)("button",{type:"button",onMouseDown:b=>{b.preventDefault(),e(a)},onMouseEnter:()=>g(c),className:(0,D.cn)("w-full flex items-center gap-2 px-3 py-1.5 text-sm text-left",c===b?"bg-accent":"hover:bg-accent/60"),children:[(0,d.jsx)(f,{className:(0,D.cn)("h-3.5 w-3.5 shrink-0","kb"===a.kind?"text-primary":"text-muted-foreground")}),(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsx)("div",{className:"truncate font-mono text-xs",children:a.relPath}),a.parent&&(0,d.jsx)("div",{className:"truncate text-[10px] text-muted-foreground",children:a.parent})]}),(0,d.jsx)("span",{className:(0,D.cn)("text-[10px] uppercase tracking-wider shrink-0","kb"===a.kind?"text-primary":"text-muted-foreground"),children:a.kind})]})},a.absPath)})})})}function S({attachment:a,onRemove:b}){var c;let e=a.mime.startsWith("image/")?x.A:w.A;return(0,d.jsxs)("span",{className:"inline-flex items-center gap-1 rounded-full bg-muted px-2 py-1 text-[11px] max-w-[18rem]",children:[(0,d.jsx)(e,{className:"h-3 w-3 text-muted-foreground shrink-0"}),(0,d.jsx)("span",{className:"truncate",title:a.name,children:a.name}),(0,d.jsx)("span",{className:"text-muted-foreground",children:(c=a.size)<1024?`${c} B`:c<1048576?`${(c/1024).toFixed(1)} KB`:`${(c/1048576).toFixed(1)} MB`}),(0,d.jsx)("button",{type:"button",onClick:b,className:"ml-0.5 text-muted-foreground hover:text-foreground",children:(0,d.jsx)(y.A,{className:"h-3 w-3"})})]})}function T({cmd:a,items:b,index:c,onPick:e,onHover:f}){let g=N[a.icon]??m.A;return(0,d.jsxs)("div",{className:"absolute bottom-full left-0 right-0 mb-2 z-50 max-h-80 overflow-y-auto rounded-md border bg-popover text-popover-foreground shadow-lg",children:[(0,d.jsxs)("div",{className:"px-3 py-1.5 text-[10px] uppercase tracking-wider text-muted-foreground border-b flex items-center gap-2",children:[(0,d.jsx)(g,{className:"h-3 w-3"}),(0,d.jsxs)("span",{children:[a.label," \xb7 ",a.usage.replace(/^\/\S+\s*/,"")]})]}),(0,d.jsx)("ul",{children:b.map((a,b)=>(0,d.jsx)("li",{children:(0,d.jsxs)("button",{type:"button",onMouseDown:b=>{b.preventDefault(),e(a)},onMouseEnter:()=>f(b),className:(0,D.cn)("w-full flex items-start gap-2 px-3 py-2 text-left",b===c?"bg-accent":"hover:bg-accent/60"),children:[(0,d.jsx)(m.A,{className:"h-3.5 w-3.5 mt-0.5 shrink-0 text-violet-600"}),(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsxs)("div",{className:"flex items-baseline gap-2 flex-wrap",children:[(0,d.jsx)("span",{className:"font-medium text-sm",children:a.label}),(0,d.jsx)("span",{className:"font-mono text-[10px] text-muted-foreground",children:a.value})]}),a.description&&(0,d.jsx)("p",{className:"text-[11px] text-muted-foreground leading-snug mt-0.5 line-clamp-2",children:a.description})]})]})},a.value))})]})}},8836:(a,b,c)=>{c.d(b,{E:()=>g});var d=c(64173),e=c(71813),f=c(69552);function g({label:a,headerRight:b,children:c}){let g=(0,e.c)("roots"),h=a??g("commandBarFrame.label");return(0,d.jsx)("div",{className:"border-t bg-background",children:(0,d.jsx)("div",{className:"mx-auto max-w-3xl px-6 py-5",children:(0,d.jsx)("div",{className:"reflex-gradient rounded-2xl p-[2px] shadow-[0_8px_40px_-12px_oklch(0.55_0.2_290/0.45)]",children:(0,d.jsxs)("div",{className:"rounded-[14px] bg-background/85 backdrop-blur-xl px-5 py-4",children:[(0,d.jsxs)("div",{className:"flex items-center gap-2 mb-3",children:[(0,d.jsx)("span",{className:"reflex-gradient inline-flex h-6 w-6 items-center justify-center rounded-full text-white shadow-sm",children:(0,d.jsx)(f.A,{className:"h-3.5 w-3.5"})}),(0,d.jsx)("span",{className:"text-[11px] uppercase tracking-[0.18em] text-muted-foreground",children:h}),b&&(0,d.jsx)("span",{className:"ml-auto flex items-center gap-1",children:b})]}),c]})})})})}},26290:(a,b,c)=>{c.d(b,{cn:()=>f});var d=c(83243),e=c(86103);function f(...a){return(0,e.QP)((0,d.$)(a))}},45477:(a,b,c)=>{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})}},63337:(a,b,c)=>{c.d(b,{x:()=>h});var d=c(73745);c(66493);var e=c(49410),f=c(8118),g=c(53905);async function h(a){try{let b=(a.query??"").trim().toLowerCase();switch(a.commandId){case"skill":{let c=a.rootId?await (0,g.getRoot)(a.rootId):null,d=(await (0,e.bG)(c?.path,a.rootId)).map(a=>({value:a.id,label:a.title,description:`${"project"===a.scope?"[project] ":"global"===a.scope?"[global] ":""}${a.description}`})).filter(a=>i(a,b));return{ok:!0,supported:!0,items:d}}case"util":{let c=(await (0,f.listUtilities)(a.rootId?{rootId:a.rootId}:{})).map(a=>({value:a.manifest.id,label:a.manifest.name,description:a.manifest.description}));return{ok:!0,supported:!0,items:c.filter(a=>i(a,b))}}default:return{ok:!0,supported:!1}}}catch(a){return{ok:!1,error:a instanceof Error?a.message:String(a)}}}function i(a,b){return!b||a.value.toLowerCase().includes(b)||a.label.toLowerCase().includes(b)||(a.description?.toLowerCase().includes(b)??!1)}(0,c(63781).D)([h]),(0,d.A)(h,"4055ee23396136231c98bee6080e6843b79e076028",null)},67248:(a,b,c)=>{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})}},72901:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{LL:()=>v,Xt:()=>z,ZC:()=>A,b2:()=>u,qO:()=>t,wd:()=>y});var e=c(73745);c(66493);var f=c(73024),g=c(76760),h=c.n(g),i=c(65326),j=c(53905),k=c(54287),l=c(56942),m=c(5492),n=c(13415),o=c(93554),p=c(49410),q=c(96921),r=c(63781),s=a([n,o]);async function t(a,b){try{let c=b.trim();if(!c)return{ok:!1,error:"Empty — nothing to remember."};let d=await (0,j.getRoot)(a);if(!d)return{ok:!1,error:"Root not found"};let e=c.split(/\r?\n/,1)[0].trim(),f=e.length>80?e.slice(0,77).trimEnd()+"…":e,g=await (0,l.j)({rootPath:d.path,directive:{kind:"note",title:f,body:c}});return(0,i.revalidatePath)(`/roots/${a}`),{ok:!0,message:`Saved to ${g.relPath}`}}catch(a){return{ok:!1,error:a instanceof Error?a.message:String(a)}}}async function u(a,b){let c=await (0,n.L4)(a,b);return c.ok?{ok:!0,redirectTo:`/roots/${a}`,message:"Topic deleted"}:{ok:!1,error:c.error??"Failed"}}async function v(a){try{let b=await (0,j.getRoot)(a);if(!b)return{ok:!1,error:"Root not found"};let c=(0,k.FF)(b.path);for(let a of(await (0,m.hk)(b.path)))await o.z.stopTopic(a.meta.id).catch(()=>void 0);return await w(h().join(c,"widgets")),await w(h().join(c,"dashboard-layout.json")),await w(h().join(c,"topics")),await x(c),(0,i.revalidatePath)(`/roots/${a}`),{ok:!0,redirectTo:`/roots/${a}`,message:"Project cleared. Starting fresh."}}catch(a){return{ok:!1,error:a instanceof Error?a.message:String(a)}}}async function w(a){try{await f.promises.rm(a,{recursive:!0,force:!0})}catch{}}async function x(a){let b;try{b=await f.promises.readdir(a,{withFileTypes:!0})}catch{return}for(let c of b){let b=h().join(a,c.name);if(c.isDirectory()){await x(b);try{let a=await f.promises.readdir(b);0===a.length&&await f.promises.rmdir(b)}catch{}continue}c.name.toLowerCase().endsWith(".md")&&await f.promises.unlink(b).catch(()=>void 0)}}async function y(){let a=await (0,p.bG)();return{ok:!0,commands:q.Lo,skills:a}}async function z(a){let{collectExtensions:b}=await Promise.resolve().then(c.bind(c,35961)),d=(await b(a.rootId?{rootId:a.rootId}:{})).slashCommands.map(a=>({id:`${a.utility.utilityId}:${a.id}`,trigger:a.trigger,label:a.label,description:a.description,kind:a.kind,usage:a.usage,allowEmpty:a.allowEmpty,icon:a.icon})),e=new Set(q.Lo.map(a=>a.trigger)),f=[...q.Lo,...d.filter(a=>!e.has(a.trigger))];return{ok:!0,commands:f}}async function A(a,b){let{listUtilities:d}=await Promise.resolve().then(c.bind(c,8118)),e=await d({rootId:a}),f=b.trim().toLowerCase(),g=e.map(a=>({id:a.manifest.id,name:a.manifest.name,scope:a.scope,rootId:a.rootId})),h=a=>{let b=a.rootId?`?rootId=${encodeURIComponent(a.rootId)}`:"";return`/utilities/${a.scope}/${a.id}${b}`};if(!f)return 0===g.length?{ok:!1,error:"No mini-apps installed yet."}:{ok:!0,kind:"choices",items:g.map(a=>({url:h(a),id:a.id,name:a.name,scope:a.scope}))};let i=g.find(a=>a.id.toLowerCase()===f);if(i)return{ok:!0,kind:"redirect",url:h(i)};let j=g.filter(a=>a.id.toLowerCase().includes(f)||a.name.toLowerCase().includes(f));return 1===j.length?{ok:!0,kind:"redirect",url:h(j[0])}:0===j.length?{ok:!1,error:`Nothing found for "${b}". Installed: ${g.length}.`}:{ok:!0,kind:"choices",items:j.map(a=>({url:h(a),id:a.id,name:a.name,scope:a.scope}))}}[n,o]=s.then?(await s)():s,(0,r.D)([t,u,v,y,z,A]),(0,e.A)(t,"6086d7518cbf80a1eb6984e8fd4f8a98657fd54f29",null),(0,e.A)(u,"60ba2da9e19a05f2f702b1ed6aa31a174e9102ba1d",null),(0,e.A)(v,"407e064cb11a30779da758c732516792e70be89d39",null),(0,e.A)(y,"00b57ad208ed8549adb239a7bb5a8e5033ecb97f13",null),(0,e.A)(z,"40e9575a2674c7be0d509dbd09c27cd0491dab7e67",null),(0,e.A)(A,"60e80d8ab6d133086c920d3c59e047f9e9b675e5cb",null),d()}catch(a){d(a)}})},84913:(a,b,c)=>{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})}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
exports.id=1437,exports.ids=[1437],exports.modules={4953:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"unstable_rethrow",{enumerable:!0,get:function(){return d}});let d=c(24688).unstable_rethrow;("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},6993:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>g});var d=c(63003),e=c(9310),f=c(24576);async function g({children:a,params:b}){let{id:c}=await b;return await (0,f.getRoot)(c)||(0,e.notFound)(),(0,d.jsx)("div",{className:"flex-1 flex flex-col min-h-0",children:a})}},7902:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.d(b,{AY:()=>m,LH:()=>q,LK:()=>l,Ll:()=>r,XF:()=>s,Xz:()=>o,hb:()=>n,nf:()=>p});var e=c(73745);c(66493);var f=c(65326),g=c(53905),h=c(73928),i=c(55143),j=c(63781),k=a([i]);async function l(a){try{let b=await (0,g.getRoot)(a);if(!b)return{ok:!1,error:"Root not found"};let d=await (0,h.listWorkflows)(b.path),{collectExtensions:e}=await Promise.resolve().then(c.bind(c,35961)),f=await e({rootId:a}),i=new Set(d.map(a=>a.id)),j=[...d,...f.workflows.filter(a=>!i.has(a.id))];return{ok:!0,workflows:j}}catch(a){return{ok:!1,error:a instanceof Error?a.message:String(a)}}}async function m(a,b){try{let c=await (0,g.getRoot)(a);if(!c)return{ok:!1,error:"Root not found"};let d=await (0,h.readWorkflow)(c.path,b);if(!d)return{ok:!1,error:"Not found"};return{ok:!0,workflow:d}}catch(a){return{ok:!1,error:a instanceof Error?a.message:String(a)}}}async function n(a,b){try{let c=await (0,g.getRoot)(a);if(!c)return{ok:!1,error:"Root not found"};let d=await (0,h.readWorkflow)(c.path,b.id),e={...b,createdAt:d?.createdAt??b.createdAt??new Date().toISOString(),updatedAt:new Date().toISOString()},j=(0,i.n)(e);if(j)return{ok:!1,error:j};return await (0,h.r$)(c.path,e),(0,f.revalidatePath)(`/roots/${a}/workflows`),(0,f.revalidatePath)(`/roots/${a}/workflows/${b.id}`),{ok:!0}}catch(a){return{ok:!1,error:a instanceof Error?a.message:String(a)}}}async function o(a,b,c){try{let d=await (0,g.getRoot)(a);if(!d)return{ok:!1,error:"Root not found"};let e=await (0,h.readWorkflow)(d.path,b);if(!e)return{ok:!1,error:"Workflow lives in a utility manifest — uninstall or fork it to disable."};return await (0,h.r$)(d.path,{...e,enabled:c,updatedAt:new Date().toISOString()}),(0,f.revalidatePath)(`/roots/${a}/workflows`),{ok:!0}}catch(a){return{ok:!1,error:a instanceof Error?a.message:String(a)}}}async function p(a,b){try{let c=await (0,g.getRoot)(a);if(!c)return{ok:!1,error:"Root not found"};return await (0,h.L6)(c.path,b),(0,f.revalidatePath)(`/roots/${a}/workflows`),{ok:!0}}catch(a){return{ok:!1,error:a instanceof Error?a.message:String(a)}}}async function q(a,b,c){return(0,i.runWorkflow)(a,b,c)}async function r(a,b){try{let c=await (0,g.getRoot)(a);if(!c)return{ok:!1,error:"Root not found"};let d=await (0,h.v)(c.path,b);return{ok:!0,runs:d}}catch(a){return{ok:!1,error:a instanceof Error?a.message:String(a)}}}async function s(a,b,c,d){try{let e=await (0,g.getRoot)(a);if(!e)return{ok:!1,error:"Root not found"};let i=await (0,h.readWorkflow)(e.path,b);if(!i)return{ok:!1,error:"Not found"};let j=i.steps.findIndex(a=>a.id===c);if(j<0)return{ok:!1,error:"Step not found"};let k="up"===d?j-1:j+1;if(k<0||k>=i.steps.length)return{ok:!0};let l=[...i.steps],m=l[j],n=l[k];return l[j]=n,l[k]=m,i.steps=l,i.updatedAt=new Date().toISOString(),await (0,h.r$)(e.path,i),(0,f.revalidatePath)(`/roots/${a}/workflows/${b}`),{ok:!0}}catch(a){return{ok:!1,error:a instanceof Error?a.message:String(a)}}}i=(k.then?(await k)():k)[0],(0,j.D)([l,m,n,o,p,q,r,s]),(0,e.A)(l,"401551a114def46eba19781daea658e46c726bd183",null),(0,e.A)(m,"60f99d5b043520f64f3787c9acb5d9ec29bb4e85db",null),(0,e.A)(n,"60377c6483778e2bc53e567e88378e029e04e83cd0",null),(0,e.A)(o,"70d016418d64ed8ea33eae45565088e66a8f24fe7a",null),(0,e.A)(p,"6025b7ad6d0a4c0e19f910dbf338bc3a6ee3750739",null),(0,e.A)(q,"702ccce7fee405d9ca9a0ffde0d7b982e41f44ef3d",null),(0,e.A)(r,"6075ddeebc41604b6cd034438b0f0f25f046e5e315",null),(0,e.A)(s,"78eb5c61bf36c73e1da38d80fa2f3775fdf3b34f85",null),d()}catch(a){d(a)}})},8068:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{"00b7f3f3d9003ff436966a5dc2e44bb33551457eb8":()=>g.i,"401551a114def46eba19781daea658e46c726bd183":()=>i.LK,"402013c88f5d0f76737662bb86c998eff49322af57":()=>f.zm,"4023c4424cda5752d18af38a51e482109c1600b1e7":()=>f.DW,"405d2aa65514d27978f3762554c2bbdf6fa426eb23":()=>h.MU,"40657f13fc73d71fd1e16ba25e177ffe9ff56dab02":()=>e.nY,"409e91451db2ff932ba8e24a9dc525490135a0a6ab":()=>f.uX,"40d91d520f35018edbcd17025ba6ecbfc9c874f566":()=>e.Pd,"40e1ebd71fbdbc109f25d857712f5398434c3294db":()=>h.$z,"40e3b0ad6f590fc8fdd33502cb650905febe97608f":()=>f.u7,"6025b7ad6d0a4c0e19f910dbf338bc3a6ee3750739":()=>i.nf,"60377c6483778e2bc53e567e88378e029e04e83cd0":()=>i.hb,"6075ddeebc41604b6cd034438b0f0f25f046e5e315":()=>i.Ll,"60b9621046dc9154c380dc7d6862971bb1c89de582":()=>e.OQ,"60d9bf38343f2c35e9d2aaf12b9c772ec24e18a63d":()=>h.Tc,"60e621356f9e843aa9767b760418151aac52e5f5aa":()=>e.L4,"60f99d5b043520f64f3787c9acb5d9ec29bb4e85db":()=>i.AY,"702ccce7fee405d9ca9a0ffde0d7b982e41f44ef3d":()=>i.LH,"705cda009aacef9c500c1ac6ed399ad7b46ee48cc8":()=>e.h$,"70d016418d64ed8ea33eae45565088e66a8f24fe7a":()=>i.Xz,"78ddd73e88735f8f4f38130d7c2f82543d79b94de1":()=>e.g3,"78eb5c61bf36c73e1da38d80fa2f3775fdf3b34f85":()=>i.XF});var e=c(13415),f=c(3890),g=c(50995),h=c(15754),i=c(7902),j=a([e,f,h,i]);[e,f,h,i]=j.then?(await j)():j,d()}catch(a){d(a)}})},9310:(a,b,c)=>{"use strict";var d=c(74830);c.o(d,"notFound")&&c.d(b,{notFound:function(){return d.notFound}}),c.o(d,"redirect")&&c.d(b,{redirect:function(){return d.redirect}})},13295:(a,b,c)=>{"use strict";c.d(b,{bp:()=>q,listWorkflows:()=>n,lq:()=>s,ni:()=>m,r$:()=>p,readWorkflow:()=>o,v:()=>r});var d=c(73024),e=c(76760),f=c.n(e),g=c(13474),h=c(67184),i=c(32068);function j(a){return f().join((0,g.FF)(a),"workflows")}function k(a,b){return f().join(j(a),`${m(b)}.json`)}function l(a,b){return f().join(j(a),"runs",m(b))}function m(a){return(0,h.Vp)(a)}async function n(a){let b,c=j(a);try{b=await d.promises.readdir(c,{withFileTypes:!0})}catch{return[]}let e=[];for(let a of b)if(a.isFile()&&a.name.toLowerCase().endsWith(".json"))try{let b=await d.promises.readFile(f().join(c,a.name),"utf8"),g=JSON.parse(b);t(g)&&e.push(g)}catch{}return e.sort((a,b)=>a.updatedAt<b.updatedAt?1:-1),e}async function o(a,b){try{let c=await d.promises.readFile(k(a,b),"utf8"),e=JSON.parse(c);return t(e)?e:null}catch{return null}}async function p(a,b){if(!t(b))throw Error(`Invalid workflow (id=${b.id})`);await (0,i.An)(k(a,b.id),b)}async function q(a,b){var c,d;await (0,i.An)((c=b.workflowId,d=b.id,f().join(l(a,c),`${m(d)}.json`)),b)}async function r(a,b,c=20){let e,g=l(a,b);try{e=await d.promises.readdir(g,{withFileTypes:!0})}catch{return[]}let h=(await Promise.all(e.filter(a=>a.isFile()&&a.name.toLowerCase().endsWith(".json")).map(async a=>{let b=f().join(g,a.name);try{let a=await d.promises.stat(b);return{abs:b,mtime:a.mtimeMs}}catch{return null}}))).filter(a=>null!==a).sort((a,b)=>b.mtime-a.mtime).slice(0,c),i=[];for(let a of h)try{let b=await d.promises.readFile(a.abs,"utf8");i.push(JSON.parse(b))}catch{}return i}async function s(a,b){let c,e=l(a,b);try{c=await d.promises.readdir(e,{withFileTypes:!0})}catch{return}for(let a of(await Promise.all(c.filter(a=>a.isFile()&&a.name.toLowerCase().endsWith(".json")).map(async a=>{let b=f().join(e,a.name);try{let a=await d.promises.stat(b);return{abs:b,mtime:a.mtimeMs}}catch{return null}}))).filter(a=>null!==a).sort((a,b)=>b.mtime-a.mtime).slice(50))await d.promises.unlink(a.abs).catch(()=>void 0)}function t(a){return!!a&&"object"==typeof a&&"string"==typeof a.id&&!!a.id&&"string"==typeof a.label&&!!Array.isArray(a.steps)&&"string"==typeof a.createdAt&&"string"==typeof a.updatedAt}},14952:(a,b,c)=>{"use strict";c.d(b,{collectExtensions:()=>e});var d=c(61105);async function e(a){let b=await (0,d.dH)(a.rootId?{rootId:a.rootId}:{}).catch(()=>[]),c=[],e=[],f=[],g=[];for(let a of b){let b=a.manifest.extensions;if(!b)continue;let d={utilityId:a.manifest.id,scope:a.scope};for(let a of b.slashCommands??[])c.push({...a,utility:d});for(let a of b.skills??[])e.push({...a,utility:d});b.systemPromptAddendum&&b.systemPromptAddendum.trim()&&f.push({utility:d,content:b.systemPromptAddendum});let h=new Date().toISOString();for(let a of b.workflows??[])g.push({id:a.id,label:a.label,...a.description?{description:a.description}:{},trigger:a.trigger,steps:a.steps.map(a=>({id:a.id,kind:a.kind,label:a.label,params:a.params})),createdAt:h,updatedAt:h})}return{slashCommands:c,skills:e,promptBlocks:f,workflows:g}}},17596:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(19963).A)("ArrowLeft",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]])},24688:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"unstable_rethrow",{enumerable:!0,get:function(){return function a(b){if((0,g.isNextRouterError)(b)||(0,f.isBailoutToCSRError)(b)||(0,i.isDynamicServerError)(b)||(0,h.isDynamicPostpone)(b)||(0,e.isPostpone)(b)||(0,d.isHangingPromiseRejectionError)(b))throw b;b instanceof Error&&"cause"in b&&a(b.cause)}}});let d=c(88546),e=c(60703),f=c(61052),g=c(54144),h=c(44113),i=c(43909);("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},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))}},30717:(a,b,c)=>{"use strict";function d(){throw Object.defineProperty(Error("`unauthorized()` is experimental and only allowed to be used when `experimental.authInterrupts` is enabled."),"__NEXT_ERROR_CODE",{value:"E411",enumerable:!1,configurable:!0})}Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"unauthorized",{enumerable:!0,get:function(){return d}}),c(75826).HTTP_ERROR_FALLBACK_ERROR_CODE,("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},42343:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"notFound",{enumerable:!0,get:function(){return e}});let d=""+c(75826).HTTP_ERROR_FALLBACK_ERROR_CODE+";404";function e(){let a=Object.defineProperty(Error(d),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});throw a.digest=d,a}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},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})}},43490:(a,b,c)=>{"use strict";function d(){throw Object.defineProperty(Error("`forbidden()` is experimental and only allowed to be enabled when `experimental.authInterrupts` is enabled."),"__NEXT_ERROR_CODE",{value:"E488",enumerable:!1,configurable:!0})}Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"forbidden",{enumerable:!0,get:function(){return d}}),c(75826).HTTP_ERROR_FALLBACK_ERROR_CODE,("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},47452:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(19963).A)("Workflow",[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]])},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")},67184:(a,b,c)=>{"use strict";function d(a){return a.replace(/[^A-Za-z0-9_-]/g,"")}function e(a){return a.replace(/[^A-Za-z0-9_-]/g,"-").slice(0,80)}function f(a){return a.normalize("NFKD").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"").slice(0,60)}function g(a){return a.normalize("NFKD").toLowerCase().replace(/[^\p{L}\p{N}]+/gu,"-").replace(/^-+|-+$/g,"").slice(0,60)}function h(a){return a.trim().toLowerCase().replace(/[^a-z0-9-]+/g,"-").replace(/^-+|-+$/g,"").slice(0,64)}c.d(b,{Iy:()=>h,Vp:()=>e,Xe:()=>g,Yv:()=>f,rE:()=>d})},71495:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{getRedirectError:function(){return g},getRedirectStatusCodeFromError:function(){return l},getRedirectTypeFromError:function(){return k},getURLFromRedirectError:function(){return j},permanentRedirect:function(){return i},redirect:function(){return h}});let d=c(20498),e=c(52512),f=c(19121).actionAsyncStorage;function g(a,b,c){void 0===c&&(c=d.RedirectStatusCode.TemporaryRedirect);let f=Object.defineProperty(Error(e.REDIRECT_ERROR_CODE),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});return f.digest=e.REDIRECT_ERROR_CODE+";"+b+";"+a+";"+c+";",f}function h(a,b){var c;throw null!=b||(b=(null==f||null==(c=f.getStore())?void 0:c.isAction)?e.RedirectType.push:e.RedirectType.replace),g(a,b,d.RedirectStatusCode.TemporaryRedirect)}function i(a,b){throw void 0===b&&(b=e.RedirectType.replace),g(a,b,d.RedirectStatusCode.PermanentRedirect)}function j(a){return(0,e.isRedirectError)(a)?a.digest.split(";").slice(2,-2).join(";"):null}function k(a){if(!(0,e.isRedirectError)(a))throw Object.defineProperty(Error("Not a redirect error"),"__NEXT_ERROR_CODE",{value:"E260",enumerable:!1,configurable:!0});return a.digest.split(";",2)[1]}function l(a){if(!(0,e.isRedirectError)(a))throw Object.defineProperty(Error("Not a redirect error"),"__NEXT_ERROR_CODE",{value:"E260",enumerable:!1,configurable:!0});return Number(a.digest.split(";").at(-2))}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},74830:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{ReadonlyURLSearchParams:function(){return k},RedirectType:function(){return e.RedirectType},forbidden:function(){return g.forbidden},notFound:function(){return f.notFound},permanentRedirect:function(){return d.permanentRedirect},redirect:function(){return d.redirect},unauthorized:function(){return h.unauthorized},unstable_isUnrecognizedActionError:function(){return l},unstable_rethrow:function(){return i.unstable_rethrow}});let d=c(71495),e=c(52512),f=c(42343),g=c(43490),h=c(30717),i=c(4953);class j extends Error{constructor(){super("Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams")}}class k extends URLSearchParams{append(){throw new j}delete(){throw new j}set(){throw new j}sort(){throw new j}}function l(){throw Object.defineProperty(Error("`unstable_isUnrecognizedActionError` can only be used on the client."),"__NEXT_ERROR_CODE",{value:"E776",enumerable:!1,configurable:!0})}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},80432:()=>{},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})}},90160:()=>{}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
exports.id=1960,exports.ids=[1960,9579],exports.modules={29579:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.d(b,{runServerAction:()=>m});var e=c(75919),f=c(76760),g=c.n(f),h=c(73136),i=c(47300),j=c(62485),k=c(25475),l=a([i,j]);async function m(a){let b=(0,i.actionBundlePath)(a.utility.dir,a.action.name),c=(0,h.pathToFileURL)(b).toString(),d=function(){let a="lib/server/utilities/worker-bootstrap.js",b=process.env.REFLEX_PKG_ROOT;if(b)return g().resolve(b,a);let c=null;try{c=95679}catch{}return"string"==typeof c&&g().isAbsolute(c)?c:g().resolve(process.cwd(),a)}();return new Promise((b,f)=>{let g=new e.Worker(d,{workerData:{bundleUrl:c,actionName:a.action.name,utilityId:a.utility.manifest.id,scope:a.utility.scope},env:{},eval:!1,resourceLimits:{maxOldGenerationSizeMb:256,maxYoungGenerationSizeMb:64}}),h=!1,i=(c,d,e)=>{h||(h=!0,clearTimeout(l),g.removeAllListeners(),g.terminate().catch(()=>{}),c?((0,k.u0)({ts:new Date().toISOString(),utilityId:a.utility.manifest.id,scope:a.utility.scope,channel:"worker",method:`action:${a.action.name}`,phase:"end",correlationId:a.parentCorrelationId??"(detached)",error:e??c.message}),f(c)):b(d))},l=setTimeout(()=>{i(Error("server action timed out"),void 0,"timeout")},a.action.timeoutMs);g.on("error",a=>i(a)),g.on("exit",a=>{0!==a&&i(Error(`worker exited with code ${a}`))}),g.on("message",async b=>{if(b&&"object"==typeof b){if("host-rpc"===b.type){let c=b.id,d=b.method,e=b.args;try{let b=await (0,j.
|
|
1
|
+
exports.id=1960,exports.ids=[1960,9579],exports.modules={29579:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.d(b,{runServerAction:()=>m});var e=c(75919),f=c(76760),g=c.n(f),h=c(73136),i=c(47300),j=c(62485),k=c(25475),l=a([i,j]);async function m(a){let b=(0,i.actionBundlePath)(a.utility.dir,a.action.name),c=(0,h.pathToFileURL)(b).toString(),d=function(){let a="lib/server/utilities/worker-bootstrap.js",b=process.env.REFLEX_PKG_ROOT;if(b)return g().resolve(b,a);let c=null;try{c=95679}catch{}return"string"==typeof c&&g().isAbsolute(c)?c:g().resolve(process.cwd(),a)}();return new Promise((b,f)=>{let g=new e.Worker(d,{workerData:{bundleUrl:c,actionName:a.action.name,utilityId:a.utility.manifest.id,scope:a.utility.scope},env:{},eval:!1,resourceLimits:{maxOldGenerationSizeMb:256,maxYoungGenerationSizeMb:64}}),h=!1,i=(c,d,e)=>{h||(h=!0,clearTimeout(l),g.removeAllListeners(),g.terminate().catch(()=>{}),c?((0,k.u0)({ts:new Date().toISOString(),utilityId:a.utility.manifest.id,scope:a.utility.scope,channel:"worker",method:`action:${a.action.name}`,phase:"end",correlationId:a.parentCorrelationId??"(detached)",error:e??c.message}),f(c)):b(d))},l=setTimeout(()=>{i(Error("server action timed out"),void 0,"timeout")},a.action.timeoutMs);g.on("error",a=>i(a)),g.on("exit",a=>{0!==a&&i(Error(`worker exited with code ${a}`))}),g.on("message",async b=>{if(b&&"object"==typeof b){if("host-rpc"===b.type){let c=b.id,d=b.method,e=b.args;try{let b=await (0,j.pk)({utility:a.utility,channel:"worker",...a.parentCorrelationId?{parentCorrelationId:a.parentCorrelationId}:{}},d,e);g.postMessage({type:"host-rpc-result",id:c,ok:!0,result:b})}catch(a){g.postMessage({type:"host-rpc-result",id:c,ok:!1,error:a instanceof Error?a.message:String(a)})}return}"invoke-result"===b.type&&(b.ok?i(null,b.result):i(Error(b.error||"server action failed")))}}),g.postMessage({type:"invoke",args:a.args})})}[i,j]=l.then?(await l)():l,d()}catch(a){d(a)}})},46735:a=>{function b(a){return Promise.resolve().then(()=>{var b=Error("Cannot find module '"+a+"'");throw b.code="MODULE_NOT_FOUND",b})}b.keys=()=>[],b.resolve=b,b.id=46735,a.exports=b},95679:(a,b,c)=>{"use strict";var d=c(75919);if(!d.parentPort)throw Error("worker-bootstrap.js must be loaded as a worker_threads child");let e=new Map,f=1,g=new Proxy({},{get(a,b){if("string"==typeof b)return function a(b){return new Proxy(function(){},{get(c,d){if("string"==typeof d&&"then"!==d&&"catch"!==d&&"finally"!==d)return a(b?`${b}.${d}`:d)},apply:(a,c,g)=>{var h;return h=g[0],new Promise((a,c)=>{let g=f++;e.set(g,{resolve:a,reject:c}),d.parentPort.postMessage({type:"host-rpc",id:g,method:b,args:h})})}})}(b)}});globalThis.__reflexHost=g,d.parentPort.on("message",async a=>{if(a&&"host-rpc-result"===a.type){let b=e.get(a.id);if(!b)return;e.delete(a.id),a.ok?b.resolve(a.result):b.reject(Error(a.error||"rpc failed"));return}if(a&&"invoke"===a.type)try{let b=await c(46735)(d.workerData.bundleUrl),e=b[d.workerData.actionName]??b.default;if("function"!=typeof e)throw Error(`action "${d.workerData.actionName}" must export a function (named export or default)`);let f=await e(a.args,g);d.parentPort.postMessage({type:"invoke-result",ok:!0,result:f})}catch(a){d.parentPort.postMessage({type:"invoke-result",ok:!1,error:a&&a.message?a.message:String(a)})}})}};
|