reflex-agent 0.8.0 → 0.9.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.
Files changed (166) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +89 -89
  3. package/.next/app-path-routes-manifest.json +6 -6
  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 +3 -3
  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 +2 -2
  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.js +2 -2
  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 +2 -2
  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 +2 -2
  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 +3 -3
  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 +2 -2
  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_client-reference-manifest.js +1 -1
  43. package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
  44. package/.next/server/app/audit/page.js +1 -1
  45. package/.next/server/app/audit/page.js.nft.json +1 -1
  46. package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
  47. package/.next/server/app/onboarding/page.js +3 -3
  48. package/.next/server/app/onboarding/page.js.nft.json +1 -1
  49. package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  50. package/.next/server/app/page.js +3 -2
  51. package/.next/server/app/page.js.nft.json +1 -1
  52. package/.next/server/app/page_client-reference-manifest.js +1 -1
  53. package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
  54. package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
  55. package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
  56. package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
  57. package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
  58. package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
  59. package/.next/server/app/roots/[id]/page.js +4 -4
  60. package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
  61. package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
  62. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
  63. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
  64. package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
  65. package/.next/server/app/roots/[id]/workflows/page.js +1 -1
  66. package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
  67. package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
  68. package/.next/server/app/roots/new/page.js +3 -3
  69. package/.next/server/app/roots/new/page.js.nft.json +1 -1
  70. package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
  71. package/.next/server/app/settings/page.js +4 -4
  72. package/.next/server/app/settings/page.js.nft.json +1 -1
  73. package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  74. package/.next/server/app/share/[id]/file/page.js +1 -1
  75. package/.next/server/app/share/[id]/file/page.js.nft.json +1 -1
  76. package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
  77. package/.next/server/app/share/[id]/page.js +2 -2
  78. package/.next/server/app/share/[id]/page.js.nft.json +1 -1
  79. package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
  80. package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
  81. package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
  82. package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
  83. package/.next/server/app/utilities/page.js +2 -2
  84. package/.next/server/app/utilities/page.js.nft.json +1 -1
  85. package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
  86. package/.next/server/app-paths-manifest.json +6 -6
  87. package/.next/server/chunks/1105.js +1 -1
  88. package/.next/server/chunks/126.js +4 -0
  89. package/.next/server/chunks/{3152.js → 1358.js} +1 -1
  90. package/.next/server/chunks/1769.js +4 -0
  91. package/.next/server/chunks/{6822.js → 2143.js} +1 -1
  92. package/.next/server/chunks/2485.js +2 -2
  93. package/.next/server/chunks/2787.js +1 -0
  94. package/.next/server/chunks/285.js +52 -19
  95. package/.next/server/chunks/3332.js +1 -1
  96. package/.next/server/chunks/3749.js +1 -0
  97. package/.next/server/chunks/3775.js +1 -0
  98. package/.next/server/chunks/3834.js +1 -0
  99. package/.next/server/chunks/4031.js +2 -2
  100. package/.next/server/chunks/445.js +3 -0
  101. package/.next/server/chunks/4812.js +1 -1
  102. package/.next/server/chunks/4925.js +1 -1
  103. package/.next/server/chunks/539.js +1 -1
  104. package/.next/server/chunks/5844.js +1 -0
  105. package/.next/server/chunks/6326.js +4 -0
  106. package/.next/server/chunks/6483.js +2 -2
  107. package/.next/server/chunks/7220.js +1 -0
  108. package/.next/server/chunks/7358.js +52 -19
  109. package/.next/server/chunks/8576.js +7 -0
  110. package/.next/server/chunks/9098.js +1 -1
  111. package/.next/server/chunks/9179.js +7 -0
  112. package/.next/server/chunks/9617.js +1 -0
  113. package/.next/server/functions-config-manifest.json +2 -2
  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/chunks/2390-079e9ccc8bd20e63.js +1 -0
  121. package/.next/static/chunks/4108.4e39a8f41278c35d.js +1 -0
  122. package/.next/static/chunks/5822-6d9ec5c9f0cc673f.js +1 -0
  123. package/.next/static/chunks/7703-d9e4d0e072aed92d.js +1 -0
  124. package/.next/static/chunks/8302-4918fb0ed8cc2283.js +1 -0
  125. package/.next/static/chunks/8336-e69c4adb375513c5.js +1 -0
  126. package/.next/static/chunks/app/layout-7e681a7d621e2e09.js +1 -0
  127. package/.next/static/chunks/app/onboarding/page-69bd037838f9e996.js +1 -0
  128. package/.next/static/chunks/app/page-ad10be3dfddf1726.js +1 -0
  129. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-dc406db1caaa8b38.js +1 -0
  130. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-b0ef88a66b2f0d1d.js +1 -0
  131. package/.next/static/chunks/app/roots/[id]/page-aa93ae31a8ee3c99.js +1 -0
  132. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-4526b98999cca3ad.js +1 -0
  133. package/.next/static/chunks/app/roots/new/{page-dc4edb7f4cbc2441.js → page-03431339c6cd8f24.js} +1 -1
  134. package/.next/static/chunks/app/settings/page-a19a41e378e7d8a4.js +1 -0
  135. package/.next/static/chunks/app/share/[id]/page-f9087c14a67b4dcd.js +1 -0
  136. package/.next/static/chunks/app/utilities/[scope]/[id]/page-f57871e8c1ab1f72.js +1 -0
  137. package/.next/static/chunks/app/utilities/page-ca382ce386f0d77c.js +1 -0
  138. package/.next/static/chunks/{webpack-6f08731be9714ee4.js → webpack-274d59f6d4391442.js} +1 -1
  139. package/.next/trace +89 -89
  140. package/dist/lib/reflex/agents/prompts.js +45 -0
  141. package/dist/lib/reflex/agents/prompts.js.map +1 -1
  142. package/package.json +1 -1
  143. package/.next/server/chunks/2920.js +0 -1
  144. package/.next/server/chunks/3151.js +0 -3
  145. package/.next/server/chunks/4197.js +0 -4
  146. package/.next/server/chunks/8872.js +0 -1
  147. package/.next/server/chunks/9637.js +0 -1
  148. package/.next/static/chunks/4108.aca4cb07ce9b3ed2.js +0 -1
  149. package/.next/static/chunks/4138-d787eac2eac9c9a8.js +0 -1
  150. package/.next/static/chunks/4847-a85e8d18ea0da09e.js +0 -1
  151. package/.next/static/chunks/527-c86224761908776e.js +0 -1
  152. package/.next/static/chunks/70-61c97afa667d1efe.js +0 -1
  153. package/.next/static/chunks/8270-8e72f6c35eb03ad2.js +0 -1
  154. package/.next/static/chunks/app/layout-c712136be28f3127.js +0 -1
  155. package/.next/static/chunks/app/onboarding/page-a4145c3e505dfe74.js +0 -1
  156. package/.next/static/chunks/app/page-6096902532dd6ec8.js +0 -1
  157. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-b3d8e79a61db4bdc.js +0 -1
  158. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-75d2a17f6f78a45d.js +0 -1
  159. package/.next/static/chunks/app/roots/[id]/page-6a9df2bb923bb1d3.js +0 -1
  160. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-8a3c2c81fce5b020.js +0 -1
  161. package/.next/static/chunks/app/settings/page-df5f4911b7f3a2df.js +0 -1
  162. package/.next/static/chunks/app/share/[id]/page-050853f9974f0915.js +0 -1
  163. package/.next/static/chunks/app/utilities/[scope]/[id]/page-d5494af2daf1c38d.js +0 -1
  164. package/.next/static/chunks/app/utilities/page-3ee2dc6d66ad4154.js +0 -1
  165. /package/.next/static/{F56etct0NPc8KXiqqJQvx → Phb9nqftdL6MOVwBc0yAc}/_buildManifest.js +0 -0
  166. /package/.next/static/{F56etct0NPc8KXiqqJQvx → Phb9nqftdL6MOVwBc0yAc}/_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.