reflex-agent 0.17.0 → 0.18.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.
Files changed (142) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +79 -79
  3. package/.next/app-path-routes-manifest.json +5 -5
  4. package/.next/build-manifest.json +5 -5
  5. package/.next/prerender-manifest.json +3 -3
  6. package/.next/react-loadable-manifest.json +1 -1
  7. package/.next/server/app/_not-found/page.js +2 -2
  8. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  9. package/.next/server/app/agents/[agentId]/page.js +2 -2
  10. package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -1
  11. package/.next/server/app/api/agents/[agentId]/respond/route.js +1 -1
  12. package/.next/server/app/api/agents/[agentId]/respond/route_client-reference-manifest.js +1 -1
  13. package/.next/server/app/api/images/[rootId]/[file]/route_client-reference-manifest.js +1 -1
  14. package/.next/server/app/api/oauth/callback/route_client-reference-manifest.js +1 -1
  15. package/.next/server/app/api/oauth/start/route_client-reference-manifest.js +1 -1
  16. package/.next/server/app/api/roots/[id]/attachments/route_client-reference-manifest.js +1 -1
  17. package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js +1 -1
  18. package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route_client-reference-manifest.js +1 -1
  19. package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js +1 -1
  20. package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route_client-reference-manifest.js +1 -1
  21. package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js +1 -1
  22. package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route_client-reference-manifest.js +1 -1
  23. package/.next/server/app/api/roots/[id]/dashboard/route.js +1 -1
  24. package/.next/server/app/api/roots/[id]/dashboard/route_client-reference-manifest.js +1 -1
  25. package/.next/server/app/api/roots/[id]/suggestions/route.js +1 -1
  26. package/.next/server/app/api/roots/[id]/suggestions/route_client-reference-manifest.js +1 -1
  27. package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route_client-reference-manifest.js +1 -1
  28. package/.next/server/app/api/utilities/[scope]/[id]/host/route.js +1 -1
  29. package/.next/server/app/api/utilities/[scope]/[id]/host/route_client-reference-manifest.js +1 -1
  30. package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -1
  31. package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -1
  32. package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
  33. package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
  34. package/.next/server/app/api/utilities/install-archive/route_client-reference-manifest.js +1 -1
  35. package/.next/server/app/audit/page.js +2 -2
  36. package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
  37. package/.next/server/app/dispatcher/page.js +2 -2
  38. package/.next/server/app/dispatcher/page_client-reference-manifest.js +1 -1
  39. package/.next/server/app/onboarding/page.js +3 -3
  40. package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  41. package/.next/server/app/page.js +2 -2
  42. package/.next/server/app/page.js.nft.json +1 -1
  43. package/.next/server/app/page_client-reference-manifest.js +1 -1
  44. package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
  45. package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
  46. package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
  47. package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
  48. package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
  49. package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
  50. package/.next/server/app/roots/[id]/memory/page.js +2 -2
  51. package/.next/server/app/roots/[id]/memory/page_client-reference-manifest.js +1 -1
  52. package/.next/server/app/roots/[id]/page.js +4 -4
  53. package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
  54. package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
  55. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
  56. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
  57. package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
  58. package/.next/server/app/roots/[id]/workflows/page.js +2 -2
  59. package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
  60. package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
  61. package/.next/server/app/roots/new/page.js +3 -3
  62. package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
  63. package/.next/server/app/settings/page.js +4 -4
  64. package/.next/server/app/settings/page.js.nft.json +1 -1
  65. package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  66. package/.next/server/app/share/[id]/file/page.js +2 -2
  67. package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
  68. package/.next/server/app/share/[id]/page.js +2 -2
  69. package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
  70. package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
  71. package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
  72. package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
  73. package/.next/server/app/utilities/page.js +2 -2
  74. package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
  75. package/.next/server/app-paths-manifest.json +5 -5
  76. package/.next/server/chunks/1358.js +1 -1
  77. package/.next/server/chunks/285.js +7 -7
  78. package/.next/server/chunks/3332.js +1 -1
  79. package/.next/server/chunks/3443.js +1 -0
  80. package/.next/server/chunks/3908.js +3 -0
  81. package/.next/server/chunks/4578.js +3 -1
  82. package/.next/server/chunks/4812.js +1 -1
  83. package/.next/server/chunks/6193.js +1 -0
  84. package/.next/server/chunks/8310.js +4 -0
  85. package/.next/server/chunks/8499.js +1 -0
  86. package/.next/server/chunks/9098.js +1 -1
  87. package/.next/server/chunks/9809.js +1 -1
  88. package/.next/server/functions-config-manifest.json +3 -3
  89. package/.next/server/middleware-build-manifest.js +1 -1
  90. package/.next/server/middleware-manifest.json +5 -5
  91. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  92. package/.next/server/pages/500.html +1 -1
  93. package/.next/server/server-reference-manifest.js +1 -1
  94. package/.next/server/server-reference-manifest.json +1 -1
  95. package/.next/static/chunks/1993-9dca1b1e6fd2aa4a.js +1 -0
  96. package/.next/static/chunks/4108.1f4c5d5167258fc2.js +1 -0
  97. package/.next/static/chunks/4339-598f4d295a1c9fd7.js +1 -0
  98. package/.next/static/chunks/7523-8e1a30a0a94360e6.js +1 -0
  99. package/.next/static/chunks/8700-67255781ff8535f8.js +1 -0
  100. package/.next/static/chunks/972-d90180d5752f1033.js +1 -0
  101. package/.next/static/chunks/app/layout-eade5a1d9244edb1.js +1 -0
  102. package/.next/static/chunks/app/onboarding/page-48b932af2f1ba2fa.js +1 -0
  103. package/.next/static/chunks/app/page-86e96e2ba12ff458.js +1 -0
  104. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/{page-1048058013d15529.js → page-12dc5a32dabf680b.js} +1 -1
  105. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-dfe79e6d415b578f.js +1 -0
  106. package/.next/static/chunks/app/roots/[id]/memory/{page-ba0c5cfb119f3d9f.js → page-aab917d8048049e7.js} +1 -1
  107. package/.next/static/chunks/app/roots/[id]/page-eb45813070de86e8.js +1 -0
  108. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-3a7c7dcc78644559.js +1 -0
  109. package/.next/static/chunks/app/roots/[id]/workflows/{page-4ca8b986a2441bb6.js → page-e784b93a39334d2d.js} +1 -1
  110. package/.next/static/chunks/app/roots/new/page-60665535912274c9.js +1 -0
  111. package/.next/static/chunks/app/settings/page-7c74a4601ded9acb.js +1 -0
  112. package/.next/static/chunks/app/share/[id]/{page-f6c7d5ecdade71e6.js → page-5758d5aea102929e.js} +1 -1
  113. package/.next/static/chunks/app/utilities/[scope]/[id]/page-b0e4daae2e153833.js +1 -0
  114. package/.next/static/chunks/app/utilities/page-4b344f56d64101fa.js +1 -0
  115. package/.next/static/chunks/{webpack-9a901eb0ce37db73.js → webpack-a051eba7e7f1881f.js} +1 -1
  116. package/.next/trace +90 -90
  117. package/dist/lib/reflex/commands/start.js +23 -0
  118. package/dist/lib/reflex/commands/start.js.map +1 -1
  119. package/package.json +1 -1
  120. package/.next/server/chunks/174.js +0 -1
  121. package/.next/server/chunks/2884.js +0 -3
  122. package/.next/server/chunks/4602.js +0 -4
  123. package/.next/server/chunks/495.js +0 -1
  124. package/.next/server/chunks/6720.js +0 -1
  125. package/.next/static/chunks/3845-66f364dff106ba18.js +0 -1
  126. package/.next/static/chunks/4108.738ffa1f849a5485.js +0 -1
  127. package/.next/static/chunks/5494-59e2a85639ebb34b.js +0 -1
  128. package/.next/static/chunks/5968-21bac68b48bbccd3.js +0 -1
  129. package/.next/static/chunks/8151-e56a8e4752a0d552.js +0 -1
  130. package/.next/static/chunks/8283-59e528f04d14b616.js +0 -1
  131. package/.next/static/chunks/app/layout-186c97c612efcc2b.js +0 -1
  132. package/.next/static/chunks/app/onboarding/page-3917771d56a7020e.js +0 -1
  133. package/.next/static/chunks/app/page-298e012b6af8bfaa.js +0 -1
  134. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-cc4904953269d69c.js +0 -1
  135. package/.next/static/chunks/app/roots/[id]/page-dad905d102ac2cdd.js +0 -1
  136. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-5248846e8f56270e.js +0 -1
  137. package/.next/static/chunks/app/roots/new/page-6d42e9ea5d2274c0.js +0 -1
  138. package/.next/static/chunks/app/settings/page-7478ef9e4699d815.js +0 -1
  139. package/.next/static/chunks/app/utilities/[scope]/[id]/page-4a0895c7ccc143ff.js +0 -1
  140. package/.next/static/chunks/app/utilities/page-35a987453b809462.js +0 -1
  141. /package/.next/static/{lsd-85A_MGaBztIdQYLgO → 9aIZJd7Nzsm6QMTXf63On}/_buildManifest.js +0 -0
  142. /package/.next/static/{lsd-85A_MGaBztIdQYLgO → 9aIZJd7Nzsm6QMTXf63On}/_ssgManifest.js +0 -0
