reflex-agent 0.8.0 → 0.9.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 +104 -104
- package/.next/app-path-routes-manifest.json +11 -11
- package/.next/build-manifest.json +5 -5
- package/.next/prerender-manifest.json +7 -7
- package/.next/react-loadable-manifest.json +1 -1
- package/.next/server/app/_not-found/page.js +1 -1
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/agents/[agentId]/page.js +3 -3
- 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 +2 -2
- 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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/oauth/callback/route.js +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +3 -3
- 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 +2 -2
- 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/audit/page.js +1 -1
- 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/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 +3 -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]/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 +1 -1
- 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 +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 +1 -1
- 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 +11 -11
- package/.next/server/chunks/1105.js +1 -1
- package/.next/server/chunks/126.js +4 -0
- package/.next/server/chunks/{3152.js → 1358.js} +1 -1
- package/.next/server/chunks/1769.js +4 -0
- package/.next/server/chunks/2485.js +2 -2
- package/.next/server/chunks/2787.js +1 -0
- package/.next/server/chunks/285.js +52 -19
- package/.next/server/chunks/3325.js +1 -0
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/3662.js +1 -0
- package/.next/server/chunks/3834.js +1 -0
- package/.next/server/chunks/4031.js +2 -2
- package/.next/server/chunks/4315.js +3 -0
- package/.next/server/chunks/4334.js +1 -0
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/4863.js +1 -1
- package/.next/server/chunks/4925.js +1 -1
- package/.next/server/chunks/539.js +1 -1
- package/.next/server/chunks/6038.js +1 -1
- package/.next/server/chunks/{6822.js → 6060.js} +1 -1
- package/.next/server/chunks/6483.js +2 -2
- package/.next/server/chunks/6796.js +1 -0
- package/.next/server/chunks/7220.js +1 -0
- package/.next/server/chunks/7358.js +52 -19
- package/.next/server/chunks/8576.js +7 -0
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9179.js +7 -0
- package/.next/server/chunks/9897.js +4 -0
- 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/1160-65b58f7f28665195.js +1 -0
- package/.next/static/chunks/2658-cc99fd9ba2a00562.js +1 -0
- package/.next/static/chunks/4108.9f8cc28a75365b81.js +1 -0
- package/.next/static/chunks/5009-9a5e431b79b6d31a.js +1 -0
- package/.next/static/chunks/6525-6a879c1bae21d76b.js +1 -0
- package/.next/static/chunks/9129-2656848b2540e05d.js +1 -0
- package/.next/static/chunks/app/layout-ad875f9d0eb94653.js +1 -0
- package/.next/static/chunks/app/onboarding/page-9dd30a7cc94ad562.js +1 -0
- package/.next/static/chunks/app/page-28756fb2874347a0.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-5cbee36c42e841cd.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-4ef320e1d42925da.js +1 -0
- package/.next/static/chunks/app/roots/[id]/{page-6a9df2bb923bb1d3.js → page-130496cce12e4d65.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-a7985128904fb885.js +1 -0
- package/.next/static/chunks/app/roots/new/page-ab8f40cf85744a4f.js +1 -0
- package/.next/static/chunks/app/settings/page-0e912af785eefc49.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-aaabf42daed89c53.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-fc19e1ed2c5b6d91.js +1 -0
- package/.next/static/chunks/app/utilities/page-6d361b43b2b8997c.js +1 -0
- package/.next/static/chunks/{webpack-6f08731be9714ee4.js → webpack-0eaa6fc269024b97.js} +1 -1
- package/.next/trace +89 -89
- package/dist/lib/reflex/agents/prompts.js +45 -0
- package/dist/lib/reflex/agents/prompts.js.map +1 -1
- package/package.json +1 -1
- package/.next/server/chunks/2920.js +0 -1
- package/.next/server/chunks/3151.js +0 -3
- package/.next/server/chunks/4197.js +0 -4
- package/.next/server/chunks/8872.js +0 -1
- package/.next/server/chunks/9637.js +0 -1
- package/.next/static/chunks/4108.aca4cb07ce9b3ed2.js +0 -1
- package/.next/static/chunks/4138-d787eac2eac9c9a8.js +0 -1
- package/.next/static/chunks/4847-a85e8d18ea0da09e.js +0 -1
- package/.next/static/chunks/527-c86224761908776e.js +0 -1
- package/.next/static/chunks/70-61c97afa667d1efe.js +0 -1
- package/.next/static/chunks/8270-8e72f6c35eb03ad2.js +0 -1
- package/.next/static/chunks/app/layout-c712136be28f3127.js +0 -1
- package/.next/static/chunks/app/onboarding/page-a4145c3e505dfe74.js +0 -1
- package/.next/static/chunks/app/page-6096902532dd6ec8.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-b3d8e79a61db4bdc.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-75d2a17f6f78a45d.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-8a3c2c81fce5b020.js +0 -1
- package/.next/static/chunks/app/roots/new/page-dc4edb7f4cbc2441.js +0 -1
- package/.next/static/chunks/app/settings/page-df5f4911b7f3a2df.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-050853f9974f0915.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-d5494af2daf1c38d.js +0 -1
- package/.next/static/chunks/app/utilities/page-3ee2dc6d66ad4154.js +0 -1
- /package/.next/static/{F56etct0NPc8KXiqqJQvx → MBVnqa0-K_3N0C89I_I5d}/_buildManifest.js +0 -0
- /package/.next/static/{F56etct0NPc8KXiqqJQvx → MBVnqa0-K_3N0C89I_I5d}/_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.