reflex-agent 0.10.0 → 0.13.2

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 (192) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +161 -134
  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/routes-manifest.json +8 -0
  8. package/.next/server/app/_not-found/page.js +2 -2
  9. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  10. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  11. package/.next/server/app/agents/[agentId]/page.js +2 -2
  12. package/.next/server/app/agents/[agentId]/page.js.nft.json +1 -1
  13. package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -1
  14. package/.next/server/app/api/agents/[agentId]/respond/route.js +1 -1
  15. package/.next/server/app/api/agents/[agentId]/respond/route.js.nft.json +1 -1
  16. package/.next/server/app/api/agents/[agentId]/respond/route_client-reference-manifest.js +1 -1
  17. package/.next/server/app/api/images/[rootId]/[file]/route_client-reference-manifest.js +1 -1
  18. package/.next/server/app/api/oauth/callback/route_client-reference-manifest.js +1 -1
  19. package/.next/server/app/api/oauth/start/route_client-reference-manifest.js +1 -1
  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_client-reference-manifest.js +1 -1
  42. package/.next/server/app/api/utilities/[scope]/[id]/iframe/route.js +4 -4
  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/audit/page.js +2 -2
  46. package/.next/server/app/audit/page.js.nft.json +1 -1
  47. package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
  48. package/.next/server/app/onboarding/page.js +3 -3
  49. package/.next/server/app/onboarding/page.js.nft.json +1 -1
  50. package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  51. package/.next/server/app/page.js +2 -2
  52. package/.next/server/app/page.js.nft.json +1 -1
  53. package/.next/server/app/page_client-reference-manifest.js +1 -1
  54. package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
  55. package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
  56. package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
  57. package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
  58. package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
  59. package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
  60. package/.next/server/app/roots/[id]/memory/page.js +2 -0
  61. package/.next/server/app/roots/[id]/memory/page.js.nft.json +1 -0
  62. package/.next/server/app/roots/[id]/memory/page_client-reference-manifest.js +1 -0
  63. package/.next/server/app/roots/[id]/page.js +4 -4
  64. package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
  65. package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
  66. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
  67. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
  68. package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
  69. package/.next/server/app/roots/[id]/workflows/page.js +2 -2
  70. package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
  71. package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
  72. package/.next/server/app/roots/new/page.js +3 -3
  73. package/.next/server/app/roots/new/page.js.nft.json +1 -1
  74. package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
  75. package/.next/server/app/settings/page.js +5 -5
  76. package/.next/server/app/settings/page.js.nft.json +1 -1
  77. package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  78. package/.next/server/app/share/[id]/file/page.js +2 -2
  79. package/.next/server/app/share/[id]/file/page.js.nft.json +1 -1
  80. package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
  81. package/.next/server/app/share/[id]/page.js +2 -2
  82. package/.next/server/app/share/[id]/page.js.nft.json +1 -1
  83. package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
  84. package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
  85. package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
  86. package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
  87. package/.next/server/app/utilities/page.js +2 -2
  88. package/.next/server/app/utilities/page.js.nft.json +1 -1
  89. package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
  90. package/.next/server/app-paths-manifest.json +10 -9
  91. package/.next/server/chunks/1105.js +1 -1
  92. package/.next/server/chunks/1116.js +1 -0
  93. package/.next/server/chunks/1244.js +1 -1
  94. package/.next/server/chunks/1358.js +1 -1
  95. package/.next/server/chunks/2455.js +4 -0
  96. package/.next/server/chunks/2485.js +51 -2
  97. package/.next/server/chunks/2552.js +1 -1
  98. package/.next/server/chunks/269.js +1 -0
  99. package/.next/server/chunks/285.js +67 -16
  100. package/.next/server/chunks/3240.js +1 -1
  101. package/.next/server/chunks/3332.js +1 -1
  102. package/.next/server/chunks/4031.js +46 -2
  103. package/.next/server/chunks/{5470.js → 4460.js} +3 -3
  104. package/.next/server/chunks/4812.js +2 -2
  105. package/.next/server/chunks/4925.js +1 -1
  106. package/.next/server/chunks/5082.js +1 -0
  107. package/.next/server/chunks/5172.js +1 -0
  108. package/.next/server/chunks/569.js +1 -1
  109. package/.next/server/chunks/6880.js +3 -0
  110. package/.next/server/chunks/7188.js +1 -1
  111. package/.next/server/chunks/7220.js +1 -1
  112. package/.next/server/chunks/7358.js +13 -12
  113. package/.next/server/chunks/9098.js +1 -1
  114. package/.next/server/chunks/9157.js +1 -0
  115. package/.next/server/chunks/9809.js +1 -1
  116. package/.next/server/middleware-build-manifest.js +1 -1
  117. package/.next/server/middleware-manifest.json +5 -5
  118. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  119. package/.next/server/pages/500.html +1 -1
  120. package/.next/server/server-reference-manifest.js +1 -1
  121. package/.next/server/server-reference-manifest.json +1 -1
  122. package/.next/static/chunks/124-15fc36c432df3dbf.js +1 -0
  123. package/.next/static/chunks/{3954-fe27ff41d9bf012d.js → 2038-0849f9c03cc8d6ab.js} +1 -1
  124. package/.next/static/chunks/2084-7233d5537043daca.js +1 -0
  125. package/.next/static/chunks/4108.dc018213e45cb33d.js +1 -0
  126. package/.next/static/chunks/4678-15402b9832b27389.js +1 -0
  127. package/.next/static/chunks/4728-bc5cf7af49fca773.js +1 -0
  128. package/.next/static/chunks/{5235-990ba9c4c8446446.js → 6231-d572db56a0a44f92.js} +2 -2
  129. package/.next/static/chunks/6785-9a72b10489bc9c60.js +1 -0
  130. package/.next/static/chunks/951-5ff2aaad965fedb7.js +1 -0
  131. package/.next/static/chunks/{5097-f07f6aeee3f60a33.js → 9776-e3882c1c63293e0a.js} +1 -1
  132. package/.next/static/chunks/9813-b766d258f203cf47.js +1 -0
  133. package/.next/static/chunks/9819-9c9fce1bc9bfd112.js +1 -0
  134. package/.next/static/chunks/app/agents/[agentId]/{page-5d6f4cb16b42d02b.js → page-2ee5d78dc94253c5.js} +1 -1
  135. package/.next/static/chunks/app/audit/page-9bac9e3674f0fae9.js +1 -0
  136. package/.next/static/chunks/app/layout-2a915770c355308f.js +1 -0
  137. package/.next/static/chunks/app/onboarding/page-863f1b600bf234e0.js +1 -0
  138. package/.next/static/chunks/app/page-13508f16cf38f321.js +1 -0
  139. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-3be786d8da8f76d5.js +1 -0
  140. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-46920cb7c416ea8a.js +1 -0
  141. package/.next/static/chunks/app/roots/[id]/memory/page-8391c646562e05f2.js +1 -0
  142. package/.next/static/chunks/app/roots/[id]/page-22fd50b40a9d7da1.js +1 -0
  143. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-7efe470b18d48df2.js +1 -0
  144. package/.next/static/chunks/app/roots/[id]/workflows/page-8783e266b597fb1a.js +1 -0
  145. package/.next/static/chunks/app/roots/new/page-f3fc15595bc31190.js +1 -0
  146. package/.next/static/chunks/app/settings/page-ef1f77cbd60deaa7.js +1 -0
  147. package/.next/static/chunks/app/share/[id]/page-517af2077ca1619b.js +1 -0
  148. package/.next/static/chunks/app/utilities/[scope]/[id]/page-cd2a7884a45d7e3d.js +1 -0
  149. package/.next/static/chunks/app/utilities/page-d6d31ca1ba920ef9.js +1 -0
  150. package/.next/static/chunks/{webpack-ab6092bb760ab431.js → webpack-96a46ed6f170dc97.js} +1 -1
  151. package/.next/static/css/6144318015aa8092.css +1 -0
  152. package/.next/trace +90 -89
  153. package/.next/types/app/roots/[id]/memory/page.ts +84 -0
  154. package/.next/types/routes.d.ts +2 -1
  155. package/.next/types/validator.ts +9 -0
  156. package/README.md +147 -32
  157. package/dist/lib/reflex/agents/prompts.js +25 -0
  158. package/dist/lib/reflex/agents/prompts.js.map +1 -1
  159. package/dist/lib/reflex/prompts/defaults.js +2 -1
  160. package/dist/lib/reflex/prompts/defaults.js.map +1 -1
  161. package/package.json +1 -1
  162. package/.next/server/chunks/1198.js +0 -1
  163. package/.next/server/chunks/2722.js +0 -1
  164. package/.next/server/chunks/5090.js +0 -1
  165. package/.next/server/chunks/5934.js +0 -1
  166. package/.next/server/chunks/6622.js +0 -3
  167. package/.next/server/chunks/9333.js +0 -4
  168. package/.next/static/chunks/1166-5f91e07573aba5c2.js +0 -1
  169. package/.next/static/chunks/1217-407174d9b164a499.js +0 -1
  170. package/.next/static/chunks/1316-fbbc7e5231784e28.js +0 -1
  171. package/.next/static/chunks/1520-eeab8b7f39ffea7b.js +0 -1
  172. package/.next/static/chunks/4108.5478f85adbbd1337.js +0 -1
  173. package/.next/static/chunks/5779-5be906c67d9d3c80.js +0 -1
  174. package/.next/static/chunks/6445-99824866a51b582a.js +0 -1
  175. package/.next/static/chunks/6594-fcdf71ca82322736.js +0 -1
  176. package/.next/static/chunks/app/audit/page-e3445076d462aa80.js +0 -1
  177. package/.next/static/chunks/app/layout-5e299e9b79abfedf.js +0 -1
  178. package/.next/static/chunks/app/onboarding/page-1cde2db95ed14b64.js +0 -1
  179. package/.next/static/chunks/app/page-1ea9bd7d8a2c7e0d.js +0 -1
  180. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-5e805f15e4b1cdf6.js +0 -1
  181. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-9424547b67be2a76.js +0 -1
  182. package/.next/static/chunks/app/roots/[id]/page-c3140c542b7fc06d.js +0 -1
  183. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-4da7b5a46cbaf70c.js +0 -1
  184. package/.next/static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js +0 -1
  185. package/.next/static/chunks/app/roots/new/page-ed360b415bf7fe38.js +0 -1
  186. package/.next/static/chunks/app/settings/page-27ef527431277f6b.js +0 -1
  187. package/.next/static/chunks/app/share/[id]/page-70b32c2d1c5819a4.js +0 -1
  188. package/.next/static/chunks/app/utilities/[scope]/[id]/page-3f219cbd957603ef.js +0 -1
  189. package/.next/static/chunks/app/utilities/page-5f8903782a48ebac.js +0 -1
  190. package/.next/static/css/2bc00775af31f40f.css +0 -1
  191. /package/.next/static/{l_M5u154jKhXKvK6-kjlW → 14BmONHeyoAOMNd2xJOGC}/_buildManifest.js +0 -0
  192. /package/.next/static/{l_M5u154jKhXKvK6-kjlW → 14BmONHeyoAOMNd2xJOGC}/_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.