reflex-agent 0.4.0 → 0.4.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 (133) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +72 -72
  3. package/.next/app-path-routes-manifest.json +4 -4
  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 +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 +2 -2
  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_client-reference-manifest.js +1 -1
  32. package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
  33. package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
  34. package/.next/server/app/audit/page.js +1 -1
  35. package/.next/server/app/audit/page.js.nft.json +1 -1
  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]/page.js +3 -3
  49. package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
  50. package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
  51. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
  52. package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
  53. package/.next/server/app/roots/[id]/workflows/page.js +1 -1
  54. package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
  55. package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
  56. package/.next/server/app/roots/new/page.js +4 -4
  57. package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
  58. package/.next/server/app/settings/page.js +5 -5
  59. package/.next/server/app/settings/page.js.nft.json +1 -1
  60. package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  61. package/.next/server/app/share/[id]/file/page.js +2 -2
  62. package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
  63. package/.next/server/app/share/[id]/page.js +2 -2
  64. package/.next/server/app/share/[id]/page.js.nft.json +1 -1
  65. package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
  66. package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
  67. package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
  68. package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
  69. package/.next/server/app/utilities/page.js +2 -2
  70. package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
  71. package/.next/server/app-paths-manifest.json +4 -4
  72. package/.next/server/chunks/1373.js +1 -0
  73. package/.next/server/chunks/{3662.js → 1669.js} +1 -1
  74. package/.next/server/chunks/2035.js +1 -1
  75. package/.next/server/chunks/285.js +3 -3
  76. package/.next/server/chunks/2995.js +1 -1
  77. package/.next/server/chunks/3004.js +1 -0
  78. package/.next/server/chunks/3332.js +1 -1
  79. package/.next/server/chunks/3795.js +3 -0
  80. package/.next/server/chunks/4812.js +1 -1
  81. package/.next/server/chunks/{7264.js → 8312.js} +2 -2
  82. package/.next/server/chunks/9098.js +1 -1
  83. package/.next/server/chunks/9883.js +1 -0
  84. package/.next/server/functions-config-manifest.json +1 -1
  85. package/.next/server/middleware-build-manifest.js +1 -1
  86. package/.next/server/middleware-manifest.json +5 -5
  87. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  88. package/.next/server/pages/500.html +1 -1
  89. package/.next/server/server-reference-manifest.js +1 -1
  90. package/.next/server/server-reference-manifest.json +1 -1
  91. package/.next/static/chunks/1477-a74db494f91aeafc.js +1 -0
  92. package/.next/static/chunks/3496-59013c5bb64c51a9.js +1 -0
  93. package/.next/static/chunks/4108.71716ca4d2bdad01.js +1 -0
  94. package/.next/static/chunks/6132-51c867b4544ebefc.js +1 -0
  95. package/.next/static/chunks/7887-6a5dd2999717777f.js +1 -0
  96. package/.next/static/chunks/{8982-137b26d526f24a8b.js → 8151-41c02ad988318d11.js} +1 -1
  97. package/.next/static/chunks/app/layout-8e0de66d47e2d411.js +1 -0
  98. package/.next/static/chunks/app/onboarding/page-1ec2ec3dadef91b8.js +1 -0
  99. package/.next/static/chunks/app/page-e9b67e9e2ee870ac.js +1 -0
  100. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-438c36466499e15f.js +1 -0
  101. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-21d327eaa0619f9e.js +1 -0
  102. package/.next/static/chunks/app/roots/[id]/page-cb8185fedf0f5f4d.js +1 -0
  103. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-40899d4270be9549.js +1 -0
  104. package/.next/static/chunks/app/roots/new/page-2379e2c4c2a63ce2.js +1 -0
  105. package/.next/static/chunks/app/settings/page-e3a46803ee1a5992.js +1 -0
  106. package/.next/static/chunks/app/share/[id]/page-c3b61aff7aa5d75e.js +1 -0
  107. package/.next/static/chunks/app/utilities/[scope]/[id]/{page-b5c5ca2c72af92a4.js → page-e378fbede449f071.js} +1 -1
  108. package/.next/static/chunks/app/utilities/page-60d7c81fe67376d2.js +1 -0
  109. package/.next/static/chunks/{webpack-4f6b598d96af4ca7.js → webpack-6c7ed0da8ba98645.js} +1 -1
  110. package/.next/trace +47 -47
  111. package/package.json +1 -1
  112. package/.next/server/chunks/4347.js +0 -3
  113. package/.next/server/chunks/4836.js +0 -1
  114. package/.next/server/chunks/8823.js +0 -1
  115. package/.next/server/chunks/9402.js +0 -1
  116. package/.next/static/chunks/3873-924fc0f386eb1005.js +0 -1
  117. package/.next/static/chunks/4108.e2aef54ba9b68f73.js +0 -1
  118. package/.next/static/chunks/4690-3065e11cc18ad056.js +0 -1
  119. package/.next/static/chunks/5779-bf4e7d8930f04f49.js +0 -1
  120. package/.next/static/chunks/6886-4b169c08d9745ce0.js +0 -1
  121. package/.next/static/chunks/app/layout-f939333a791cb267.js +0 -1
  122. package/.next/static/chunks/app/onboarding/page-4291d58b0c6b16e1.js +0 -1
  123. package/.next/static/chunks/app/page-c84defded9ae76c3.js +0 -1
  124. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-9de733628c6de625.js +0 -1
  125. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-f7772a63468ff75d.js +0 -1
  126. package/.next/static/chunks/app/roots/[id]/page-db94c337847a0543.js +0 -1
  127. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-cc556969ba89dab1.js +0 -1
  128. package/.next/static/chunks/app/roots/new/page-70df040d98ddfcb9.js +0 -1
  129. package/.next/static/chunks/app/settings/page-0451927b1906fdf0.js +0 -1
  130. package/.next/static/chunks/app/share/[id]/page-04701cd3e2f42faf.js +0 -1
  131. package/.next/static/chunks/app/utilities/page-d66b3d654623ac67.js +0 -1
  132. /package/.next/static/{qL2ylFt2IFmDVVrLaCl4u → q-lgiDq7RjplLNgYcdvi2}/_buildManifest.js +0 -0
  133. /package/.next/static/{qL2ylFt2IFmDVVrLaCl4u → q-lgiDq7RjplLNgYcdvi2}/_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.