@@ -7,16 +7,16 @@
7
7
  "/api/oauth/start": {},
8
8
  "/api/roots/[id]/attachments": {},
9
9
  "/api/roots/[id]/chat/[topicId]/send": {},
10
- "/api/roots/[id]/chat/[topicId]/stream": {},
11
10
  "/api/roots/[id]/chat/[topicId]/stop": {},
11
+ "/api/roots/[id]/chat/[topicId]/stream": {},
12
12
  "/api/roots/[id]/dashboard": {},
13
13
  "/api/roots/[id]/suggestions": {},
14
14
  "/api/utilities/[scope]/[id]/bundle.js": {},
15
15
  "/api/utilities/[scope]/[id]/host-api.mjs": {},
16
16
  "/api/utilities/[scope]/[id]/host-ui.mjs": {},
17
17
  "/api/utilities/[scope]/[id]/host": {},
18
- "/api/utilities/install-archive": {},
18
+ "/api/utilities/[scope]/[id]/iframe": {},
19
19
  "/api/utilities/[scope]/[id]/style.css": {},
20
- "/api/utilities/[scope]/[id]/iframe": {}
20
+ "/api/utilities/install-archive": {}
21
21
  }
22
22
  }
@@ -1 +1 @@
1
- globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:[],rootMainFiles:["static/chunks/webpack-9a901eb0ce37db73.js","static/chunks/6fe292aa-7126ff9d6732e864.js","static/chunks/146-ccee3b26755b68c8.js","static/chunks/main-app-ebe67847147d19aa.js"],rootMainFilesTree:{},pages:{"/_app":["static/chunks/webpack-9a901eb0ce37db73.js","static/chunks/framework-aaa7c1a953276299.js","static/chunks/main-bfb98fc1d6aa1d45.js","static/chunks/pages/_app-bf8bc157ace53d59.js"],"/_error":["static/chunks/webpack-9a901eb0ce37db73.js","static/chunks/framework-aaa7c1a953276299.js","static/chunks/main-bfb98fc1d6aa1d45.js","static/chunks/pages/_error-da89ab2956f0cf38.js"]},ampFirstPages:[]},globalThis.__BUILD_MANIFEST.lowPriorityFiles=["/static/"+process.env.__NEXT_BUILD_ID+"/_buildManifest.js",,"/static/"+process.env.__NEXT_BUILD_ID+"/_ssgManifest.js"];
1
+ globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:[],rootMainFiles:["static/chunks/webpack-a051eba7e7f1881f.js","static/chunks/6fe292aa-7126ff9d6732e864.js","static/chunks/146-ccee3b26755b68c8.js","static/chunks/main-app-ebe67847147d19aa.js"],rootMainFilesTree:{},pages:{"/_app":["static/chunks/webpack-a051eba7e7f1881f.js","static/chunks/framework-aaa7c1a953276299.js","static/chunks/main-bfb98fc1d6aa1d45.js","static/chunks/pages/_app-bf8bc157ace53d59.js"],"/_error":["static/chunks/webpack-a051eba7e7f1881f.js","static/chunks/framework-aaa7c1a953276299.js","static/chunks/main-bfb98fc1d6aa1d45.js","static/chunks/pages/_error-da89ab2956f0cf38.js"]},ampFirstPages:[]},globalThis.__BUILD_MANIFEST.lowPriorityFiles=["/static/"+process.env.__NEXT_BUILD_ID+"/_buildManifest.js",,"/static/"+process.env.__NEXT_BUILD_ID+"/_ssgManifest.js"];
@@ -17,11 +17,11 @@
17
17
  "wasm": [],
