reflex-agent 0.13.4 → 0.14.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 (182) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +102 -95
  3. package/.next/app-path-routes-manifest.json +8 -7
  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 +1 -1
  8. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  9. package/.next/server/app/agents/[agentId]/page.js +1 -1
  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.js +53 -1
  32. package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -1
  33. package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
  34. package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
  35. package/.next/server/app/api/utilities/install-archive/route.js +1 -0
  36. package/.next/server/app/api/utilities/install-archive/route.js.nft.json +1 -0
  37. package/.next/server/app/api/utilities/install-archive/route_client-reference-manifest.js +1 -0
  38. package/.next/server/app/audit/page.js +2 -2
  39. package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
  40. package/.next/server/app/onboarding/page.js +2 -2
  41. package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  42. package/.next/server/app/page.js +2 -2
  43. package/.next/server/app/page.js.nft.json +1 -1
  44. package/.next/server/app/page_client-reference-manifest.js +1 -1
  45. package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
  46. package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
  47. package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
  48. package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
  49. package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
  50. package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
  51. package/.next/server/app/roots/[id]/memory/page.js +1 -1
  52. package/.next/server/app/roots/[id]/memory/page_client-reference-manifest.js +1 -1
  53. package/.next/server/app/roots/[id]/page.js +6 -6
  54. package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
  55. package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
  56. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
  57. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
  58. package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
  59. package/.next/server/app/roots/[id]/workflows/page.js +2 -2
  60. package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
  61. package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
  62. package/.next/server/app/roots/new/page.js +4 -4
  63. package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
  64. package/.next/server/app/settings/page.js +5 -5
  65. package/.next/server/app/settings/page.js.nft.json +1 -1
  66. package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  67. package/.next/server/app/share/[id]/file/page.js +2 -2
  68. package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
  69. package/.next/server/app/share/[id]/page.js +2 -2
  70. package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
  71. package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
  72. package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
  73. package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
  74. package/.next/server/app/utilities/page.js +2 -2
  75. package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
  76. package/.next/server/app-paths-manifest.json +8 -7
  77. package/.next/server/chunks/1105.js +1 -1
  78. package/.next/server/chunks/1358.js +1 -1
  79. package/.next/server/chunks/285.js +9 -6
  80. package/.next/server/chunks/3091.js +1 -0
  81. package/.next/server/chunks/3332.js +1 -1
  82. package/.next/server/chunks/3795.js +3 -0
  83. package/.next/server/chunks/{2688.js → 4299.js} +2 -2
  84. package/.next/server/chunks/4812.js +1 -1
  85. package/.next/server/chunks/4925.js +1 -1
  86. package/.next/server/chunks/{8425.js → 6648.js} +1 -1
  87. package/.next/server/chunks/7300.js +56 -4
  88. package/.next/server/chunks/7358.js +3 -0
  89. package/.next/server/chunks/9098.js +1 -1
  90. package/.next/server/chunks/969.js +1 -0
  91. package/.next/server/chunks/9809.js +1 -1
  92. package/.next/server/chunks/9861.js +57 -5
  93. package/.next/server/functions-config-manifest.json +1 -0
  94. package/.next/server/middleware-build-manifest.js +1 -1
  95. package/.next/server/middleware-manifest.json +5 -5
  96. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  97. package/.next/server/pages/500.html +1 -1
  98. package/.next/server/server-reference-manifest.js +1 -1
  99. package/.next/server/server-reference-manifest.json +1 -1
  100. package/.next/static/1y4wPze4yO8DprxGKwSXQ/_buildManifest.js +1 -0
  101. package/.next/static/chunks/{5596-93b53c14a2d5c59a.js → 2608-755e5d9ca79c19dc.js} +1 -1
  102. package/.next/static/chunks/4108.17cd7704e88bcb32.js +1 -0
  103. package/.next/static/chunks/{9001-6f38a673a3868871.js → 4442-79daa48fe7845771.js} +1 -1
  104. package/.next/static/chunks/6226-819ec17660994a7d.js +1 -0
  105. package/.next/static/chunks/7922-9a16eb68adcc7498.js +1 -0
  106. package/.next/static/chunks/9624-7dc547ab202a1d82.js +1 -0
  107. package/.next/static/chunks/app/api/agents/[agentId]/respond/route-5d0cd3b754198853.js +1 -0
  108. package/.next/static/chunks/app/api/images/[rootId]/[file]/route-5d0cd3b754198853.js +1 -0
  109. package/.next/static/chunks/app/api/oauth/callback/route-5d0cd3b754198853.js +1 -0
  110. package/.next/static/chunks/app/api/oauth/start/route-5d0cd3b754198853.js +1 -0
  111. package/.next/static/chunks/app/api/roots/[id]/attachments/route-5d0cd3b754198853.js +1 -0
  112. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-5d0cd3b754198853.js +1 -0
  113. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-5d0cd3b754198853.js +1 -0
  114. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-5d0cd3b754198853.js +1 -0
  115. package/.next/static/chunks/app/api/roots/[id]/dashboard/route-5d0cd3b754198853.js +1 -0
  116. package/.next/static/chunks/app/api/roots/[id]/suggestions/route-5d0cd3b754198853.js +1 -0
  117. package/.next/static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-5d0cd3b754198853.js +1 -0
  118. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host/route-5d0cd3b754198853.js +1 -0
  119. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-5d0cd3b754198853.js +1 -0
  120. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-5d0cd3b754198853.js +1 -0
  121. package/.next/static/chunks/app/api/utilities/[scope]/[id]/iframe/route-5d0cd3b754198853.js +1 -0
  122. package/.next/static/chunks/app/api/utilities/[scope]/[id]/style.css/route-5d0cd3b754198853.js +1 -0
  123. package/.next/static/chunks/app/api/utilities/install-archive/route-5d0cd3b754198853.js +1 -0
  124. package/.next/static/chunks/app/layout-5caae9e60f5d6d42.js +1 -0
  125. package/.next/static/chunks/app/onboarding/page-3bb8ad02f9c88fdf.js +1 -0
  126. package/.next/static/chunks/app/{page-0c090eba51732036.js → page-6e32890e646e50aa.js} +1 -1
  127. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/{page-292bc4cdceb6ea1d.js → page-ac00a7a8d6a16da8.js} +1 -1
  128. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/{page-5e4f7b893c02c2bd.js → page-14cb4b8a24e40dc7.js} +1 -1
  129. package/.next/static/chunks/app/roots/[id]/layout-5d0cd3b754198853.js +1 -0
  130. package/.next/static/chunks/app/roots/[id]/memory/page-7bbe675652b7f9e8.js +1 -0
  131. package/.next/static/chunks/app/roots/[id]/page-2080ede443a668d2.js +1 -0
  132. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-c744450355558209.js +1 -0
  133. package/.next/static/chunks/app/roots/[id]/workflows/page-8175a0fbbc465472.js +1 -0
  134. package/.next/static/chunks/app/roots/new/page-3d83b5dfb0a8f869.js +1 -0
  135. package/.next/static/chunks/app/settings/page-550fab06213d866c.js +1 -0
  136. package/.next/static/chunks/app/share/[id]/page-c290e46d1beba1ff.js +1 -0
  137. package/.next/static/chunks/app/utilities/[scope]/[id]/{page-ea8352712b521f75.js → page-5aaa4731a5ab783d.js} +1 -1
  138. package/.next/static/chunks/app/utilities/page-0e362fd622574297.js +1 -0
  139. package/.next/static/chunks/{webpack-a4eadc02863be5eb.js → webpack-e60c7ddfa84db519.js} +1 -1
  140. package/.next/trace +90 -90
  141. package/.next/types/app/api/utilities/install-archive/route.ts +347 -0
  142. package/.next/types/routes.d.ts +2 -1
  143. package/.next/types/validator.ts +9 -0
  144. package/dist/lib/reflex/prompts/defaults.js +3 -0
  145. package/dist/lib/reflex/prompts/defaults.js.map +1 -1
  146. package/package.json +2 -1
  147. package/.next/server/chunks/2678.js +0 -3
  148. package/.next/server/chunks/491.js +0 -1
  149. package/.next/server/chunks/6238.js +0 -1
  150. package/.next/static/chunks/3717-339a6fc5e3b929f9.js +0 -1
  151. package/.next/static/chunks/4108.58294dcccaecb2f1.js +0 -1
  152. package/.next/static/chunks/4179-847dcd61bef8c59f.js +0 -1
  153. package/.next/static/chunks/4273-0b053f2035ad088d.js +0 -1
  154. package/.next/static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js +0 -1
  155. package/.next/static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js +0 -1
  156. package/.next/static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js +0 -1
  157. package/.next/static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js +0 -1
  158. package/.next/static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js +0 -1
  159. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js +0 -1
  160. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js +0 -1
  161. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js +0 -1
  162. package/.next/static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js +0 -1
  163. package/.next/static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js +0 -1
  164. package/.next/static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js +0 -1
  165. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js +0 -1
  166. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js +0 -1
  167. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js +0 -1
  168. package/.next/static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js +0 -1
  169. package/.next/static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js +0 -1
  170. package/.next/static/chunks/app/layout-5e042e4e97dcea31.js +0 -1
  171. package/.next/static/chunks/app/onboarding/page-97aa4ad99276380f.js +0 -1
  172. package/.next/static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js +0 -1
  173. package/.next/static/chunks/app/roots/[id]/memory/page-b1fd919707f00c99.js +0 -1
  174. package/.next/static/chunks/app/roots/[id]/page-da97fb20eef9677c.js +0 -1
  175. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-932edf8ce73b23bc.js +0 -1
  176. package/.next/static/chunks/app/roots/[id]/workflows/page-7339062dee577728.js +0 -1
  177. package/.next/static/chunks/app/roots/new/page-c96a333c1ef53fba.js +0 -1
  178. package/.next/static/chunks/app/settings/page-75c61dd145bed57e.js +0 -1
  179. package/.next/static/chunks/app/share/[id]/page-e4b74cf795d4e211.js +0 -1
  180. package/.next/static/chunks/app/utilities/page-b5514f6c3291e23f.js +0 -1
  181. package/.next/static/my3C6nd2vY80TaiBNwet5/_buildManifest.js +0 -1
  182. /package/.next/static/{my3C6nd2vY80TaiBNwet5 → 1y4wPze4yO8DprxGKwSXQ}/_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.