reflex-agent 0.7.1 → 0.9.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 (167) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +97 -97
  3. package/.next/app-path-routes-manifest.json +9 -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 +2 -2
  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_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_client-reference-manifest.js +1 -1
  20. package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js +2 -2
  21. package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js.nft.json +1 -1
  22. package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route_client-reference-manifest.js +1 -1
  23. package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js +2 -2
  24. package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js.nft.json +1 -1
  25. package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route_client-reference-manifest.js +1 -1
  26. package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js +3 -3
  27. package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js.nft.json +1 -1
  28. package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route_client-reference-manifest.js +1 -1
  29. package/.next/server/app/api/roots/[id]/dashboard/route.js +1 -1
  30. package/.next/server/app/api/roots/[id]/dashboard/route.js.nft.json +1 -1
  31. package/.next/server/app/api/roots/[id]/dashboard/route_client-reference-manifest.js +1 -1
  32. package/.next/server/app/api/roots/[id]/suggestions/route.js +1 -1
  33. package/.next/server/app/api/roots/[id]/suggestions/route.js.nft.json +1 -1
  34. package/.next/server/app/api/roots/[id]/suggestions/route_client-reference-manifest.js +1 -1
  35. package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route_client-reference-manifest.js +1 -1
  36. package/.next/server/app/api/utilities/[scope]/[id]/host/route.js +2 -2
  37. package/.next/server/app/api/utilities/[scope]/[id]/host/route.js.nft.json +1 -1
  38. package/.next/server/app/api/utilities/[scope]/[id]/host/route_client-reference-manifest.js +1 -1
  39. package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -1
  40. package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -1
  41. package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
  42. package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
  43. package/.next/server/app/audit/page.js +1 -1
  44. package/.next/server/app/audit/page.js.nft.json +1 -1
  45. package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
  46. package/.next/server/app/onboarding/page.js +3 -3
  47. package/.next/server/app/onboarding/page.js.nft.json +1 -1
  48. package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  49. package/.next/server/app/page.js +3 -2
  50. package/.next/server/app/page.js.nft.json +1 -1
  51. package/.next/server/app/page_client-reference-manifest.js +1 -1
  52. package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
  53. package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
  54. package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
  55. package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
  56. package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
  57. package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
  58. package/.next/server/app/roots/[id]/page.js +11 -3
  59. package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
  60. package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
  61. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
  62. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
  63. package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
  64. package/.next/server/app/roots/[id]/workflows/page.js +1 -1
  65. package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
  66. package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
  67. package/.next/server/app/roots/new/page.js +3 -3
  68. package/.next/server/app/roots/new/page.js.nft.json +1 -1
  69. package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
  70. package/.next/server/app/settings/page.js +5 -5
  71. package/.next/server/app/settings/page.js.nft.json +1 -1
  72. package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  73. package/.next/server/app/share/[id]/file/page.js +2 -2
  74. package/.next/server/app/share/[id]/file/page.js.nft.json +1 -1
  75. package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
  76. package/.next/server/app/share/[id]/page.js +2 -2
  77. package/.next/server/app/share/[id]/page.js.nft.json +1 -1
  78. package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
  79. package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
  80. package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
  81. package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
  82. package/.next/server/app/utilities/page.js +2 -2
  83. package/.next/server/app/utilities/page.js.nft.json +1 -1
  84. package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
  85. package/.next/server/app-paths-manifest.json +9 -9
  86. package/.next/server/chunks/1105.js +1 -1
  87. package/.next/server/chunks/126.js +4 -0
  88. package/.next/server/chunks/{3152.js → 1358.js} +1 -1
  89. package/.next/server/chunks/1769.js +4 -0
  90. package/.next/server/chunks/2485.js +2 -2
  91. package/.next/server/chunks/2787.js +1 -0
  92. package/.next/server/chunks/285.js +154 -50
  93. package/.next/server/chunks/3325.js +1 -0
  94. package/.next/server/chunks/3332.js +1 -1
  95. package/.next/server/chunks/{6266.js → 3662.js} +1 -1
  96. package/.next/server/chunks/3834.js +1 -0
  97. package/.next/server/chunks/4031.js +2 -2
  98. package/.next/server/chunks/4315.js +3 -0
  99. package/.next/server/chunks/4334.js +1 -0
  100. package/.next/server/chunks/4812.js +1 -1
  101. package/.next/server/chunks/4863.js +1 -1
  102. package/.next/server/chunks/4925.js +1 -1
  103. package/.next/server/chunks/6038.js +1 -1
  104. package/.next/server/chunks/6060.js +1 -0
  105. package/.next/server/chunks/6796.js +1 -0
  106. package/.next/server/chunks/7220.js +1 -0
  107. package/.next/server/chunks/{6909.js → 7358.js} +154 -50
  108. package/.next/server/chunks/8576.js +7 -0
  109. package/.next/server/chunks/9098.js +1 -1
  110. package/.next/server/chunks/9179.js +7 -0
  111. package/.next/server/chunks/9897.js +4 -0
  112. package/.next/server/functions-config-manifest.json +2 -2
  113. package/.next/server/middleware-build-manifest.js +1 -1
  114. package/.next/server/middleware-manifest.json +5 -5
  115. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  116. package/.next/server/pages/500.html +1 -1
  117. package/.next/server/server-reference-manifest.js +1 -1
  118. package/.next/server/server-reference-manifest.json +1 -1
  119. package/.next/static/chunks/1160-65b58f7f28665195.js +1 -0
  120. package/.next/static/chunks/2658-cc99fd9ba2a00562.js +1 -0
  121. package/.next/static/chunks/4108.9f8cc28a75365b81.js +1 -0
  122. package/.next/static/chunks/5009-9a5e431b79b6d31a.js +1 -0
  123. package/.next/static/chunks/6525-6a879c1bae21d76b.js +1 -0
  124. package/.next/static/chunks/9129-2656848b2540e05d.js +1 -0
  125. package/.next/static/chunks/app/layout-ad875f9d0eb94653.js +1 -0
  126. package/.next/static/chunks/app/onboarding/{page-bbd13228685e577f.js → page-9dd30a7cc94ad562.js} +1 -1
  127. package/.next/static/chunks/app/page-28756fb2874347a0.js +1 -0
  128. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-5cbee36c42e841cd.js +1 -0
  129. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-4ef320e1d42925da.js +1 -0
  130. package/.next/static/chunks/app/roots/[id]/page-130496cce12e4d65.js +1 -0
  131. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-a7985128904fb885.js +1 -0
  132. package/.next/static/chunks/app/roots/new/page-ab8f40cf85744a4f.js +1 -0
  133. package/.next/static/chunks/app/settings/page-0e912af785eefc49.js +1 -0
  134. package/.next/static/chunks/app/share/[id]/page-aaabf42daed89c53.js +1 -0
  135. package/.next/static/chunks/app/utilities/[scope]/[id]/page-fc19e1ed2c5b6d91.js +1 -0
  136. package/.next/static/chunks/app/utilities/page-6d361b43b2b8997c.js +1 -0
  137. package/.next/static/chunks/{webpack-18930958151e32fe.js → webpack-0eaa6fc269024b97.js} +1 -1
  138. package/.next/static/css/2bc00775af31f40f.css +1 -0
  139. package/.next/trace +89 -89
  140. package/dist/lib/reflex/agents/prompts.js +105 -0
  141. package/dist/lib/reflex/agents/prompts.js.map +1 -1
  142. package/package.json +1 -1
  143. package/.next/server/chunks/1314.js +0 -1
  144. package/.next/server/chunks/5276.js +0 -3
  145. package/.next/server/chunks/5871.js +0 -1
  146. package/.next/server/chunks/62.js +0 -1
  147. package/.next/server/chunks/9249.js +0 -4
  148. package/.next/static/chunks/1000-49ad093733e70f09.js +0 -1
  149. package/.next/static/chunks/1226-fd290816f32913c2.js +0 -1
  150. package/.next/static/chunks/4108.5dbd5b779fea2993.js +0 -1
  151. package/.next/static/chunks/5771-202f27993722fa17.js +0 -1
  152. package/.next/static/chunks/7124-34b05243f6c43a12.js +0 -1
  153. package/.next/static/chunks/7529-acb1a406a593e6cf.js +0 -1
  154. package/.next/static/chunks/app/layout-f72fb9bc2ee5b6a2.js +0 -1
  155. package/.next/static/chunks/app/page-a617e1a2eaabe4af.js +0 -1
  156. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-d6ef0d1004f68749.js +0 -1
  157. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-abb5340574dfb7f1.js +0 -1
  158. package/.next/static/chunks/app/roots/[id]/page-b5d8b67b53874827.js +0 -1
  159. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-7ab7e51fa775b34e.js +0 -1
  160. package/.next/static/chunks/app/roots/new/page-8bd0f9cdda3e8174.js +0 -1
  161. package/.next/static/chunks/app/settings/page-b164636cbad34025.js +0 -1
  162. package/.next/static/chunks/app/share/[id]/page-958eed5784f7cc92.js +0 -1
  163. package/.next/static/chunks/app/utilities/[scope]/[id]/page-4383ad50c38434ad.js +0 -1
  164. package/.next/static/chunks/app/utilities/page-ff028844ad2820cd.js +0 -1
  165. package/.next/static/css/c46d970256fc7904.css +0 -1
  166. /package/.next/static/{mc0TeBBP3_H8uf7oGZRzW → MBVnqa0-K_3N0C89I_I5d}/_buildManifest.js +0 -0
  167. /package/.next/static/{mc0TeBBP3_H8uf7oGZRzW → MBVnqa0-K_3N0C89I_I5d}/_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.