18
18
  "assets": [],
19
19
  "env": {
20
- "__NEXT_BUILD_ID": "lsd-85A_MGaBztIdQYLgO",
21
- "NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "p9aTfKjfwlP1ipIqda20LybJlYhG7/IfUdZLZELk4gs=",
22
- "__NEXT_PREVIEW_MODE_ID": "64b41705b04835549ba1fe6f26ea28b3",
23
- "__NEXT_PREVIEW_MODE_SIGNING_KEY": "1b37345e4522113c7c081d519c0348fbd5e837db1c9eda653840436096a946be",
24
- "__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "c2ed2f980b7f1d83813916b00d78748782f20f9f20816f04523057d04d128bd0"
20
+ "__NEXT_BUILD_ID": "9aIZJd7Nzsm6QMTXf63On",
21
+ "NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "1CMeArVl0mUjec4TS5JKqWLAyTPISKxq7iiQAOlsoxc=",
22
+ "__NEXT_PREVIEW_MODE_ID": "fcdc44f233a69f78156735f2bb7ba206",
23
+ "__NEXT_PREVIEW_MODE_SIGNING_KEY": "9e262216e9b3eb9684958b4962334373f50c797430df75258dc4abc8c2d0728c",
24
+ "__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "4cdb18967ae5b79d1e81dd9e8b30d7dc6469d3e7ae620a410727254d49c48fab"
25
25
  }
