reflex-agent 0.13.4 → 0.14.0
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 +102 -95
- package/.next/app-path-routes-manifest.json +8 -7
- 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_client-reference-manifest.js +1 -1
- package/.next/server/app/agents/[agentId]/page.js +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 +1 -1
- 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_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.js +53 -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.js +1 -0
- package/.next/server/app/api/utilities/install-archive/route.js.nft.json +1 -0
- package/.next/server/app/api/utilities/install-archive/route_client-reference-manifest.js +1 -0
- package/.next/server/app/audit/page.js +2 -2
- package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
- package/.next/server/app/onboarding/page.js +2 -2
- 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_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_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page.js +5 -5
- 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_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/page.js +2 -2
- 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_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +8 -7
- package/.next/server/chunks/1105.js +1 -1
- package/.next/server/chunks/1358.js +1 -1
- package/.next/server/chunks/285.js +9 -6
- package/.next/server/chunks/3091.js +1 -0
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/3795.js +3 -0
- package/.next/server/chunks/{2688.js → 4299.js} +2 -2
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/4925.js +1 -1
- package/.next/server/chunks/{8425.js → 6648.js} +1 -1
- package/.next/server/chunks/7300.js +56 -4
- package/.next/server/chunks/7358.js +3 -0
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/969.js +1 -0
- package/.next/server/chunks/9809.js +1 -1
- package/.next/server/chunks/9861.js +57 -5
- package/.next/server/functions-config-manifest.json +1 -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/1y4wPze4yO8DprxGKwSXQ/_buildManifest.js +1 -0
- package/.next/static/chunks/{5596-93b53c14a2d5c59a.js → 2608-755e5d9ca79c19dc.js} +1 -1
- package/.next/static/chunks/4108.17cd7704e88bcb32.js +1 -0
- package/.next/static/chunks/{9001-6f38a673a3868871.js → 4442-79daa48fe7845771.js} +1 -1
- package/.next/static/chunks/6226-819ec17660994a7d.js +1 -0
- package/.next/static/chunks/7922-9a16eb68adcc7498.js +1 -0
- package/.next/static/chunks/9624-7dc547ab202a1d82.js +1 -0
- package/.next/static/chunks/app/api/agents/[agentId]/respond/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/images/[rootId]/[file]/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/oauth/callback/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/oauth/start/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/attachments/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/dashboard/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/suggestions/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/iframe/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/style.css/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/api/utilities/install-archive/route-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/layout-5caae9e60f5d6d42.js +1 -0
- package/.next/static/chunks/app/onboarding/page-3bb8ad02f9c88fdf.js +1 -0
- package/.next/static/chunks/app/{page-0c090eba51732036.js → page-6e32890e646e50aa.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/{page-292bc4cdceb6ea1d.js → page-ac00a7a8d6a16da8.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/{page-5e4f7b893c02c2bd.js → page-14cb4b8a24e40dc7.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/layout-5d0cd3b754198853.js +1 -0
- package/.next/static/chunks/app/roots/[id]/memory/page-7bbe675652b7f9e8.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-2080ede443a668d2.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-c744450355558209.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/page-8175a0fbbc465472.js +1 -0
- package/.next/static/chunks/app/roots/new/page-3d83b5dfb0a8f869.js +1 -0
- package/.next/static/chunks/app/settings/page-550fab06213d866c.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-c290e46d1beba1ff.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/{page-ea8352712b521f75.js → page-5aaa4731a5ab783d.js} +1 -1
- package/.next/static/chunks/app/utilities/page-0e362fd622574297.js +1 -0
- package/.next/static/chunks/{webpack-a4eadc02863be5eb.js → webpack-e60c7ddfa84db519.js} +1 -1
- package/.next/trace +90 -90
- package/.next/types/app/api/utilities/install-archive/route.ts +347 -0
- package/.next/types/routes.d.ts +2 -1
- package/.next/types/validator.ts +9 -0
- package/dist/lib/reflex/prompts/defaults.js +3 -0
- package/dist/lib/reflex/prompts/defaults.js.map +1 -1
- package/package.json +2 -1
- package/.next/server/chunks/2678.js +0 -3
- package/.next/server/chunks/491.js +0 -1
- package/.next/server/chunks/6238.js +0 -1
- package/.next/static/chunks/3717-339a6fc5e3b929f9.js +0 -1
- package/.next/static/chunks/4108.58294dcccaecb2f1.js +0 -1
- package/.next/static/chunks/4179-847dcd61bef8c59f.js +0 -1
- package/.next/static/chunks/4273-0b053f2035ad088d.js +0 -1
- package/.next/static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/layout-5e042e4e97dcea31.js +0 -1
- package/.next/static/chunks/app/onboarding/page-97aa4ad99276380f.js +0 -1
- package/.next/static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js +0 -1
- package/.next/static/chunks/app/roots/[id]/memory/page-b1fd919707f00c99.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-da97fb20eef9677c.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-932edf8ce73b23bc.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/page-7339062dee577728.js +0 -1
- package/.next/static/chunks/app/roots/new/page-c96a333c1ef53fba.js +0 -1
- package/.next/static/chunks/app/settings/page-75c61dd145bed57e.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-e4b74cf795d4e211.js +0 -1
- package/.next/static/chunks/app/utilities/page-b5514f6c3291e23f.js +0 -1
- package/.next/static/my3C6nd2vY80TaiBNwet5/_buildManifest.js +0 -1
- /package/.next/static/{my3C6nd2vY80TaiBNwet5 → 1y4wPze4yO8DprxGKwSXQ}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"825":{"*":{"id":"60031","name":"*","chunks":[],"async":false}},"2018":{"*":{"id":"4080","name":"*","chunks":[],"async":false}},"2604":{"*":{"id":"66188","name":"*","chunks":[],"async":false}},"3989":{"*":{"id":"6997","name":"*","chunks":[],"async":false}},"4273":{"*":{"id":"49796","name":"*","chunks":[],"async":false}},"4760":{"*":{"id":"7563","name":"*","chunks":[],"async":false}},"6287":{"*":{"id":"53869","name":"*","chunks":[],"async":false}},"8190":{"*":{"id":"15620","name":"*","chunks":[],"async":false}},"8855":{"*":{"id":"20633","name":"*","chunks":[],"async":false}},"12537":{"*":{"id":"57673","name":"*","chunks":[],"async":false}},"13270":{"*":{"id":"14360","name":"*","chunks":[],"async":false}},"14211":{"*":{"id":"89555","name":"*","chunks":[],"async":false}},"14884":{"*":{"id":"6912","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}},"20045":{"*":{"id":"34192","name":"*","chunks":[],"async":false}},"20706":{"*":{"id":"72323","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}},"24005":{"*":{"id":"31183","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}},"28260":{"*":{"id":"52663","name":"*","chunks":[],"async":false}},"31637":{"*":{"id":"54438","name":"*","chunks":[],"async":false}},"33705":{"*":{"id":"63921","name":"*","chunks":[],"async":false}},"33976":{"*":{"id":"90044","name":"*","chunks":[],"async":false}},"38152":{"*":{"id":"76172","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}},"43450":{"*":{"id":"99668","name":"*","chunks":[],"async":false}},"44305":{"*":{"id":"74837","name":"*","chunks":[],"async":false}},"44843":{"*":{"id":"29837","name":"*","chunks":[],"async":false}},"46109":{"*":{"id":"65597","name":"*","chunks":[],"async":false}},"48572":{"*":{"id":"82064","name":"*","chunks":[],"async":false}},"49455":{"*":{"id":"81669","name":"*","chunks":[],"async":false}},"49833":{"*":{"id":"5147","name":"*","chunks":[],"async":false}},"50343":{"*":{"id":"30067","name":"*","chunks":[],"async":false}},"51646":{"*":{"id":"28194","name":"*","chunks":[],"async":false}},"52713":{"*":{"id":"54225","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}},"59487":{"*":{"id":"26411","name":"*","chunks":[],"async":false}},"61634":{"*":{"id":"62634","name":"*","chunks":[],"async":false}},"62084":{"*":{"id":"29907","name":"*","chunks":[],"async":false}},"63739":{"*":{"id":"13829","name":"*","chunks":[],"async":false}},"67854":{"*":{"id":"53710","name":"*","chunks":[],"async":false}},"69050":{"*":{"id":"30544","name":"*","chunks":[],"async":false}},"73868":{"*":{"id":"12156","name":"*","chunks":[],"async":false}},"77340":{"*":{"id":"72855","name":"*","chunks":[],"async":false}},"84014":{"*":{"id":"4149","name":"*","chunks":[],"async":false}},"85314":{"*":{"id":"13976","name":"*","chunks":[],"async":false}},"85800":{"*":{"id":"98233","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}},"89408":{"*":{"id":"41410","name":"*","chunks":[],"async":false}},"91074":{"*":{"id":"46013","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":38152,"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-5e042e4e97dcea31.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-5e042e4e97dcea31.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-5e042e4e97dcea31.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-5e042e4e97dcea31.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":[],"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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.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","5596","static/chunks/5596-93b53c14a2d5c59a.js","8974","static/chunks/app/page-0c090eba51732036.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/onboarding/_components/wizard.tsx":{"id":825,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/new/_components/directory-picker.tsx":{"id":50343,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/settings/_components/settings-form.tsx":{"id":77340,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/share-button.tsx":{"id":62084,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/[scope]/[id]/_components/manifest-panel.tsx":{"id":20706,"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/_components/utility-iframe.tsx":{"id":4273,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/share/_components/share-auth-form.tsx":{"id":14211,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/curated-gallery.tsx":{"id":59487,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-github-button.tsx":{"id":4760,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-mcp-button.tsx":{"id":84014,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-via-agent-button.tsx":{"id":23119,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/remove-utility-button.tsx":{"id":48572,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/kb/insert-image-button.tsx":{"id":20045,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/root-viewer.tsx":{"id":24005,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/chat/[topicId]/_components/chat-view.tsx":{"id":3989,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/chat/[topicId]/_components/delete-topic-button.tsx":{"id":16225,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/chat/[topicId]/_components/goal-badge.tsx":{"id":28260,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/remove-root-button.tsx":{"id":44843,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/add-utility-button.tsx":{"id":51646,"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":85800,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/run-init-button.tsx":{"id":44305,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/workflows/[wfId]/_components/workflow-editor.tsx":{"id":61634,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/workflows/_components/workflow-row.tsx":{"id":31637,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/memory/memory-editor.tsx":{"id":89408,"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/6144318015aa8092.css"}],"/home/runner/work/reflex-agent/reflex-agent/app/page":[],"/home/runner/work/reflex-agent/reflex-agent/app/_not-found/page":[]},"rscModuleMapping":{"825":{"*":{"id":"22660","name":"*","chunks":[],"async":false}},"2018":{"*":{"id":"37550","name":"*","chunks":[],"async":false}},"2604":{"*":{"id":"41138","name":"*","chunks":[],"async":false}},"3989":{"*":{"id":"32471","name":"*","chunks":[],"async":false}},"4273":{"*":{"id":"73478","name":"*","chunks":[],"async":false}},"4760":{"*":{"id":"28487","name":"*","chunks":[],"async":false}},"6287":{"*":{"id":"47319","name":"*","chunks":[],"async":false}},"8190":{"*":{"id":"90558","name":"*","chunks":[],"async":false}},"8855":{"*":{"id":"391","name":"*","chunks":[],"async":false}},"12537":{"*":{"id":"24375","name":"*","chunks":[],"async":false}},"13270":{"*":{"id":"68146","name":"*","chunks":[],"async":false}},"14211":{"*":{"id":"41664","name":"*","chunks":[],"async":false}},"14884":{"*":{"id":"65478","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}},"20045":{"*":{"id":"86673","name":"*","chunks":[],"async":false}},"20706":{"*":{"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}},"24005":{"*":{"id":"68334","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}},"28260":{"*":{"id":"4396","name":"*","chunks":[],"async":false}},"31637":{"*":{"id":"12340","name":"*","chunks":[],"async":false}},"33705":{"*":{"id":"75751","name":"*","chunks":[],"async":false}},"33976":{"*":{"id":"83594","name":"*","chunks":[],"async":false}},"38152":{"*":{"id":"30849","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}},"43450":{"*":{"id":"95422","name":"*","chunks":[],"async":false}},"44305":{"*":{"id":"770","name":"*","chunks":[],"async":false}},"44843":{"*":{"id":"62109","name":"*","chunks":[],"async":false}},"46109":{"*":{"id":"73671","name":"*","chunks":[],"async":false}},"48572":{"*":{"id":"61254","name":"*","chunks":[],"async":false}},"49455":{"*":{"id":"7671","name":"*","chunks":[],"async":false}},"49833":{"*":{"id":"22137","name":"*","chunks":[],"async":false}},"50343":{"*":{"id":"87628","name":"*","chunks":[],"async":false}},"51646":{"*":{"id":"574","name":"*","chunks":[],"async":false}},"52713":{"*":{"id":"11935","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}},"59487":{"*":{"id":"60937","name":"*","chunks":[],"async":false}},"60290":{"*":{"id":"44427","name":"*","chunks":[],"async":false}},"61634":{"*":{"id":"91334","name":"*","chunks":[],"async":false}},"62084":{"*":{"id":"16805","name":"*","chunks":[],"async":false}},"63739":{"*":{"id":"93099","name":"*","chunks":[],"async":false}},"67854":{"*":{"id":"69644","name":"*","chunks":[],"async":false}},"69050":{"*":{"id":"49186","name":"*","chunks":[],"async":false}},"73868":{"*":{"id":"41886","name":"*","chunks":[],"async":false}},"77340":{"*":{"id":"71903","name":"*","chunks":[],"async":false}},"84014":{"*":{"id":"77287","name":"*","chunks":[],"async":false}},"85314":{"*":{"id":"97230","name":"*","chunks":[],"async":false}},"85800":{"*":{"id":"64845","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}},"89408":{"*":{"id":"45765","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
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1633":{"*":{"id":"62422","name":"*","chunks":[],"async":false}},"2018":{"*":{"id":"4080","name":"*","chunks":[],"async":false}},"2604":{"*":{"id":"66188","name":"*","chunks":[],"async":false}},"3989":{"*":{"id":"6997","name":"*","chunks":[],"async":false}},"4390":{"*":{"id":"18974","name":"*","chunks":[],"async":false}},"6287":{"*":{"id":"53869","name":"*","chunks":[],"async":false}},"8190":{"*":{"id":"15620","name":"*","chunks":[],"async":false}},"8265":{"*":{"id":"87638","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}},"13900":{"*":{"id":"84903","name":"*","chunks":[],"async":false}},"14884":{"*":{"id":"6912","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}},"24863":{"*":{"id":"7328","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}},"28148":{"*":{"id":"9416","name":"*","chunks":[],"async":false}},"32669":{"*":{"id":"82138","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}},"41240":{"*":{"id":"37933","name":"*","chunks":[],"async":false}},"41923":{"*":{"id":"43151","name":"*","chunks":[],"async":false}},"43450":{"*":{"id":"99668","name":"*","chunks":[],"async":false}},"44492":{"*":{"id":"99888","name":"*","chunks":[],"async":false}},"46109":{"*":{"id":"65597","name":"*","chunks":[],"async":false}},"46484":{"*":{"id":"23702","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}},"51252":{"*":{"id":"9152","name":"*","chunks":[],"async":false}},"52713":{"*":{"id":"54225","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}},"59487":{"*":{"id":"26411","name":"*","chunks":[],"async":false}},"63739":{"*":{"id":"13829","name":"*","chunks":[],"async":false}},"67854":{"*":{"id":"53710","name":"*","chunks":[],"async":false}},"69050":{"*":{"id":"30544","name":"*","chunks":[],"async":false}},"70521":{"*":{"id":"21535","name":"*","chunks":[],"async":false}},"73868":{"*":{"id":"12156","name":"*","chunks":[],"async":false}},"74962":{"*":{"id":"74254","name":"*","chunks":[],"async":false}},"77364":{"*":{"id":"96231","name":"*","chunks":[],"async":false}},"79624":{"*":{"id":"35459","name":"*","chunks":[],"async":false}},"79739":{"*":{"id":"36491","name":"*","chunks":[],"async":false}},"81360":{"*":{"id":"73815","name":"*","chunks":[],"async":false}},"85314":{"*":{"id":"13976","name":"*","chunks":[],"async":false}},"85980":{"*":{"id":"89338","name":"*","chunks":[],"async":false}},"86049":{"*":{"id":"56374","name":"*","chunks":[],"async":false}},"86570":{"*":{"id":"27888","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":"46013","name":"*","chunks":[],"async":false}},"94904":{"*":{"id":"75266","name":"*","chunks":[],"async":false}},"96253":{"*":{"id":"51189","name":"*","chunks":[],"async":false}},"97243":{"*":{"id":"12901","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":70521,"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-5caae9e60f5d6d42.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-5caae9e60f5d6d42.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-5caae9e60f5d6d42.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-5caae9e60f5d6d42.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":[],"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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2038","static/chunks/2038-0849f9c03cc8d6ab.js","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.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","2608","static/chunks/2608-755e5d9ca79c19dc.js","8974","static/chunks/app/page-6e32890e646e50aa.js"],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/onboarding/_components/wizard.tsx":{"id":41240,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/new/_components/directory-picker.tsx":{"id":1633,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/settings/_components/settings-form.tsx":{"id":51252,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/utility-iframe.tsx":{"id":79624,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/share/_components/share-auth-form.tsx":{"id":79739,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/share-button.tsx":{"id":86049,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/[scope]/[id]/_components/manifest-panel.tsx":{"id":44492,"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":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-archive-button.tsx":{"id":36998,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-github-button.tsx":{"id":86570,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-from-mcp-button.tsx":{"id":13900,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/install-via-agent-button.tsx":{"id":23119,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/utilities/_components/remove-utility-button.tsx":{"id":48572,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/chat/[topicId]/_components/chat-view.tsx":{"id":3989,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/chat/[topicId]/_components/delete-topic-button.tsx":{"id":16225,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/chat/[topicId]/_components/goal-badge.tsx":{"id":4390,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/kb/insert-image-button.tsx":{"id":32669,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/root-viewer.tsx":{"id":24863,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/remove-root-button.tsx":{"id":81360,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/add-utility-button.tsx":{"id":28148,"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":8265,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/_components/run-init-button.tsx":{"id":74962,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/workflows/[wfId]/_components/workflow-editor.tsx":{"id":46484,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/roots/[id]/workflows/_components/workflow-row.tsx":{"id":97243,"name":"*","chunks":[],"async":false},"/home/runner/work/reflex-agent/reflex-agent/app/_components/memory/memory-editor.tsx":{"id":77364,"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/6144318015aa8092.css"}],"/home/runner/work/reflex-agent/reflex-agent/app/page":[],"/home/runner/work/reflex-agent/reflex-agent/app/_not-found/page":[]},"rscModuleMapping":{"1633":{"*":{"id":"87628","name":"*","chunks":[],"async":false}},"2018":{"*":{"id":"37550","name":"*","chunks":[],"async":false}},"2604":{"*":{"id":"41138","name":"*","chunks":[],"async":false}},"3989":{"*":{"id":"32471","name":"*","chunks":[],"async":false}},"4390":{"*":{"id":"4396","name":"*","chunks":[],"async":false}},"6287":{"*":{"id":"47319","name":"*","chunks":[],"async":false}},"8190":{"*":{"id":"90558","name":"*","chunks":[],"async":false}},"8265":{"*":{"id":"64845","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}},"13900":{"*":{"id":"77287","name":"*","chunks":[],"async":false}},"14884":{"*":{"id":"65478","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}},"24863":{"*":{"id":"68334","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}},"28148":{"*":{"id":"574","name":"*","chunks":[],"async":false}},"32669":{"*":{"id":"86673","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}},"41240":{"*":{"id":"22660","name":"*","chunks":[],"async":false}},"41923":{"*":{"id":"85105","name":"*","chunks":[],"async":false}},"43450":{"*":{"id":"95422","name":"*","chunks":[],"async":false}},"44492":{"*":{"id":"11255","name":"*","chunks":[],"async":false}},"46109":{"*":{"id":"73671","name":"*","chunks":[],"async":false}},"46484":{"*":{"id":"91334","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}},"51252":{"*":{"id":"71903","name":"*","chunks":[],"async":false}},"52713":{"*":{"id":"11935","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}},"59487":{"*":{"id":"60937","name":"*","chunks":[],"async":false}},"60290":{"*":{"id":"44427","name":"*","chunks":[],"async":false}},"63739":{"*":{"id":"93099","name":"*","chunks":[],"async":false}},"67854":{"*":{"id":"69644","name":"*","chunks":[],"async":false}},"69050":{"*":{"id":"49186","name":"*","chunks":[],"async":false}},"70521":{"*":{"id":"30849","name":"*","chunks":[],"async":false}},"73868":{"*":{"id":"41886","name":"*","chunks":[],"async":false}},"74962":{"*":{"id":"770","name":"*","chunks":[],"async":false}},"77364":{"*":{"id":"45765","name":"*","chunks":[],"async":false}},"79624":{"*":{"id":"73478","name":"*","chunks":[],"async":false}},"79739":{"*":{"id":"41664","name":"*","chunks":[],"async":false}},"81360":{"*":{"id":"62109","name":"*","chunks":[],"async":false}},"85314":{"*":{"id":"97230","name":"*","chunks":[],"async":false}},"85980":{"*":{"id":"10432","name":"*","chunks":[],"async":false}},"86049":{"*":{"id":"16805","name":"*","chunks":[],"async":false}},"86570":{"*":{"id":"28487","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}},"94904":{"*":{"id":"79008","name":"*","chunks":[],"async":false}},"96253":{"*":{"id":"50155","name":"*","chunks":[],"async":false}},"97243":{"*":{"id":"12340","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,2 +1,2 @@
|
|
|
1
1
|
(()=>{var a={};a.id=3964,a.ids=[3964],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1708:a=>{"use strict";a.exports=require("node:process")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},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)},4984:a=>{"use strict";a.exports=require("readline")},7206:a=>{"use strict";a.exports=import("execa")},8086:a=>{"use strict";a.exports=require("module")},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}})},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},16510:(a,b,c)=>{Promise.resolve().then(c.bind(c,58352)),Promise.resolve().then(c.bind(c,46013)),Promise.resolve().then(c.bind(c,51189)),Promise.resolve().then(c.bind(c,66180)),Promise.resolve().then(c.bind(c,75266)),Promise.resolve().then(c.bind(c,14360)),Promise.resolve().then(c.bind(c,6786)),Promise.resolve().then(c.bind(c,44896)),Promise.resolve().then(c.bind(c,14848)),Promise.resolve().then(c.bind(c,53710)),Promise.resolve().then(c.bind(c,30544)),Promise.resolve().then(c.bind(c,13829)),Promise.resolve().then(c.bind(c,90044)),Promise.resolve().then(c.bind(c,57673)),Promise.resolve().then(c.bind(c,97053)),Promise.resolve().then(c.bind(c,43151)),Promise.resolve().then(c.bind(c,12156)),Promise.resolve().then(c.bind(c,71615)),Promise.resolve().then(c.bind(c,4080)),Promise.resolve().then(c.bind(c,87177)),Promise.resolve().then(c.bind(c,87634)),Promise.resolve().then(c.bind(c,6912)),Promise.resolve().then(c.bind(c,13976)),Promise.resolve().then(c.bind(c,18282)),Promise.resolve().then(c.bind(c,20633)),Promise.resolve().then(c.bind(c,61193)),Promise.resolve().then(c.bind(c,66188)),Promise.resolve().then(c.bind(c,66643)),Promise.resolve().then(c.bind(c,81669)),Promise.resolve().then(c.bind(c,39991)),Promise.resolve().then(c.bind(c,54972)),Promise.resolve().then(c.t.bind(c,1056,23))},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"}]])},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},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))}},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},30369:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>E.a,__next_app__:()=>K,handler:()=>M,pages:()=>J,routeModule:()=>L,tree:()=>I});var d=c(61597),e=c(99210),f=c(1082),g=c(15003),h=c(36265),i=c(11817),j=c(45136),k=c(41809),l=c(55745),m=c(88963),n=c(69153),o=c(48343),p=c(15808),q=c(21238),r=c(2555),s=c(261),t=c(34370),u=c(89583),v=c(26713),w=c(53875),x=c(7952),y=c(54532),z=c(80269),A=c(17851),B=c(57865),C=c(86439),D=c(47319),E=c.n(D),F=c(1859),G=c(20498),H={};for(let a in F)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(H[a]=()=>F[a]);c.d(b,H);let I={children:["",{children:["agents",{children:["[agentId]",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,76952)),"/home/runner/work/reflex-agent/reflex-agent/app/agents/[agentId]/page.tsx"]}]},{}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,79459)),"/home/runner/work/reflex-agent/reflex-agent/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,47319,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,82295,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,91570,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,72845,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,J=["/home/runner/work/reflex-agent/reflex-agent/app/agents/[agentId]/page.tsx"],K={require:c,loadChunk:()=>Promise.resolve()},L=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/agents/[agentId]/page",pathname:"/agents/[agentId]",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:I},distDir:".next",relativeProjectDir:""});async function M(a,b,d){var D;let H="/agents/[agentId]/page";"/index"===H&&(H="/");let N=(0,h.getRequestMeta)(a,"postponed"),O=(0,h.getRequestMeta)(a,"minimalMode"),P=await L.prepare(a,b,{srcPage:H,multiZoneDraftMode:!1});if(!P)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Q,query:R,params:S,parsedUrl:T,pageIsDynamic:U,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,serverActionsManifest:Y,clientReferenceManifest:Z,subresourceIntegrityManifest:$,prerenderManifest:_,isDraftMode:aa,resolvedPathname:ab,revalidateOnlyGenerated:ac,routerServerContext:ad,nextConfig:ae,interceptionRoutePatterns:af}=P,ag=T.pathname||"/",ah=(0,s.normalizeAppPath)(H),{isOnDemandRevalidate:ai}=P,aj=L.match(ag,_),ak=!!_.routes[ab],al=!!(aj||ak||_.routes[ah]),am=a.headers["user-agent"]||"",an=(0,v.getBotType)(am),ao=(0,q.isHtmlBotRequest)(a),ap=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[u.NEXT_ROUTER_PREFETCH_HEADER],aq=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[u.RSC_HEADER]),ar=(0,t.getIsPossibleServerAction)(a),as=(0,m.checkIsAppPPREnabled)(ae.experimental.ppr)&&(null==(D=_.routes[ah]??_.dynamicRoutes[ah])?void 0:D.renderingMode)==="PARTIALLY_STATIC",at=!1,au=!1,av=as?N:void 0,aw=as&&aq&&!ap,ax=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ay=!am||(0,q.shouldServeStreamingMetadata)(am,ae.htmlLimitedBots);ao&&as&&(al=!1,ay=!1);let az=!0===L.isDev||!al||"string"==typeof N||aw,aA=ao&&as,aB=null;aa||!al||az||ar||av||aw||(aB=ab);let aC=aB;!aC&&L.isDev&&(aC=ab),L.isDev||aa||!al||!aq||aw||(0,k.d)(a.headers);let aD={...F,tree:I,pages:J,GlobalError:E(),handler:M,routeModule:L,__next_app__:K};Y&&Z&&(0,p.setReferenceManifestsSingleton)({page:H,clientReferenceManifest:Z,serverActionsManifest:Y,serverModuleMap:(0,r.createServerModuleMap)({serverActionsManifest:Y})});let aE=a.method||"GET",aF=(0,g.getTracer)(),aG=aF.getActiveScopeSpan();try{let f=L.getVaryHeader(ab,af);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return L.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aF.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aE} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aE} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:R,params:S,page:ah,sharedContext:{buildId:Q},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aD,Component:(0,j.T)(aD),params:S,routeModule:L,page:H,postponed:f,shouldWaitOnAllReady:aA,serveStreamingMetadata:ay,supportsDynamicResponse:"string"==typeof f||az,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,subresourceIntegrityManifest:$,serverActionsManifest:Y,clientReferenceManifest:Z,setIsrStatus:null==ad?void 0:ad.setIsrStatus,dir:c(33873).join(process.cwd(),L.relativeProjectDir),isDraftMode:aa,isRevalidate:al&&!f&&!aw,botType:an,isOnDemandRevalidate:ai,isPossibleServerAction:ar,assetPrefix:ae.assetPrefix,nextConfigOutput:ae.output,crossOrigin:ae.crossOrigin,trailingSlash:ae.trailingSlash,previewProps:_.preview,deploymentId:ae.deploymentId,enableTainting:ae.experimental.taint,htmlLimitedBots:ae.htmlLimitedBots,devtoolSegmentExplorer:ae.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ae.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ae.experimental.cacheLife,basePath:ae.basePath,serverActions:ae.experimental.serverActions,...at?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:at}:{},experimental:{isRoutePPREnabled:as,expireTime:ae.expireTime,staleTimes:ae.experimental.staleTimes,cacheComponents:!!ae.experimental.cacheComponents,clientSegmentCache:!!ae.experimental.clientSegmentCache,clientParamParsing:!!ae.experimental.clientParamParsing,dynamicOnHover:!!ae.experimental.dynamicOnHover,inlineCss:!!ae.experimental.inlineCss,authInterrupts:!!ae.experimental.authInterrupts,clientTraceMetadata:ae.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>L.onRequestError(a,b,d,ad),err:(0,h.getRequestMeta)(a,"invokeError"),dev:L.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[z.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,al&&(null==n?void 0:n.revalidate)===0&&!L.isDev&&!as){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ab}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
|
|
2
|
-
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:w.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},n=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===L.isDev,l=c||b.writableEnded;if(ai&&ac&&!f&&!O)return(null==ad?void 0:ad.render404)?await ad.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(aj&&(j=(0,x.parseFallbackField)(aj.fallback)),j===x.FallbackMode.PRERENDER&&(0,v.isBot)(am)&&(!as||ao)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ai=!0),ai&&(j!==x.FallbackMode.NOT_FOUND||f)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),!O&&j!==x.FallbackMode.BLOCKING_STATIC_RENDER&&aC&&!l&&!aa&&U&&(k||!ak)){let b;if((k||aj)&&j===x.FallbackMode.NOT_FOUND)throw new C.NoFallbackError;if(as&&!aq){let c="string"==typeof(null==aj?void 0:aj.fallback)?aj.fallback:k?ah:null;if(b=await L.handleResponse({cacheKey:c,req:a,nextConfig:ae,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:_,isRoutePPREnabled:as,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||au?(0,o.u)(ah):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let n=ai||g||!av?void 0:av;if(at&&void 0!==n)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:w.CachedRouteKind.PAGES,html:y.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=U&&as&&((0,h.getRequestMeta)(a,"renderFallbackShell")||au)?(0,o.u)(ag):null;return m({span:i,postponed:n,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,o=await L.handleResponse({cacheKey:aB,responseGenerator:a=>n({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ai,isRoutePPREnabled:as,req:a,nextConfig:ae,prerenderManifest:_,waitUntil:d.waitUntil});if(aa&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),L.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!o){if(aB)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=o.value)?void 0:f.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=o.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof o.value.postponed;al&&!aw&&(!p||ap)&&(O||b.setHeader("x-nextjs-cache",ai?"REVALIDATED":o.isMiss?"MISS":o.isStale?"STALE":"HIT"),b.setHeader(u.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=o;if(av)l={revalidate:0,expire:void 0};else if(O&&aq&&!ap&&as)l={revalidate:0,expire:void 0};else if(!L.isDev)if(aa)l={revalidate:0,expire:void 0};else if(al){if(o.cacheControl)if("number"==typeof o.cacheControl.revalidate){if(o.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${o.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:o.cacheControl.revalidate,expire:(null==(j=o.cacheControl)?void 0:j.expire)??ae.expireTime}}else l={revalidate:z.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(o.cacheControl=l,"string"==typeof ax&&(null==q?void 0:q.kind)===w.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[z.NEXT_CACHE_TAGS_HEADER];O&&al&&c&&"string"==typeof c&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(ax);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(d,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.EMPTY,cacheControl:o.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...o,value:{...o.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&av)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(O&&al||delete a[z.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[z.NEXT_CACHE_TAGS_HEADER];if(O&&al&&s&&"string"==typeof s&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,s),!q.status||aq&&as||(b.statusCode=q.status),!O&&q.status&&G.RedirectStatusCode[q.status]&&aq&&(b.statusCode=200),p&&b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"1"),aq&&!aa){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:q.html,cacheControl:aw?{revalidate:0,expire:void 0}:o.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(q.rscData,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl})}let t=q.html;if(!p||O||aq)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:o.cacheControl});if(at)return t.push(new ReadableStream({start(a){a.enqueue(A.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}});let v=new TransformStream;return t.push(v.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(v.writable)}).catch(a=>{v.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}})};if(!aG)return await aF.withPropagatedContext(a.headers,()=>aF.trace(i.BaseServerSpan.handleRequest,{spanName:`${aE} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aE,"http.target":a.url}},p));await p(aG)}catch(b){throw b instanceof C.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:al,isOnDemandRevalidate:ai})},ad),b}}},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)},31421:a=>{"use strict";a.exports=require("node:child_process")},33873:a=>{"use strict";a.exports=require("path")},36306:a=>{"use strict";a.exports=import("@tailwindcss/node")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},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)},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)},48161:a=>{"use strict";a.exports=require("node:os")},50895:(a,b,c)=>{"use strict";c.d(b,{A:()=>i});var d=c(34750),e=c(22708),f=c(1278),g=c(14851),h=(0,d.cache)(function(a,b){return function({_cache:a=(0,f.b)(),_formatters:b=(0,f.c)(a),getMessageFallback:c=g.d,messages:d,namespace:e,onError:h=g.b,...i}){return function({messages:a,namespace:b,...c},d){return a=a["!"],b=(0,g.r)(b,"!"),(0,g.a)({...c,messages:a,namespace:b})}({...i,onError:h,cache:a,formatters:b,getMessageFallback:c,messages:{"!":d},namespace:e?`!.${e}`:"!"},"!")}({...a,namespace:b})}),i=(0,d.cache)(async function(a){let b,c;return"string"==typeof a?b=a:a&&(c=a.locale,b=a.namespace),h(await (0,e.A)(c),b)})},53153:(a,b,c)=>{"use strict";c.r(b),c.d(b,{"4002da25f7060eb44b5a5cab6970af8981c78bbd53":()=>d.rD,"4009ba02e1d5a7d97c2fb7074f650cba5c6f5ad756":()=>d.Gh,"402aa1501dd0c7a68544f21b80d900b0255d933eb6":()=>d.AZ,"402e4bc586c0b320976d8dd653824c4af620e39489":()=>d.O1,"403634685459f6437e05978635f7b2e7088cc19352":()=>d.summarizeYoutubeAction});var d=c(18746)},57075:a=>{"use strict";a.exports=require("node:stream")},58352:(a,b,c)=>{"use strict";c.d(b,{AgentEventStream:()=>g});var d=c(64173),e=c(17240),f=c(71813);function g({agentId:a,rootId:b,topicId:c,initialEvents:g}){let i=(0,f.c)("app"),[j,k]=(0,e.useState)(g);return(0,e.useRef)(g.length>0?g[g.length-1].seq:-1),(0,d.jsx)("div",{className:"flex-1 overflow-y-auto",children:(0,d.jsx)("div",{className:"mx-auto max-w-3xl px-6 py-6 space-y-2",children:0===j.length?(0,d.jsx)("p",{className:"text-sm text-muted-foreground italic",children:i("agents.noEvents")}):j.map(a=>(0,d.jsx)(h,{event:a},a.seq))})})}function h({event:a}){let b=new Date(a.ts).toLocaleTimeString();return"agent-start"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:"agent-start"}),(0,d.jsxs)("p",{className:"text-xs",children:[a.meta.role," \xb7 ",a.meta.harness," \xb7 ",a.meta.model]})]}):"agent-end"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:`agent-end (${a.status})`}),a.error&&(0,d.jsx)("p",{className:"text-xs text-destructive",children:a.error})]}):"turn-start"===a.type?(0,d.jsx)(i,{children:(0,d.jsx)(j,{time:b,type:`turn-start (${a.turnId})`})}):"turn-end"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:`turn-end (${a.status})`}),a.error&&(0,d.jsx)("p",{className:"text-xs text-destructive",children:a.error})]}):"user-message"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:"user-message"}),(0,d.jsx)("pre",{className:"text-xs whitespace-pre-wrap",children:a.text})]}):"assistant-delta"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:"assistant-delta"}),(0,d.jsx)("pre",{className:"text-xs whitespace-pre-wrap",children:a.text})]}):"tool-use"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:`tool-use: ${a.name}`}),(0,d.jsx)("pre",{className:"text-[11px] whitespace-pre-wrap font-mono",children:JSON.stringify(a.input,null,2)})]}):"tool-result"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:`tool-result${a.isError?" (error)":""}`}),(0,d.jsx)("pre",{className:"text-[11px] whitespace-pre-wrap font-mono max-h-64 overflow-y-auto",children:a.content})]}):"system"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:`system: ${a.subtype??"system"}`}),(0,d.jsx)("pre",{className:"text-xs whitespace-pre-wrap",children:a.text})]}):"error"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:"error"}),(0,d.jsx)("pre",{className:"text-xs text-destructive whitespace-pre-wrap",children:a.message})]}):null}function i({children:a}){return(0,d.jsx)("div",{className:"rounded-md border bg-muted/20 p-3",children:a})}function j({time:a,type:b}){return(0,d.jsxs)("div",{className:"text-[10px] uppercase tracking-wider text-muted-foreground mb-1 flex items-center gap-2",children:[(0,d.jsx)("span",{className:"font-mono",children:a}),(0,d.jsx)("span",{children:b})]})}},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")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67248:(a,b,c)=>{"use strict";c.d(b,{E:()=>i});var d=c(63003);c(34750);var e=c(86209),f=c(65715),g=c(26290);let h=(0,e.F)("inline-flex w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded-full border border-transparent px-2 py-0.5 text-xs font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&>svg]:pointer-events-none [&>svg]:size-3",{variants:{variant:{default:"bg-primary text-primary-foreground [a&]:hover:bg-primary/90",secondary:"bg-secondary text-secondary-foreground [a&]:hover:bg-secondary/90",destructive:"bg-destructive text-white focus-visible:ring-destructive/20 dark:bg-destructive/60 dark:focus-visible:ring-destructive/40 [a&]:hover:bg-destructive/90",outline:"border-border text-foreground [a&]:hover:bg-accent [a&]:hover:text-accent-foreground",ghost:"[a&]:hover:bg-accent [a&]:hover:text-accent-foreground",link:"text-primary underline-offset-4 [a&]:hover:underline"}},defaultVariants:{variant:"default"}});function i({className:a,variant:b="default",asChild:c=!1,...e}){let i=c?f.bL:"span";return(0,d.jsx)(i,{"data-slot":"badge","data-variant":b,className:(0,g.cn)(h({variant:b}),a),...e})}},71152:a=>{"use strict";a.exports=require("esbuild")},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)},73024:a=>{"use strict";a.exports=require("node:fs")},73136:a=>{"use strict";a.exports=require("node:url")},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)},75919:a=>{"use strict";a.exports=require("node:worker_threads")},76760:a=>{"use strict";a.exports=require("node:path")},76952:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{default:()=>s});var e=c(63003),f=c(20594),g=c.n(f),h=c(9310),i=c(17596),j=c(50895),k=c(67248),l=c(84913),m=c(60524),n=c(24576),o=c(16909),p=c(74342),q=c(95022),r=a([o]);async function s({params:a}){var b;let{agentId:c}=await a,d=o.z.get(c);d||(0,h.notFound)();let f=await (0,n.Zn)(d.rootId);f||(0,h.notFound)();let r=(await (0,p.wj)(f.path,d.topicId)).filter(a=>a.agentId===d.id),s=await (0,j.A)("app");return(0,e.jsxs)("main",{className:"flex-1 flex flex-col min-h-0",children:[(0,e.jsxs)("header",{className:"border-b px-6 py-3 flex items-start gap-4",children:[(0,e.jsx)(l.$,{asChild:!0,variant:"ghost",size:"sm",className:"-ml-3 mt-0.5",children:(0,e.jsxs)(g(),{href:`/roots/${d.rootId}/chat/${d.topicId}`,children:[(0,e.jsx)(i.A,{className:"mr-1 h-4 w-4"})," ",s("agents.topicLink")]})}),(0,e.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,e.jsx)("h1",{className:"text-base font-medium truncate",children:d.label}),(0,e.jsxs)("div",{className:"mt-1 flex flex-wrap items-center gap-2 text-xs text-muted-foreground",children:[(0,e.jsx)(k.E,{variant:(b=d.status,"running"===b||"starting"===b?"default":"failed"===b||"cancelled"===b?"destructive":"secondary"),children:d.status}),(0,e.jsx)(k.E,{variant:"outline",className:"font-mono",children:d.role}),(0,e.jsx)(k.E,{variant:"outline",className:"font-mono",children:d.task}),(0,e.jsxs)(k.E,{variant:"secondary",className:"font-mono",children:[d.harness," \xb7 ",d.model]}),(0,e.jsxs)("span",{className:"ml-auto font-mono",children:[new Date(d.startedAt).toLocaleString(),d.endedAt&&` → ${new Date(d.endedAt).toLocaleTimeString()}`]})]}),d.parentId&&(0,e.jsxs)("div",{className:"mt-1 text-[11px] text-muted-foreground",children:["parent:"," ",(0,e.jsx)(g(),{href:`/agents/${d.parentId}`,className:"font-mono underline-offset-2 hover:underline",children:d.parentId})]})]})]}),(0,e.jsx)(m.Separator,{}),(0,e.jsx)(q.AgentEventStream,{agentId:d.id,rootId:d.rootId,topicId:d.topicId,initialEvents:r})]})}o=(r.then?(await r)():r)[0],d()}catch(a){d(a)}})},77598:a=>{"use strict";a.exports=require("node:crypto")},78474:a=>{"use strict";a.exports=require("node:events")},79428:a=>{"use strict";a.exports=require("buffer")},79646:a=>{"use strict";a.exports=require("child_process")},79868:a=>{"use strict";a.exports=require("node:sqlite")},84913:(a,b,c)=>{"use strict";c.d(b,{$:()=>i});var d=c(63003);c(34750);var e=c(86209),f=c(65715),g=c(26290);let h=(0,e.F)("inline-flex shrink-0 items-center justify-center gap-2 rounded-md text-sm font-medium whitespace-nowrap transition-all outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:bg-destructive/60 dark:focus-visible:ring-destructive/40",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",xs:"h-6 gap-1 rounded-md px-2 text-xs has-[>svg]:px-1.5 [&_svg:not([class*='size-'])]:size-3",sm:"h-8 gap-1.5 rounded-md px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-xs":"size-6 rounded-md [&_svg:not([class*='size-'])]:size-3","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function i({className:a,variant:b="default",size:c="default",asChild:e=!1,...i}){let j=e?f.bL:"button";return(0,d.jsx)(j,{"data-slot":"button","data-variant":b,"data-size":c,className:(0,g.cn)(h({variant:b,size:c,className:a})),...i})}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},92950:(a,b,c)=>{Promise.resolve().then(c.bind(c,95022)),Promise.resolve().then(c.bind(c,60524)),Promise.resolve().then(c.bind(c,50155)),Promise.resolve().then(c.bind(c,26922)),Promise.resolve().then(c.bind(c,79008)),Promise.resolve().then(c.bind(c,68146)),Promise.resolve().then(c.bind(c,60936)),Promise.resolve().then(c.bind(c,65138)),Promise.resolve().then(c.bind(c,68902)),Promise.resolve().then(c.bind(c,69644)),Promise.resolve().then(c.bind(c,49186)),Promise.resolve().then(c.bind(c,93099)),Promise.resolve().then(c.bind(c,83594)),Promise.resolve().then(c.bind(c,24375)),Promise.resolve().then(c.bind(c,67135)),Promise.resolve().then(c.bind(c,85105)),Promise.resolve().then(c.bind(c,41886)),Promise.resolve().then(c.bind(c,33309)),Promise.resolve().then(c.bind(c,37550)),Promise.resolve().then(c.bind(c,96623)),Promise.resolve().then(c.bind(c,77372)),Promise.resolve().then(c.bind(c,65478)),Promise.resolve().then(c.bind(c,97230)),Promise.resolve().then(c.bind(c,73552)),Promise.resolve().then(c.bind(c,391)),Promise.resolve().then(c.bind(c,4235)),Promise.resolve().then(c.bind(c,41138)),Promise.resolve().then(c.bind(c,60877)),Promise.resolve().then(c.bind(c,7671)),Promise.resolve().then(c.bind(c,5637)),Promise.resolve().then(c.bind(c,36786)),Promise.resolve().then(c.t.bind(c,20594,23))},95022:(a,b,c)=>{"use strict";c.d(b,{AgentEventStream:()=>d});let d=(0,c(54491).registerClientReference)(function(){throw Error("Attempted to call AgentEventStream() from the server but AgentEventStream is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/reflex-agent/reflex-agent/app/agents/[agentId]/_components/agent-event-stream.tsx","AgentEventStream")},96729:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{"00031941fbf2bead503353a10dec82c48ae3374e17":()=>g.i,"4015abc7c1ab5c13b4967fe3247fb7b273e6afe7af":()=>e.Pd,"403b98828ff6031b05b163dcbc096a7d4958ea26d7":()=>h.$z,"40a40c52f89ccee6e6bec688d1246a72c66cfe6b20":()=>f.uX,"40a6290b393d4b39181944c39ac703d133344ad93f":()=>f.u7,"40bd421b75196b2fd21e9d2495681072fe144afe5d":()=>f.zm,"40db1008123c5f4b2016653826462782ced3438ee4":()=>f.DW,"40e9bdf6da492d898cb95a3bc3992f54b16926c16b":()=>e.nY,"40ecee6f8d7d6fee4b7fdec223f6e24e7e2b02b4a9":()=>h.MU,"609d4ced8e13cb529b51ab1cbdcc944883ef6f328f":()=>e.OQ,"60f065636097082bdca8d7a771954a5b70bc0f54a2":()=>h.Tc,"60f16adfda42bc1297a7276d1dc3c3708f7f5bc4d6":()=>e.L4,"70551ae830c556dc328e99be141f12aef0d9777e54":()=>e.h$,"78fea7d2a69cb84ab9cee2bc2cddf3bff9ee7d020f":()=>e.g3});var e=c(13415),f=c(3890),g=c(50995),h=c(15754),i=a([e,f,h]);[e,f,h]=i.then?(await i)():i,d()}catch(a){d(a)}})}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[9803,8404,9631,7229,4460,5895,1105,7358,1358,285],()=>b(b.s=30369));module.exports=c})();
|
|
2
|
+
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:w.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},n=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===L.isDev,l=c||b.writableEnded;if(ai&&ac&&!f&&!O)return(null==ad?void 0:ad.render404)?await ad.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(aj&&(j=(0,x.parseFallbackField)(aj.fallback)),j===x.FallbackMode.PRERENDER&&(0,v.isBot)(am)&&(!as||ao)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ai=!0),ai&&(j!==x.FallbackMode.NOT_FOUND||f)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),!O&&j!==x.FallbackMode.BLOCKING_STATIC_RENDER&&aC&&!l&&!aa&&U&&(k||!ak)){let b;if((k||aj)&&j===x.FallbackMode.NOT_FOUND)throw new C.NoFallbackError;if(as&&!aq){let c="string"==typeof(null==aj?void 0:aj.fallback)?aj.fallback:k?ah:null;if(b=await L.handleResponse({cacheKey:c,req:a,nextConfig:ae,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:_,isRoutePPREnabled:as,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||au?(0,o.u)(ah):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let n=ai||g||!av?void 0:av;if(at&&void 0!==n)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:w.CachedRouteKind.PAGES,html:y.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=U&&as&&((0,h.getRequestMeta)(a,"renderFallbackShell")||au)?(0,o.u)(ag):null;return m({span:i,postponed:n,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,o=await L.handleResponse({cacheKey:aB,responseGenerator:a=>n({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ai,isRoutePPREnabled:as,req:a,nextConfig:ae,prerenderManifest:_,waitUntil:d.waitUntil});if(aa&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),L.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!o){if(aB)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=o.value)?void 0:f.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=o.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof o.value.postponed;al&&!aw&&(!p||ap)&&(O||b.setHeader("x-nextjs-cache",ai?"REVALIDATED":o.isMiss?"MISS":o.isStale?"STALE":"HIT"),b.setHeader(u.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=o;if(av)l={revalidate:0,expire:void 0};else if(O&&aq&&!ap&&as)l={revalidate:0,expire:void 0};else if(!L.isDev)if(aa)l={revalidate:0,expire:void 0};else if(al){if(o.cacheControl)if("number"==typeof o.cacheControl.revalidate){if(o.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${o.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:o.cacheControl.revalidate,expire:(null==(j=o.cacheControl)?void 0:j.expire)??ae.expireTime}}else l={revalidate:z.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(o.cacheControl=l,"string"==typeof ax&&(null==q?void 0:q.kind)===w.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[z.NEXT_CACHE_TAGS_HEADER];O&&al&&c&&"string"==typeof c&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(ax);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(d,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.EMPTY,cacheControl:o.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...o,value:{...o.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&av)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(O&&al||delete a[z.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[z.NEXT_CACHE_TAGS_HEADER];if(O&&al&&s&&"string"==typeof s&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,s),!q.status||aq&&as||(b.statusCode=q.status),!O&&q.status&&G.RedirectStatusCode[q.status]&&aq&&(b.statusCode=200),p&&b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"1"),aq&&!aa){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:q.html,cacheControl:aw?{revalidate:0,expire:void 0}:o.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(q.rscData,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl})}let t=q.html;if(!p||O||aq)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:o.cacheControl});if(at)return t.push(new ReadableStream({start(a){a.enqueue(A.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}});let v=new TransformStream;return t.push(v.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(v.writable)}).catch(a=>{v.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}})};if(!aG)return await aF.withPropagatedContext(a.headers,()=>aF.trace(i.BaseServerSpan.handleRequest,{spanName:`${aE} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aE,"http.target":a.url}},p));await p(aG)}catch(b){throw b instanceof C.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:al,isOnDemandRevalidate:ai})},ad),b}}},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)},31421:a=>{"use strict";a.exports=require("node:child_process")},33873:a=>{"use strict";a.exports=require("path")},35320:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{"00845f96527f3684e6def80bdc0f333ecb2b61ef09":()=>g.i,"40063ad620375e57329871a0f9124a04c117ad5cc3":()=>f.uX,"4015f6e0e4760a82616dc12e15576087d7b6702fe1":()=>f.DW,"403f7b0d85cf7c88c82a18d0e5ffcbc8402c96524e":()=>h.MU,"404d285de9f75afe539d9c23e180e4b21e3e7f6d72":()=>f.zm,"405ba248f3b8f498b3cf29d89a836c4582f7963f63":()=>e.nY,"405eec77015823504c4d87c03db040d53fa326e6e4":()=>f.u7,"408c0a7dd30a0bd18e85787c67a8bc6f8fc6163ba5":()=>e.Pd,"40e724d0266b2a3a906045e1cd0703077a4ac6ecbc":()=>h.$z,"60aca7b73665ef85604f648bbe1616034cd83463a3":()=>e.L4,"60df3de3deb95f983017fdc2bba70bf2726dc3d05a":()=>h.Tc,"60fecb3b35cfccc39f4a7fc774f2e9dacb58ff6e92":()=>e.OQ,"7044d226c44bc09b7f8a89033c20eab29f5d5002f9":()=>e.h$,"78c3f2500c42332a8c114501958483c62375d5516b":()=>e.g3});var e=c(13415),f=c(3890),g=c(50995),h=c(15754),i=a([e,f,h]);[e,f,h]=i.then?(await i)():i,d()}catch(a){d(a)}})},36306:a=>{"use strict";a.exports=import("@tailwindcss/node")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},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)},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)},48161:a=>{"use strict";a.exports=require("node:os")},50895:(a,b,c)=>{"use strict";c.d(b,{A:()=>i});var d=c(34750),e=c(22708),f=c(1278),g=c(14851),h=(0,d.cache)(function(a,b){return function({_cache:a=(0,f.b)(),_formatters:b=(0,f.c)(a),getMessageFallback:c=g.d,messages:d,namespace:e,onError:h=g.b,...i}){return function({messages:a,namespace:b,...c},d){return a=a["!"],b=(0,g.r)(b,"!"),(0,g.a)({...c,messages:a,namespace:b})}({...i,onError:h,cache:a,formatters:b,getMessageFallback:c,messages:{"!":d},namespace:e?`!.${e}`:"!"},"!")}({...a,namespace:b})}),i=(0,d.cache)(async function(a){let b,c;return"string"==typeof a?b=a:a&&(c=a.locale,b=a.namespace),h(await (0,e.A)(c),b)})},57075:a=>{"use strict";a.exports=require("node:stream")},57322:(a,b,c)=>{"use strict";c.r(b),c.d(b,{"400ddb824d30603de9917be19ae03162f48a2248bd":()=>d.rD,"4075d44f247542613eeee0bc7505c689034714102a":()=>d.AZ,"409079487f75e4cf3ab9696e1e8d8fc194f0dcd91e":()=>d.summarizeYoutubeAction,"40a209060b84cd95d16dc67fabf413752b4e0168dc":()=>d.Gh,"40eb0f61a08b9a540de060e836ca0fd50f44d17552":()=>d.O1});var d=c(18746)},58352:(a,b,c)=>{"use strict";c.d(b,{AgentEventStream:()=>g});var d=c(64173),e=c(17240),f=c(71813);function g({agentId:a,rootId:b,topicId:c,initialEvents:g}){let i=(0,f.c)("app"),[j,k]=(0,e.useState)(g);return(0,e.useRef)(g.length>0?g[g.length-1].seq:-1),(0,d.jsx)("div",{className:"flex-1 overflow-y-auto",children:(0,d.jsx)("div",{className:"mx-auto max-w-3xl px-6 py-6 space-y-2",children:0===j.length?(0,d.jsx)("p",{className:"text-sm text-muted-foreground italic",children:i("agents.noEvents")}):j.map(a=>(0,d.jsx)(h,{event:a},a.seq))})})}function h({event:a}){let b=new Date(a.ts).toLocaleTimeString();return"agent-start"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:"agent-start"}),(0,d.jsxs)("p",{className:"text-xs",children:[a.meta.role," \xb7 ",a.meta.harness," \xb7 ",a.meta.model]})]}):"agent-end"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:`agent-end (${a.status})`}),a.error&&(0,d.jsx)("p",{className:"text-xs text-destructive",children:a.error})]}):"turn-start"===a.type?(0,d.jsx)(i,{children:(0,d.jsx)(j,{time:b,type:`turn-start (${a.turnId})`})}):"turn-end"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:`turn-end (${a.status})`}),a.error&&(0,d.jsx)("p",{className:"text-xs text-destructive",children:a.error})]}):"user-message"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:"user-message"}),(0,d.jsx)("pre",{className:"text-xs whitespace-pre-wrap",children:a.text})]}):"assistant-delta"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:"assistant-delta"}),(0,d.jsx)("pre",{className:"text-xs whitespace-pre-wrap",children:a.text})]}):"tool-use"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:`tool-use: ${a.name}`}),(0,d.jsx)("pre",{className:"text-[11px] whitespace-pre-wrap font-mono",children:JSON.stringify(a.input,null,2)})]}):"tool-result"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:`tool-result${a.isError?" (error)":""}`}),(0,d.jsx)("pre",{className:"text-[11px] whitespace-pre-wrap font-mono max-h-64 overflow-y-auto",children:a.content})]}):"system"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:`system: ${a.subtype??"system"}`}),(0,d.jsx)("pre",{className:"text-xs whitespace-pre-wrap",children:a.text})]}):"error"===a.type?(0,d.jsxs)(i,{children:[(0,d.jsx)(j,{time:b,type:"error"}),(0,d.jsx)("pre",{className:"text-xs text-destructive whitespace-pre-wrap",children:a.message})]}):null}function i({children:a}){return(0,d.jsx)("div",{className:"rounded-md border bg-muted/20 p-3",children:a})}function j({time:a,type:b}){return(0,d.jsxs)("div",{className:"text-[10px] uppercase tracking-wider text-muted-foreground mb-1 flex items-center gap-2",children:[(0,d.jsx)("span",{className:"font-mono",children:a}),(0,d.jsx)("span",{children:b})]})}},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")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67248:(a,b,c)=>{"use strict";c.d(b,{E:()=>i});var d=c(63003);c(34750);var e=c(86209),f=c(65715),g=c(26290);let h=(0,e.F)("inline-flex w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded-full border border-transparent px-2 py-0.5 text-xs font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&>svg]:pointer-events-none [&>svg]:size-3",{variants:{variant:{default:"bg-primary text-primary-foreground [a&]:hover:bg-primary/90",secondary:"bg-secondary text-secondary-foreground [a&]:hover:bg-secondary/90",destructive:"bg-destructive text-white focus-visible:ring-destructive/20 dark:bg-destructive/60 dark:focus-visible:ring-destructive/40 [a&]:hover:bg-destructive/90",outline:"border-border text-foreground [a&]:hover:bg-accent [a&]:hover:text-accent-foreground",ghost:"[a&]:hover:bg-accent [a&]:hover:text-accent-foreground",link:"text-primary underline-offset-4 [a&]:hover:underline"}},defaultVariants:{variant:"default"}});function i({className:a,variant:b="default",asChild:c=!1,...e}){let i=c?f.bL:"span";return(0,d.jsx)(i,{"data-slot":"badge","data-variant":b,className:(0,g.cn)(h({variant:b}),a),...e})}},71152:a=>{"use strict";a.exports=require("esbuild")},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)},73024:a=>{"use strict";a.exports=require("node:fs")},73136:a=>{"use strict";a.exports=require("node:url")},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)},75919:a=>{"use strict";a.exports=require("node:worker_threads")},76760:a=>{"use strict";a.exports=require("node:path")},76952:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{default:()=>s});var e=c(63003),f=c(20594),g=c.n(f),h=c(9310),i=c(17596),j=c(50895),k=c(67248),l=c(84913),m=c(60524),n=c(24576),o=c(16909),p=c(74342),q=c(95022),r=a([o]);async function s({params:a}){var b;let{agentId:c}=await a,d=o.z.get(c);d||(0,h.notFound)();let f=await (0,n.Zn)(d.rootId);f||(0,h.notFound)();let r=(await (0,p.wj)(f.path,d.topicId)).filter(a=>a.agentId===d.id),s=await (0,j.A)("app");return(0,e.jsxs)("main",{className:"flex-1 flex flex-col min-h-0",children:[(0,e.jsxs)("header",{className:"border-b px-6 py-3 flex items-start gap-4",children:[(0,e.jsx)(l.$,{asChild:!0,variant:"ghost",size:"sm",className:"-ml-3 mt-0.5",children:(0,e.jsxs)(g(),{href:`/roots/${d.rootId}/chat/${d.topicId}`,children:[(0,e.jsx)(i.A,{className:"mr-1 h-4 w-4"})," ",s("agents.topicLink")]})}),(0,e.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,e.jsx)("h1",{className:"text-base font-medium truncate",children:d.label}),(0,e.jsxs)("div",{className:"mt-1 flex flex-wrap items-center gap-2 text-xs text-muted-foreground",children:[(0,e.jsx)(k.E,{variant:(b=d.status,"running"===b||"starting"===b?"default":"failed"===b||"cancelled"===b?"destructive":"secondary"),children:d.status}),(0,e.jsx)(k.E,{variant:"outline",className:"font-mono",children:d.role}),(0,e.jsx)(k.E,{variant:"outline",className:"font-mono",children:d.task}),(0,e.jsxs)(k.E,{variant:"secondary",className:"font-mono",children:[d.harness," \xb7 ",d.model]}),(0,e.jsxs)("span",{className:"ml-auto font-mono",children:[new Date(d.startedAt).toLocaleString(),d.endedAt&&` → ${new Date(d.endedAt).toLocaleTimeString()}`]})]}),d.parentId&&(0,e.jsxs)("div",{className:"mt-1 text-[11px] text-muted-foreground",children:["parent:"," ",(0,e.jsx)(g(),{href:`/agents/${d.parentId}`,className:"font-mono underline-offset-2 hover:underline",children:d.parentId})]})]})]}),(0,e.jsx)(m.Separator,{}),(0,e.jsx)(q.AgentEventStream,{agentId:d.id,rootId:d.rootId,topicId:d.topicId,initialEvents:r})]})}o=(r.then?(await r)():r)[0],d()}catch(a){d(a)}})},77598:a=>{"use strict";a.exports=require("node:crypto")},78474:a=>{"use strict";a.exports=require("node:events")},79428:a=>{"use strict";a.exports=require("buffer")},79646:a=>{"use strict";a.exports=require("child_process")},79868:a=>{"use strict";a.exports=require("node:sqlite")},84913:(a,b,c)=>{"use strict";c.d(b,{$:()=>i});var d=c(63003);c(34750);var e=c(86209),f=c(65715),g=c(26290);let h=(0,e.F)("inline-flex shrink-0 items-center justify-center gap-2 rounded-md text-sm font-medium whitespace-nowrap transition-all outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:bg-destructive/60 dark:focus-visible:ring-destructive/40",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",xs:"h-6 gap-1 rounded-md px-2 text-xs has-[>svg]:px-1.5 [&_svg:not([class*='size-'])]:size-3",sm:"h-8 gap-1.5 rounded-md px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-xs":"size-6 rounded-md [&_svg:not([class*='size-'])]:size-3","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function i({className:a,variant:b="default",size:c="default",asChild:e=!1,...i}){let j=e?f.bL:"button";return(0,d.jsx)(j,{"data-slot":"button","data-variant":b,"data-size":c,className:(0,g.cn)(h({variant:b,size:c,className:a})),...i})}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},92950:(a,b,c)=>{Promise.resolve().then(c.bind(c,95022)),Promise.resolve().then(c.bind(c,60524)),Promise.resolve().then(c.bind(c,50155)),Promise.resolve().then(c.bind(c,26922)),Promise.resolve().then(c.bind(c,79008)),Promise.resolve().then(c.bind(c,68146)),Promise.resolve().then(c.bind(c,60936)),Promise.resolve().then(c.bind(c,65138)),Promise.resolve().then(c.bind(c,68902)),Promise.resolve().then(c.bind(c,69644)),Promise.resolve().then(c.bind(c,49186)),Promise.resolve().then(c.bind(c,93099)),Promise.resolve().then(c.bind(c,83594)),Promise.resolve().then(c.bind(c,24375)),Promise.resolve().then(c.bind(c,67135)),Promise.resolve().then(c.bind(c,85105)),Promise.resolve().then(c.bind(c,41886)),Promise.resolve().then(c.bind(c,33309)),Promise.resolve().then(c.bind(c,37550)),Promise.resolve().then(c.bind(c,96623)),Promise.resolve().then(c.bind(c,77372)),Promise.resolve().then(c.bind(c,65478)),Promise.resolve().then(c.bind(c,97230)),Promise.resolve().then(c.bind(c,73552)),Promise.resolve().then(c.bind(c,391)),Promise.resolve().then(c.bind(c,4235)),Promise.resolve().then(c.bind(c,41138)),Promise.resolve().then(c.bind(c,60877)),Promise.resolve().then(c.bind(c,7671)),Promise.resolve().then(c.bind(c,5637)),Promise.resolve().then(c.bind(c,36786)),Promise.resolve().then(c.t.bind(c,20594,23))},95022:(a,b,c)=>{"use strict";c.d(b,{AgentEventStream:()=>d});let d=(0,c(54491).registerClientReference)(function(){throw Error("Attempted to call AgentEventStream() from the server but AgentEventStream is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/reflex-agent/reflex-agent/app/agents/[agentId]/_components/agent-event-stream.tsx","AgentEventStream")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[9803,8404,9631,7229,4460,5895,1105,7358,1358,285],()=>b(b.s=30369));module.exports=c})();
|