reflex-agent 0.13.2 → 0.13.4
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 +99 -99
- package/.next/app-path-routes-manifest.json +8 -8
- 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 +2 -2
- 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_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.js +28 -10
- 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 +2 -2
- 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_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_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 -8
- package/.next/server/chunks/1116.js +1 -1
- package/.next/server/chunks/1358.js +1 -1
- package/.next/server/chunks/1960.js +1 -1
- package/.next/server/chunks/2552.js +1 -1
- package/.next/server/chunks/2678.js +3 -0
- package/.next/server/chunks/2688.js +4 -0
- package/.next/server/chunks/285.js +6 -6
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/4031.js +1 -1
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/491.js +1 -0
- package/.next/server/chunks/4925.js +1 -1
- package/.next/server/chunks/6238.js +1 -0
- package/.next/server/chunks/{5172.js → 8425.js} +1 -1
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9579.js +1 -1
- package/.next/server/chunks/9809.js +1 -1
- package/.next/server/functions-config-manifest.json +1 -1
- 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/pages-manifest.json +1 -1
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/3717-339a6fc5e3b929f9.js +1 -0
- package/.next/static/chunks/4108.58294dcccaecb2f1.js +1 -0
- package/.next/static/chunks/4179-847dcd61bef8c59f.js +1 -0
- package/.next/static/chunks/4273-0b053f2035ad088d.js +1 -0
- package/.next/static/chunks/5596-93b53c14a2d5c59a.js +1 -0
- package/.next/static/chunks/9001-6f38a673a3868871.js +1 -0
- package/.next/static/chunks/app/layout-5e042e4e97dcea31.js +1 -0
- package/.next/static/chunks/app/onboarding/page-97aa4ad99276380f.js +1 -0
- package/.next/static/chunks/app/page-0c090eba51732036.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-292bc4cdceb6ea1d.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-5e4f7b893c02c2bd.js +1 -0
- package/.next/static/chunks/app/roots/[id]/memory/page-b1fd919707f00c99.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-da97fb20eef9677c.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-932edf8ce73b23bc.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/page-7339062dee577728.js +1 -0
- package/.next/static/chunks/app/roots/new/page-c96a333c1ef53fba.js +1 -0
- package/.next/static/chunks/app/settings/page-75c61dd145bed57e.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-e4b74cf795d4e211.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-ea8352712b521f75.js +1 -0
- package/.next/static/chunks/app/utilities/page-b5514f6c3291e23f.js +1 -0
- package/.next/static/chunks/{webpack-96a46ed6f170dc97.js → webpack-a4eadc02863be5eb.js} +1 -1
- package/.next/trace +90 -90
- package/lib/server/utilities/worker-bootstrap.js +28 -19
- package/package.json +1 -1
- package/.next/server/chunks/2455.js +0 -4
- package/.next/server/chunks/5082.js +0 -1
- package/.next/server/chunks/6880.js +0 -3
- package/.next/server/chunks/9157.js +0 -1
- package/.next/static/chunks/124-15fc36c432df3dbf.js +0 -1
- package/.next/static/chunks/2084-7233d5537043daca.js +0 -1
- package/.next/static/chunks/4108.dc018213e45cb33d.js +0 -1
- package/.next/static/chunks/4728-bc5cf7af49fca773.js +0 -1
- package/.next/static/chunks/9813-b766d258f203cf47.js +0 -1
- package/.next/static/chunks/9819-9c9fce1bc9bfd112.js +0 -1
- package/.next/static/chunks/app/layout-2a915770c355308f.js +0 -1
- package/.next/static/chunks/app/onboarding/page-863f1b600bf234e0.js +0 -1
- package/.next/static/chunks/app/page-13508f16cf38f321.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-3be786d8da8f76d5.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-46920cb7c416ea8a.js +0 -1
- package/.next/static/chunks/app/roots/[id]/memory/page-8391c646562e05f2.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-22fd50b40a9d7da1.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-7efe470b18d48df2.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/page-8783e266b597fb1a.js +0 -1
- package/.next/static/chunks/app/roots/new/page-f3fc15595bc31190.js +0 -1
- package/.next/static/chunks/app/settings/page-ef1f77cbd60deaa7.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-517af2077ca1619b.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-cd2a7884a45d7e3d.js +0 -1
- package/.next/static/chunks/app/utilities/page-d6d31ca1ba920ef9.js +0 -1
- /package/.next/static/{14BmONHeyoAOMNd2xJOGC → my3C6nd2vY80TaiBNwet5}/_buildManifest.js +0 -0
- /package/.next/static/{14BmONHeyoAOMNd2xJOGC → my3C6nd2vY80TaiBNwet5}/_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.