reflex-agent 0.14.0 → 0.16.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 +123 -116
- package/.next/app-path-routes-manifest.json +10 -9
- package/.next/build-manifest.json +5 -5
- package/.next/prerender-manifest.json +3 -3
- package/.next/react-loadable-manifest.json +1 -1
- package/.next/routes-manifest.json +6 -0
- package/.next/server/app/_not-found/page.js +1 -1
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/agents/[agentId]/page.js +1 -1
- package/.next/server/app/agents/[agentId]/page.js.nft.json +1 -1
- package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route.js +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route.js.nft.json +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.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.js +0 -0
- 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.js.nft.json +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.js.nft.json +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js +2 -2
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js.nft.json +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.js.nft.json +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route.js +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route.js.nft.json +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.js.nft.json +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/install-archive/route_client-reference-manifest.js +1 -1
- package/.next/server/app/audit/page.js +2 -2
- package/.next/server/app/audit/page.js.nft.json +1 -1
- package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
- package/.next/server/app/dispatcher/page.js +2 -0
- package/.next/server/app/dispatcher/page.js.nft.json +1 -0
- package/.next/server/app/dispatcher/page_client-reference-manifest.js +1 -0
- package/.next/server/app/onboarding/page.js +3 -3
- package/.next/server/app/onboarding/page.js.nft.json +1 -1
- package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/memory/page.js +2 -2
- package/.next/server/app/roots/[id]/memory/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/memory/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/page.js +6 -6
- package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/workflows/page.js +2 -2
- package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/new/page.js +4 -4
- package/.next/server/app/roots/new/page.js.nft.json +1 -1
- package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page.js +4 -4
- package/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/file/page.js +2 -2
- package/.next/server/app/share/[id]/file/page.js.nft.json +1 -1
- package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/page.js +2 -2
- package/.next/server/app/share/[id]/page.js.nft.json +1 -1
- package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
- package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
- package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/utilities/page.js +2 -2
- package/.next/server/app/utilities/page.js.nft.json +1 -1
- package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +10 -9
- package/.next/server/chunks/1105.js +1 -1
- package/.next/server/chunks/1116.js +1 -1
- package/.next/server/chunks/1307.js +1 -0
- package/.next/server/chunks/1358.js +1 -1
- package/.next/server/chunks/1638.js +1 -0
- package/.next/server/chunks/2485.js +3 -3
- package/.next/server/chunks/2510.js +3 -0
- package/.next/server/chunks/269.js +1 -1
- package/.next/server/chunks/285.js +31 -27
- package/.next/server/chunks/3240.js +1 -1
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/3377.js +1 -0
- package/.next/server/chunks/3834.js +1 -1
- package/.next/server/chunks/4031.js +2 -2
- package/.next/server/chunks/4066.js +1 -1
- package/.next/server/chunks/{7358.js → 4251.js} +25 -21
- package/.next/server/chunks/4337.js +1 -0
- package/.next/server/chunks/4578.js +1 -0
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/4840.js +1 -1
- package/.next/server/chunks/4854.js +1 -0
- package/.next/server/chunks/5319.js +1 -1
- package/.next/server/chunks/569.js +1 -1
- package/.next/server/chunks/{4299.js → 5813.js} +2 -2
- package/.next/server/chunks/6142.js +1 -0
- package/.next/server/chunks/6840.js +1 -0
- package/.next/server/chunks/7220.js +1 -1
- package/.next/server/chunks/8511.js +1 -0
- package/.next/server/chunks/8576.js +2 -2
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9179.js +2 -2
- package/.next/server/chunks/9809.js +1 -1
- package/.next/server/chunks/9835.js +1 -1
- package/.next/server/functions-config-manifest.json +4 -4
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/2032-2a4123eb930cdaec.js +1 -0
- package/.next/static/chunks/2195-5b259de7dc1ecc65.js +1 -0
- package/.next/static/chunks/4108.282aed8c9dfa51c8.js +1 -0
- package/.next/static/chunks/4552-62988861b1d3487a.js +1 -0
- package/.next/static/chunks/7480-0f167c09fef1e184.js +1 -0
- package/.next/static/chunks/{6231-d572db56a0a44f92.js → 9338-9f6c33a593b60e12.js} +3 -3
- package/.next/static/chunks/9775-e1967b6eb70917ab.js +1 -0
- package/.next/static/chunks/app/api/agents/[agentId]/respond/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/images/[rootId]/[file]/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/oauth/callback/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/oauth/start/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/attachments/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/dashboard/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/roots/[id]/suggestions/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/iframe/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/style.css/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/api/utilities/install-archive/route-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/dispatcher/page-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/layout-4b952afc754a9eab.js +1 -0
- package/.next/static/chunks/app/onboarding/page-4eb39d2da8f5b74b.js +1 -0
- package/.next/static/chunks/app/page-e4f20a2af6ee840f.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/{page-ac00a7a8d6a16da8.js → page-c318e0d7bc378401.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/{page-14cb4b8a24e40dc7.js → page-0ac4deefd549778a.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/layout-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/roots/[id]/memory/page-aac52678a724ac55.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-959e66eecb5cf5a8.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-7af415baf1c31a66.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/{page-8175a0fbbc465472.js → page-6d9a9259c8419689.js} +1 -1
- package/.next/static/chunks/app/roots/new/page-7b70107d4e1444bf.js +1 -0
- package/.next/static/chunks/app/settings/page-5a7bf1544311bc84.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-acffd9a36ab71a6c.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/{page-5aaa4731a5ab783d.js → page-015bce192284cbfd.js} +1 -1
- package/.next/static/chunks/app/utilities/page-96f769b25ff57602.js +1 -0
- package/.next/static/chunks/{webpack-e60c7ddfa84db519.js → webpack-455b1fa7690b2149.js} +1 -1
- package/.next/static/css/eef5a7cce3f3a4b3.css +1 -0
- package/.next/static/hPYprisLL4KmGxvyJ-Jan/_buildManifest.js +1 -0
- package/.next/trace +90 -90
- package/.next/types/app/dispatcher/page.ts +84 -0
- package/.next/types/routes.d.ts +2 -1
- package/.next/types/validator.ts +9 -0
- package/dist/lib/reflex/agents/prompts.js +22 -0
- package/dist/lib/reflex/agents/prompts.js.map +1 -1
- package/dist/lib/reflex/prompts/defaults.js +3 -2
- package/dist/lib/reflex/prompts/defaults.js.map +1 -1
- package/package.json +1 -1
- package/.next/server/chunks/3091.js +0 -1
- package/.next/server/chunks/3795.js +0 -3
- package/.next/server/chunks/6648.js +0 -1
- package/.next/server/chunks/969.js +0 -1
- package/.next/static/1y4wPze4yO8DprxGKwSXQ/_buildManifest.js +0 -1
- package/.next/static/chunks/2608-755e5d9ca79c19dc.js +0 -1
- package/.next/static/chunks/4108.17cd7704e88bcb32.js +0 -1
- package/.next/static/chunks/4442-79daa48fe7845771.js +0 -1
- package/.next/static/chunks/6226-819ec17660994a7d.js +0 -1
- package/.next/static/chunks/7922-9a16eb68adcc7498.js +0 -1
- package/.next/static/chunks/9624-7dc547ab202a1d82.js +0 -1
- package/.next/static/chunks/app/api/agents/[agentId]/respond/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/images/[rootId]/[file]/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/oauth/callback/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/oauth/start/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/roots/[id]/attachments/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/roots/[id]/dashboard/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/roots/[id]/suggestions/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/iframe/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/utilities/[scope]/[id]/style.css/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/api/utilities/install-archive/route-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/layout-5caae9e60f5d6d42.js +0 -1
- package/.next/static/chunks/app/onboarding/page-3bb8ad02f9c88fdf.js +0 -1
- package/.next/static/chunks/app/page-6e32890e646e50aa.js +0 -1
- package/.next/static/chunks/app/roots/[id]/layout-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/roots/[id]/memory/page-7bbe675652b7f9e8.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-2080ede443a668d2.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-c744450355558209.js +0 -1
- package/.next/static/chunks/app/roots/new/page-3d83b5dfb0a8f869.js +0 -1
- package/.next/static/chunks/app/settings/page-550fab06213d866c.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-c290e46d1beba1ff.js +0 -1
- package/.next/static/chunks/app/utilities/page-0e362fd622574297.js +0 -1
- package/.next/static/css/6144318015aa8092.css +0 -1
- /package/.next/static/{1y4wPze4yO8DprxGKwSXQ → hPYprisLL4KmGxvyJ-Jan}/_ssgManifest.js +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.