26
26
  }
27
27
  },
@@ -1 +1 @@
1
- self.__REACT_LOADABLE_MANIFEST='{"app/roots/[id]/chat/[topicId]/_components/interaction-cards.tsx -> @/lib/server/oauth-actions":{"id":94108,"files":["static/chunks/4108.738ffa1f849a5485.js"]}}';
1
+ self.__REACT_LOADABLE_MANIFEST='{"app/roots/[id]/chat/[topicId]/_components/interaction-cards.tsx -> @/lib/server/oauth-actions":{"id":94108,"files":["static/chunks/4108.1f4c5d5167258fc2.js"]}}';
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-9a901eb0ce37db73.js" defer=""></script><script src="/_next/static/chunks/framework-aaa7c1a953276299.js" defer=""></script><script src="/_next/static/chunks/main-bfb98fc1d6aa1d45.js" defer=""></script><script src="/_next/static/chunks/pages/_app-bf8bc157ace53d59.js" defer=""></script><script src="/_next/static/chunks/pages/_error-da89ab2956f0cf38.js" defer=""></script><script src="/_next/static/lsd-85A_MGaBztIdQYLgO/_buildManifest.js" defer=""></script><script src="/_next/static/lsd-85A_MGaBztIdQYLgO/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"lsd-85A_MGaBztIdQYLgO","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1
+ <!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-a051eba7e7f1881f.js" defer=""></script><script src="/_next/static/chunks/framework-aaa7c1a953276299.js" defer=""></script><script src="/_next/static/chunks/main-bfb98fc1d6aa1d45.js" defer=""></script><script src="/_next/static/chunks/pages/_app-bf8bc157ace53d59.js" defer=""></script><script src="/_next/static/chunks/pages/_error-da89ab2956f0cf38.js" defer=""></script><script src="/_next/static/9aIZJd7Nzsm6QMTXf63On/_buildManifest.js" defer=""></script><script src="/_next/static/9aIZJd7Nzsm6QMTXf63On/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"9aIZJd7Nzsm6QMTXf63On","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>