reflex-agent 0.9.1 → 0.10.1
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 +114 -113
- package/.next/app-path-routes-manifest.json +9 -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/server/app/_not-found/page.js +2 -2
- 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 -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 +1 -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 +1 -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 +1 -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 +2 -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 +1 -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 +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/onboarding/page.js +3 -4
- 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 -3
- 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 -3
- 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 +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 +6 -6
- 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 +9 -9
- package/.next/server/chunks/1105.js +1 -1
- package/.next/server/chunks/1358.js +1 -1
- package/.next/server/chunks/2108.js +1 -0
- package/.next/server/chunks/243.js +1 -0
- package/.next/server/chunks/2552.js +1 -1
- package/.next/server/chunks/285.js +7 -6
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/{6326.js → 3829.js} +2 -2
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/4925.js +1 -1
- package/.next/server/chunks/{1988.js → 5470.js} +2 -2
- package/.next/server/chunks/6216.js +1 -1
- package/.next/server/chunks/7229.js +2 -0
- package/.next/server/chunks/7358.js +4 -4
- package/.next/server/chunks/7800.js +1 -1
- package/.next/server/chunks/827.js +1 -0
- package/.next/server/chunks/8501.js +1 -0
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9448.js +3 -0
- package/.next/server/chunks/9631.js +2 -2
- package/.next/server/chunks/{3749.js → 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/_error.js +3 -3
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/1215-6bf6c0997a3966b5.js +1 -0
- package/.next/static/chunks/{3954-fe27ff41d9bf012d.js → 2038-0849f9c03cc8d6ab.js} +1 -1
- package/.next/static/chunks/4108.e60f6f2d13c6e341.js +1 -0
- package/.next/static/chunks/{6445-99824866a51b582a.js → 5041-50b52df22f60e028.js} +1 -1
- package/.next/static/chunks/5475-fd7801895adb058e.js +1 -0
- package/.next/static/chunks/{5235-990ba9c4c8446446.js → 6231-d572db56a0a44f92.js} +2 -2
- package/.next/static/chunks/7529-5e60df9bb54dac00.js +1 -0
- package/.next/static/chunks/7544-361ab91088caf4e2.js +1 -0
- package/.next/static/chunks/83-c3e4801d1362769d.js +1 -0
- package/.next/static/chunks/{5097-f07f6aeee3f60a33.js → 9776-e3882c1c63293e0a.js} +1 -1
- package/.next/static/chunks/app/audit/page-8dcb779a1ca1f1d1.js +1 -0
- package/.next/static/chunks/app/layout-d10a100470029f0e.js +1 -0
- package/.next/static/chunks/app/onboarding/page-a52d76f48c071f59.js +1 -0
- package/.next/static/chunks/app/{page-ad10be3dfddf1726.js → page-8551ff0fd6989e65.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-ca235f5f1d523635.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-aebc35e79e6e16d6.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-9b4a28b335dd8190.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-ab2801337dc9cc52.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/page-85f4eb885ecb80a1.js +1 -0
- package/.next/static/chunks/app/roots/new/page-4036140c7828948d.js +1 -0
- package/.next/static/chunks/app/settings/page-175f2087baeb2328.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-5f86538339553350.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-223495e5566167ef.js +1 -0
- package/.next/static/chunks/app/utilities/page-cbd341f4f56941a0.js +1 -0
- package/.next/static/chunks/{webpack-274d59f6d4391442.js → webpack-680c8fa1cf6aef64.js} +1 -1
- package/.next/trace +89 -89
- package/package.json +1 -1
- package/.next/server/chunks/1088.js +0 -1
- package/.next/server/chunks/192.js +0 -1
- package/.next/server/chunks/2143.js +0 -1
- package/.next/server/chunks/2356.js +0 -1
- package/.next/server/chunks/3775.js +0 -1
- package/.next/server/chunks/445.js +0 -3
- package/.next/server/chunks/5844.js +0 -1
- package/.next/server/chunks/7572.js +0 -2
- package/.next/server/chunks/9617.js +0 -1
- package/.next/static/chunks/2390-079e9ccc8bd20e63.js +0 -1
- package/.next/static/chunks/4108.4e39a8f41278c35d.js +0 -1
- package/.next/static/chunks/5822-6d9ec5c9f0cc673f.js +0 -1
- package/.next/static/chunks/7703-d9e4d0e072aed92d.js +0 -1
- package/.next/static/chunks/8302-4918fb0ed8cc2283.js +0 -1
- package/.next/static/chunks/8336-e69c4adb375513c5.js +0 -1
- package/.next/static/chunks/app/audit/page-e3445076d462aa80.js +0 -1
- package/.next/static/chunks/app/layout-7e681a7d621e2e09.js +0 -1
- package/.next/static/chunks/app/onboarding/page-69bd037838f9e996.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-dc406db1caaa8b38.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-b0ef88a66b2f0d1d.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-aa93ae31a8ee3c99.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-4526b98999cca3ad.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js +0 -1
- package/.next/static/chunks/app/roots/new/page-03431339c6cd8f24.js +0 -1
- package/.next/static/chunks/app/settings/page-a19a41e378e7d8a4.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-f9087c14a67b4dcd.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-f57871e8c1ab1f72.js +0 -1
- package/.next/static/chunks/app/utilities/page-ca382ce386f0d77c.js +0 -1
- /package/.next/static/{Phb9nqftdL6MOVwBc0yAc → fQIjUyzIepDxqQpzYlf6H}/_buildManifest.js +0 -0
- /package/.next/static/{Phb9nqftdL6MOVwBc0yAc → fQIjUyzIepDxqQpzYlf6H}/_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.