reflex-agent 0.13.5 → 0.15.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 (213) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +113 -106
  3. package/.next/app-path-routes-manifest.json +10 -9
  4. package/.next/build-manifest.json +5 -5
  5. package/.next/prerender-manifest.json +7 -7
  6. package/.next/react-loadable-manifest.json +1 -1
  7. package/.next/server/app/_not-found/page.js +1 -1
  8. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  9. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  10. package/.next/server/app/agents/[agentId]/page.js +2 -2
  11. package/.next/server/app/agents/[agentId]/page.js.nft.json +1 -1
  12. package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -1
  13. package/.next/server/app/api/agents/[agentId]/respond/route.js +1 -1
  14. package/.next/server/app/api/agents/[agentId]/respond/route.js.nft.json +1 -1
  15. package/.next/server/app/api/agents/[agentId]/respond/route_client-reference-manifest.js +1 -1
  16. package/.next/server/app/api/images/[rootId]/[file]/route_client-reference-manifest.js +1 -1
  17. package/.next/server/app/api/oauth/callback/route_client-reference-manifest.js +1 -1
  18. package/.next/server/app/api/oauth/start/route_client-reference-manifest.js +1 -1
  19. package/.next/server/app/api/roots/[id]/attachments/route.js +0 -0
  20. package/.next/server/app/api/roots/[id]/attachments/route_client-reference-manifest.js +1 -1
  21. package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js +1 -1
  22. package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js.nft.json +1 -1
  23. package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route_client-reference-manifest.js +1 -1
  24. package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js +1 -1
  25. package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js.nft.json +1 -1
  26. package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route_client-reference-manifest.js +1 -1
  27. package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js +2 -2
  28. package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js.nft.json +1 -1
  29. package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route_client-reference-manifest.js +1 -1
  30. package/.next/server/app/api/roots/[id]/dashboard/route.js +1 -1
  31. package/.next/server/app/api/roots/[id]/dashboard/route.js.nft.json +1 -1
  32. package/.next/server/app/api/roots/[id]/dashboard/route_client-reference-manifest.js +1 -1
  33. package/.next/server/app/api/roots/[id]/suggestions/route.js +1 -1
  34. package/.next/server/app/api/roots/[id]/suggestions/route.js.nft.json +1 -1
  35. package/.next/server/app/api/roots/[id]/suggestions/route_client-reference-manifest.js +1 -1
  36. package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route_client-reference-manifest.js +1 -1
  37. package/.next/server/app/api/utilities/[scope]/[id]/host/route.js +1 -1
  38. package/.next/server/app/api/utilities/[scope]/[id]/host/route.js.nft.json +1 -1
  39. package/.next/server/app/api/utilities/[scope]/[id]/host/route_client-reference-manifest.js +1 -1
  40. package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -1
  41. package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route.js +53 -1
  42. package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -1
  43. package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
  44. package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
  45. package/.next/server/app/api/utilities/install-archive/route.js +1 -0
  46. package/.next/server/app/api/utilities/install-archive/route.js.nft.json +1 -0
  47. package/.next/server/app/api/utilities/install-archive/route_client-reference-manifest.js +1 -0
  48. package/.next/server/app/audit/page.js +1 -1
  49. package/.next/server/app/audit/page.js.nft.json +1 -1
  50. package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
  51. package/.next/server/app/onboarding/page.js +3 -3
  52. package/.next/server/app/onboarding/page.js.nft.json +1 -1
  53. package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  54. package/.next/server/app/page.js +2 -2
  55. package/.next/server/app/page.js.nft.json +1 -1
  56. package/.next/server/app/page_client-reference-manifest.js +1 -1
  57. package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
  58. package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
  59. package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
  60. package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
  61. package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
  62. package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
  63. package/.next/server/app/roots/[id]/memory/page.js +1 -1
  64. package/.next/server/app/roots/[id]/memory/page.js.nft.json +1 -1
  65. package/.next/server/app/roots/[id]/memory/page_client-reference-manifest.js +1 -1
  66. package/.next/server/app/roots/[id]/page.js +4 -4
  67. package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
  68. package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
  69. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
  70. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
  71. package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
  72. package/.next/server/app/roots/[id]/workflows/page.js +2 -2
  73. package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
  74. package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
  75. package/.next/server/app/roots/new/page.js +3 -3
  76. package/.next/server/app/roots/new/page.js.nft.json +1 -1
  77. package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
  78. package/.next/server/app/settings/page.js +5 -5
  79. package/.next/server/app/settings/page.js.nft.json +1 -1
  80. package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  81. package/.next/server/app/share/[id]/file/page.js +2 -2
  82. package/.next/server/app/share/[id]/file/page.js.nft.json +1 -1
  83. package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
  84. package/.next/server/app/share/[id]/page.js +2 -2
  85. package/.next/server/app/share/[id]/page.js.nft.json +1 -1
  86. package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
  87. package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
  88. package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
  89. package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
  90. package/.next/server/app/utilities/page.js +2 -2
  91. package/.next/server/app/utilities/page.js.nft.json +1 -1
  92. package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
  93. package/.next/server/app-paths-manifest.json +10 -9
  94. package/.next/server/chunks/1105.js +1 -1
  95. package/.next/server/chunks/1358.js +1 -1
  96. package/.next/server/chunks/1638.js +1 -0
  97. package/.next/server/chunks/{7239.js → 2258.js} +1 -1
  98. package/.next/server/chunks/285.js +19 -15
  99. package/.next/server/chunks/3332.js +1 -1
  100. package/.next/server/chunks/3377.js +1 -0
  101. package/.next/server/chunks/3966.js +1 -0
  102. package/.next/server/chunks/4201.js +3 -0
  103. package/.next/server/chunks/4578.js +1 -0
  104. package/.next/server/chunks/4812.js +1 -1
  105. package/.next/server/chunks/7300.js +56 -4
  106. package/.next/server/chunks/7358.js +12 -8
  107. package/.next/server/chunks/8133.js +1 -0
  108. package/.next/server/chunks/{7564.js → 8309.js} +2 -2
  109. package/.next/server/chunks/8511.js +1 -0
  110. package/.next/server/chunks/9098.js +1 -1
  111. package/.next/server/chunks/9809.js +1 -1
  112. package/.next/server/chunks/9861.js +57 -5
  113. package/.next/server/functions-config-manifest.json +4 -3
  114. package/.next/server/middleware-build-manifest.js +1 -1
  115. package/.next/server/middleware-manifest.json +5 -5
  116. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  117. package/.next/server/pages/500.html +1 -1
  118. package/.next/server/server-reference-manifest.js +1 -1
  119. package/.next/server/server-reference-manifest.json +1 -1
  120. package/.next/static/1JOww-AoS7M9R4-h4i1EK/_buildManifest.js +1 -0
  121. package/.next/static/chunks/1807-29ed83a7f19aa21e.js +1 -0
  122. package/.next/static/chunks/3908-7e7f22cd1d3c47ed.js +1 -0
  123. package/.next/static/chunks/4108.1e51cb6f9a9638b0.js +1 -0
  124. package/.next/static/chunks/6559-329fd074773ef4f2.js +1 -0
  125. package/.next/static/chunks/6560-d68897c384b289dc.js +1 -0
  126. package/.next/static/chunks/7037-7d9a908022d947da.js +1 -0
  127. package/.next/static/chunks/{8775-890699c74c28df61.js → 8775-c1985f74619ced58.js} +1 -1
  128. package/.next/static/chunks/{6231-d572db56a0a44f92.js → 9338-9f6c33a593b60e12.js} +3 -3
  129. package/.next/static/chunks/app/api/agents/[agentId]/respond/route-5d0cd3b754198853.js +1 -0
  130. package/.next/static/chunks/app/api/images/[rootId]/[file]/route-5d0cd3b754198853.js +1 -0
  131. package/.next/static/chunks/app/api/oauth/callback/route-5d0cd3b754198853.js +1 -0
  132. package/.next/static/chunks/app/api/oauth/start/route-5d0cd3b754198853.js +1 -0
  133. package/.next/static/chunks/app/api/roots/[id]/attachments/route-5d0cd3b754198853.js +1 -0
  134. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-5d0cd3b754198853.js +1 -0
  135. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-5d0cd3b754198853.js +1 -0
  136. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-5d0cd3b754198853.js +1 -0
  137. package/.next/static/chunks/app/api/roots/[id]/dashboard/route-5d0cd3b754198853.js +1 -0
  138. package/.next/static/chunks/app/api/roots/[id]/suggestions/route-5d0cd3b754198853.js +1 -0
  139. package/.next/static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-5d0cd3b754198853.js +1 -0
  140. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host/route-5d0cd3b754198853.js +1 -0
  141. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-5d0cd3b754198853.js +1 -0
  142. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-5d0cd3b754198853.js +1 -0
  143. package/.next/static/chunks/app/api/utilities/[scope]/[id]/iframe/route-5d0cd3b754198853.js +1 -0
  144. package/.next/static/chunks/app/api/utilities/[scope]/[id]/style.css/route-5d0cd3b754198853.js +1 -0
  145. package/.next/static/chunks/app/api/utilities/install-archive/route-5d0cd3b754198853.js +1 -0
  146. package/.next/static/chunks/app/layout-0385fc4c09255a22.js +1 -0
  147. package/.next/static/chunks/app/onboarding/page-e49a9a7a81bdc74e.js +1 -0
  148. package/.next/static/chunks/app/page-d11913f531a6920e.js +1 -0
  149. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-ac80b75a50880fef.js +1 -0
  150. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-30c5a6767d469a99.js +1 -0
  151. package/.next/static/chunks/app/roots/[id]/layout-5d0cd3b754198853.js +1 -0
  152. package/.next/static/chunks/app/roots/[id]/memory/{page-495bfa5d5ccc95fc.js → page-ae9c453a059a7c48.js} +1 -1
  153. package/.next/static/chunks/app/roots/[id]/page-074640697b6db60a.js +1 -0
  154. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-6e23d0a8b8bc570b.js +1 -0
  155. package/.next/static/chunks/app/roots/[id]/workflows/page-2a7d5c4f49b41e14.js +1 -0
  156. package/.next/static/chunks/app/roots/new/page-530bbb61fefeadc8.js +1 -0
  157. package/.next/static/chunks/app/settings/page-3b79c11349d439b5.js +1 -0
  158. package/.next/static/chunks/app/share/[id]/page-b5e74b24b29e3918.js +1 -0
  159. package/.next/static/chunks/app/utilities/[scope]/[id]/page-ec338e725c434ecd.js +1 -0
  160. package/.next/static/chunks/app/utilities/page-fb110c605c6dedb6.js +1 -0
  161. package/.next/static/chunks/{webpack-87d6f4f6cb0681d9.js → webpack-bf73daacb1b20997.js} +1 -1
  162. package/.next/static/css/eef5a7cce3f3a4b3.css +1 -0
  163. package/.next/trace +90 -90
  164. package/.next/types/app/api/utilities/install-archive/route.ts +347 -0
  165. package/.next/types/routes.d.ts +2 -1
  166. package/.next/types/validator.ts +9 -0
  167. package/dist/lib/reflex/agents/prompts.js +22 -0
  168. package/dist/lib/reflex/agents/prompts.js.map +1 -1
  169. package/dist/lib/reflex/prompts/defaults.js +6 -2
  170. package/dist/lib/reflex/prompts/defaults.js.map +1 -1
  171. package/package.json +2 -1
  172. package/.next/server/chunks/462.js +0 -3
  173. package/.next/server/chunks/5906.js +0 -1
  174. package/.next/server/chunks/9975.js +0 -1
  175. package/.next/static/FjPl5lLyObDgORD6F9-MK/_buildManifest.js +0 -1
  176. package/.next/static/chunks/1722-1f7df607ccd79308.js +0 -1
  177. package/.next/static/chunks/4088-7c72e188b9bde99b.js +0 -1
  178. package/.next/static/chunks/4108.7b6bc850cb87e9bc.js +0 -1
  179. package/.next/static/chunks/5757-9ae2804a278bf867.js +0 -1
  180. package/.next/static/chunks/6136-9bf50790263804d1.js +0 -1
  181. package/.next/static/chunks/7260-36ed6b2076b8a79f.js +0 -1
  182. package/.next/static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js +0 -1
  183. package/.next/static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js +0 -1
  184. package/.next/static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js +0 -1
  185. package/.next/static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js +0 -1
  186. package/.next/static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js +0 -1
  187. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js +0 -1
  188. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js +0 -1
  189. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js +0 -1
  190. package/.next/static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js +0 -1
  191. package/.next/static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js +0 -1
  192. package/.next/static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js +0 -1
  193. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js +0 -1
  194. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js +0 -1
  195. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js +0 -1
  196. package/.next/static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js +0 -1
  197. package/.next/static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js +0 -1
  198. package/.next/static/chunks/app/layout-0d2ea0e793b0a0da.js +0 -1
  199. package/.next/static/chunks/app/onboarding/page-9ebf81ad78d9173a.js +0 -1
  200. package/.next/static/chunks/app/page-b926895e820623de.js +0 -1
  201. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-1868f90d718dc449.js +0 -1
  202. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-b112a20948212db8.js +0 -1
  203. package/.next/static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js +0 -1
  204. package/.next/static/chunks/app/roots/[id]/page-df2eddea266dab67.js +0 -1
  205. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-9dbebdc6cf006bf3.js +0 -1
  206. package/.next/static/chunks/app/roots/[id]/workflows/page-0f527d3f6b8ab4a0.js +0 -1
  207. package/.next/static/chunks/app/roots/new/page-c2ffb2099313f672.js +0 -1
  208. package/.next/static/chunks/app/settings/page-9ee28e7943ae7620.js +0 -1
  209. package/.next/static/chunks/app/share/[id]/page-1f5f909096557c29.js +0 -1
  210. package/.next/static/chunks/app/utilities/[scope]/[id]/page-3c6c50d24b9aa8a3.js +0 -1
  211. package/.next/static/chunks/app/utilities/page-0944fa72a82e7a76.js +0 -1
  212. package/.next/static/css/6144318015aa8092.css +0 -1
  213. /package/.next/static/{FjPl5lLyObDgORD6F9-MK → 1JOww-AoS7M9R4-h4i1EK}/_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.