reflex-agent 0.15.0 → 0.17.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 +97 -90
- package/.next/app-path-routes-manifest.json +3 -2
- 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 +2 -2
- 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 +4 -4
- 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 +3 -3
- 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 +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.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 +3 -2
- 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 -1
- package/.next/server/chunks/174.js +1 -0
- package/.next/server/chunks/2485.js +3 -3
- package/.next/server/chunks/269.js +1 -1
- package/.next/server/chunks/285.js +40 -25
- package/.next/server/chunks/2884.js +3 -0
- package/.next/server/chunks/3240.js +1 -1
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/3377.js +1 -1
- 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} +36 -21
- package/.next/server/chunks/4578.js +1 -1
- package/.next/server/chunks/4602.js +4 -0
- package/.next/server/chunks/4611.js +1 -0
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/4840.js +1 -1
- package/.next/server/chunks/495.js +1 -0
- package/.next/server/chunks/5319.js +1 -1
- package/.next/server/chunks/569.js +1 -1
- package/.next/server/chunks/6142.js +1 -0
- package/.next/server/chunks/6720.js +1 -0
- package/.next/server/chunks/7220.js +1 -1
- package/.next/server/chunks/7430.js +1 -0
- package/.next/server/chunks/8511.js +1 -1
- 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 +3 -3
- 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/3845-66f364dff106ba18.js +1 -0
- package/.next/static/chunks/4108.738ffa1f849a5485.js +1 -0
- package/.next/static/chunks/5494-59e2a85639ebb34b.js +1 -0
- package/.next/static/chunks/{6560-d68897c384b289dc.js → 5968-21bac68b48bbccd3.js} +1 -1
- package/.next/static/chunks/{7037-7d9a908022d947da.js → 8151-e56a8e4752a0d552.js} +1 -1
- package/.next/static/chunks/8283-59e528f04d14b616.js +1 -0
- package/.next/static/chunks/{8775-c1985f74619ced58.js → 8775-890699c74c28df61.js} +1 -1
- 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-186c97c612efcc2b.js +1 -0
- package/.next/static/chunks/app/onboarding/page-3917771d56a7020e.js +1 -0
- package/.next/static/chunks/app/page-298e012b6af8bfaa.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/{page-ac80b75a50880fef.js → page-1048058013d15529.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-cc4904953269d69c.js +1 -0
- package/.next/static/chunks/app/roots/[id]/layout-78f8e23cdd4112b9.js +1 -0
- package/.next/static/chunks/app/roots/[id]/memory/{page-ae9c453a059a7c48.js → page-ba0c5cfb119f3d9f.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/page-dad905d102ac2cdd.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-5248846e8f56270e.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/page-4ca8b986a2441bb6.js +1 -0
- package/.next/static/chunks/app/roots/new/{page-530bbb61fefeadc8.js → page-6d42e9ea5d2274c0.js} +1 -1
- package/.next/static/chunks/app/settings/page-7478ef9e4699d815.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-f6c7d5ecdade71e6.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-4a0895c7ccc143ff.js +1 -0
- package/.next/static/chunks/app/utilities/page-35a987453b809462.js +1 -0
- package/.next/static/chunks/{webpack-bf73daacb1b20997.js → webpack-9a901eb0ce37db73.js} +1 -1
- package/.next/static/lsd-85A_MGaBztIdQYLgO/_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/package.json +1 -1
- package/.next/server/chunks/2258.js +0 -1
- package/.next/server/chunks/3966.js +0 -1
- package/.next/server/chunks/4201.js +0 -3
- package/.next/server/chunks/8133.js +0 -1
- package/.next/server/chunks/8309.js +0 -4
- package/.next/static/1JOww-AoS7M9R4-h4i1EK/_buildManifest.js +0 -1
- package/.next/static/chunks/1807-29ed83a7f19aa21e.js +0 -1
- package/.next/static/chunks/3908-7e7f22cd1d3c47ed.js +0 -1
- package/.next/static/chunks/4108.1e51cb6f9a9638b0.js +0 -1
- package/.next/static/chunks/6559-329fd074773ef4f2.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-0385fc4c09255a22.js +0 -1
- package/.next/static/chunks/app/onboarding/page-e49a9a7a81bdc74e.js +0 -1
- package/.next/static/chunks/app/page-d11913f531a6920e.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-30c5a6767d469a99.js +0 -1
- package/.next/static/chunks/app/roots/[id]/layout-5d0cd3b754198853.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-074640697b6db60a.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-6e23d0a8b8bc570b.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/page-2a7d5c4f49b41e14.js +0 -1
- package/.next/static/chunks/app/settings/page-3b79c11349d439b5.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-b5e74b24b29e3918.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-ec338e725c434ecd.js +0 -1
- package/.next/static/chunks/app/utilities/page-fb110c605c6dedb6.js +0 -1
- /package/.next/static/{1JOww-AoS7M9R4-h4i1EK → lsd-85A_MGaBztIdQYLgO}/_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.