reflex-agent 0.13.2 → 0.13.3

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 (144) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +86 -86
  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 +2 -2
  8. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  9. package/.next/server/app/agents/[agentId]/page.js +2 -2
  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.js +28 -10
  31. package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -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/audit/page.js +2 -2
  36. package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
  37. package/.next/server/app/onboarding/page.js +3 -3
  38. package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  39. package/.next/server/app/page.js +2 -2
  40. package/.next/server/app/page.js.nft.json +1 -1
  41. package/.next/server/app/page_client-reference-manifest.js +1 -1
  42. package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
  43. package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
  44. package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
  45. package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
  46. package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
  47. package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
  48. package/.next/server/app/roots/[id]/memory/page.js +2 -2
  49. package/.next/server/app/roots/[id]/memory/page_client-reference-manifest.js +1 -1
  50. package/.next/server/app/roots/[id]/page.js +4 -4
  51. package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
  52. package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
  53. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
  54. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
  55. package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
  56. package/.next/server/app/roots/[id]/workflows/page.js +2 -2
  57. package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
  58. package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
  59. package/.next/server/app/roots/new/page.js +3 -3
  60. package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
  61. package/.next/server/app/settings/page.js +5 -5
  62. package/.next/server/app/settings/page.js.nft.json +1 -1
  63. package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  64. package/.next/server/app/share/[id]/file/page.js +2 -2
  65. package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
  66. package/.next/server/app/share/[id]/page.js +2 -2
  67. package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
  68. package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
  69. package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
  70. package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
  71. package/.next/server/app/utilities/page.js +2 -2
  72. package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
  73. package/.next/server/app-paths-manifest.json +6 -6
  74. package/.next/server/chunks/1116.js +1 -1
  75. package/.next/server/chunks/1358.js +1 -1
  76. package/.next/server/chunks/{9157.js → 1854.js} +1 -1
  77. package/.next/server/chunks/1960.js +1 -1
  78. package/.next/server/chunks/2552.js +1 -1
  79. package/.next/server/chunks/2553.js +4 -0
  80. package/.next/server/chunks/285.js +6 -6
  81. package/.next/server/chunks/3332.js +1 -1
  82. package/.next/server/chunks/4031.js +1 -1
  83. package/.next/server/chunks/4812.js +1 -1
  84. package/.next/server/chunks/5798.js +3 -0
  85. package/.next/server/chunks/{5172.js → 6057.js} +1 -1
  86. package/.next/server/chunks/6261.js +1 -0
  87. package/.next/server/chunks/9098.js +1 -1
  88. package/.next/server/chunks/9579.js +1 -1
  89. package/.next/server/chunks/9809.js +1 -1
  90. package/.next/server/functions-config-manifest.json +3 -3
  91. package/.next/server/middleware-build-manifest.js +1 -1
  92. package/.next/server/middleware-manifest.json +5 -5
  93. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  94. package/.next/server/pages/500.html +1 -1
  95. package/.next/server/pages-manifest.json +1 -1
  96. package/.next/server/server-reference-manifest.js +1 -1
  97. package/.next/server/server-reference-manifest.json +1 -1
  98. package/.next/static/chunks/1053-ea6a705a291aa42a.js +1 -0
  99. package/.next/static/chunks/2145-c6ca18def78454d6.js +1 -0
  100. package/.next/static/chunks/2283-846ac14d7ab55b2a.js +1 -0
  101. package/.next/static/chunks/3798-d4d575ac69051cf9.js +1 -0
  102. package/.next/static/chunks/4108.2dc3c767f831f9af.js +1 -0
  103. package/.next/static/chunks/4243-193beeabc76bcd91.js +1 -0
  104. package/.next/static/chunks/app/layout-b89925fa75d66eea.js +1 -0
  105. package/.next/static/chunks/app/onboarding/page-9b9f74b3737805f6.js +1 -0
  106. package/.next/static/chunks/app/page-d46c2ac151511ae7.js +1 -0
  107. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/{page-3be786d8da8f76d5.js → page-8dc9ea79064a1e6e.js} +1 -1
  108. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-0345054358c099c2.js +1 -0
  109. package/.next/static/chunks/app/roots/[id]/memory/page-ca21167541d9d818.js +1 -0
  110. package/.next/static/chunks/app/roots/[id]/{page-22fd50b40a9d7da1.js → page-1c6b4677b911c463.js} +1 -1
  111. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-688ef6bc97b92a38.js +1 -0
  112. package/.next/static/chunks/app/roots/[id]/workflows/page-4f1658f13b1ed62f.js +1 -0
  113. package/.next/static/chunks/app/roots/new/page-3c0a418feff0bf27.js +1 -0
  114. package/.next/static/chunks/app/settings/page-bfc3e0b4fca2b6cd.js +1 -0
  115. package/.next/static/chunks/app/share/[id]/page-3c41145c5052196e.js +1 -0
  116. package/.next/static/chunks/app/utilities/[scope]/[id]/page-561dd294cb2beb54.js +1 -0
  117. package/.next/static/chunks/app/utilities/page-5061f113002b5638.js +1 -0
  118. package/.next/static/chunks/{webpack-96a46ed6f170dc97.js → webpack-e4214c40f8bbfb8a.js} +1 -1
  119. package/.next/trace +90 -90
  120. package/lib/server/utilities/worker-bootstrap.js +28 -19
  121. package/package.json +1 -1
  122. package/.next/server/chunks/2455.js +0 -4
  123. package/.next/server/chunks/5082.js +0 -1
  124. package/.next/server/chunks/6880.js +0 -3
  125. package/.next/static/chunks/124-15fc36c432df3dbf.js +0 -1
  126. package/.next/static/chunks/2084-7233d5537043daca.js +0 -1
  127. package/.next/static/chunks/4108.dc018213e45cb33d.js +0 -1
  128. package/.next/static/chunks/4728-bc5cf7af49fca773.js +0 -1
  129. package/.next/static/chunks/9813-b766d258f203cf47.js +0 -1
  130. package/.next/static/chunks/9819-9c9fce1bc9bfd112.js +0 -1
  131. package/.next/static/chunks/app/layout-2a915770c355308f.js +0 -1
  132. package/.next/static/chunks/app/onboarding/page-863f1b600bf234e0.js +0 -1
  133. package/.next/static/chunks/app/page-13508f16cf38f321.js +0 -1
  134. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-46920cb7c416ea8a.js +0 -1
  135. package/.next/static/chunks/app/roots/[id]/memory/page-8391c646562e05f2.js +0 -1
  136. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-7efe470b18d48df2.js +0 -1
  137. package/.next/static/chunks/app/roots/[id]/workflows/page-8783e266b597fb1a.js +0 -1
  138. package/.next/static/chunks/app/roots/new/page-f3fc15595bc31190.js +0 -1
  139. package/.next/static/chunks/app/settings/page-ef1f77cbd60deaa7.js +0 -1
  140. package/.next/static/chunks/app/share/[id]/page-517af2077ca1619b.js +0 -1
  141. package/.next/static/chunks/app/utilities/[scope]/[id]/page-cd2a7884a45d7e3d.js +0 -1
  142. package/.next/static/chunks/app/utilities/page-d6d31ca1ba920ef9.js +0 -1
  143. /package/.next/static/{14BmONHeyoAOMNd2xJOGC → BGlfzUnm4RdoF1cif83QI}/_buildManifest.js +0 -0
  144. /package/.next/static/{14BmONHeyoAOMNd2xJOGC → BGlfzUnm4RdoF1cif83QI}/_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.