reflex-agent 0.4.0 → 0.5.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 (251) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +90 -90
  3. package/.next/app-path-routes-manifest.json +9 -9
  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 +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 +2 -2
  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 +1 -1
  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 +1 -1
  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 +1 -1
  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 +2 -2
  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 +1 -1
  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 +4 -4
  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 +2 -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 +3 -3
  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 +4 -4
  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 +9 -9
  87. package/.next/server/chunks/1004.js +1 -0
  88. package/.next/server/chunks/106.js +148 -0
  89. package/.next/server/chunks/1100.js +34 -0
  90. package/.next/server/chunks/1189.js +1 -0
  91. package/.next/server/chunks/1220.js +115 -0
  92. package/.next/server/chunks/1271.js +79 -0
  93. package/.next/server/chunks/1378.js +23 -0
  94. package/.next/server/chunks/1640.js +29 -0
  95. package/.next/server/chunks/1811.js +1 -0
  96. package/.next/server/chunks/{7264.js → 1862.js} +2 -2
  97. package/.next/server/chunks/1869.js +93 -0
  98. package/.next/server/chunks/1973.js +166 -0
  99. package/.next/server/chunks/2035.js +1 -1
  100. package/.next/server/chunks/2249.js +1 -0
  101. package/.next/server/chunks/2264.js +287 -0
  102. package/.next/server/chunks/2278.js +1 -0
  103. package/.next/server/chunks/2318.js +1 -0
  104. package/.next/server/chunks/2485.js +2 -2
  105. package/.next/server/chunks/2521.js +1 -0
  106. package/.next/server/chunks/2552.js +1 -0
  107. package/.next/server/chunks/2626.js +1 -0
  108. package/.next/server/chunks/2669.js +104 -0
  109. package/.next/server/chunks/2673.js +153 -0
  110. package/.next/server/chunks/2749.js +1 -0
  111. package/.next/server/chunks/2761.js +90 -0
  112. package/.next/server/chunks/285.js +3 -3
  113. package/.next/server/chunks/2886.js +64 -0
  114. package/.next/server/chunks/2995.js +1 -1
  115. package/.next/server/chunks/3332.js +1 -1
  116. package/.next/server/chunks/3378.js +1 -0
  117. package/.next/server/chunks/352.js +79 -0
  118. package/.next/server/chunks/360.js +1 -0
  119. package/.next/server/chunks/3746.js +93 -0
  120. package/.next/server/chunks/3811.js +5 -0
  121. package/.next/server/chunks/383.js +80 -0
  122. package/.next/server/chunks/3870.js +215 -0
  123. package/.next/server/chunks/3935.js +34 -0
  124. package/.next/server/chunks/4031.js +2 -2
  125. package/.next/server/chunks/4046.js +141 -0
  126. package/.next/server/chunks/416.js +77 -0
  127. package/.next/server/chunks/4263.js +1 -0
  128. package/.next/server/chunks/4282.js +1 -0
  129. package/.next/server/chunks/431.js +1 -0
  130. package/.next/server/chunks/4339.js +23 -0
  131. package/.next/server/chunks/4343.js +148 -0
  132. package/.next/server/chunks/4450.js +80 -0
  133. package/.next/server/chunks/4457.js +1 -0
  134. package/.next/server/chunks/4537.js +43 -0
  135. package/.next/server/chunks/4580.js +1 -0
  136. package/.next/server/chunks/4653.js +1 -0
  137. package/.next/server/chunks/4695.js +77 -0
  138. package/.next/server/chunks/4733.js +1 -0
  139. package/.next/server/chunks/4812.js +1 -1
  140. package/.next/server/chunks/4828.js +80 -0
  141. package/.next/server/chunks/4851.js +1 -0
  142. package/.next/server/chunks/4863.js +29 -0
  143. package/.next/server/chunks/4925.js +1 -1
  144. package/.next/server/chunks/4934.js +1 -0
  145. package/.next/server/chunks/5080.js +43 -0
  146. package/.next/server/chunks/5142.js +1 -0
  147. package/.next/server/chunks/539.js +1 -0
  148. package/.next/server/chunks/5395.js +1 -0
  149. package/.next/server/chunks/5407.js +9 -0
  150. package/.next/server/chunks/5543.js +1 -1
  151. package/.next/server/chunks/5558.js +1 -0
  152. package/.next/server/chunks/5690.js +1 -0
  153. package/.next/server/chunks/5723.js +1 -0
  154. package/.next/server/chunks/5753.js +1 -0
  155. package/.next/server/chunks/5783.js +226 -0
  156. package/.next/server/chunks/5811.js +1 -0
  157. package/.next/server/chunks/5822.js +24 -0
  158. package/.next/server/chunks/6038.js +252 -0
  159. package/.next/server/chunks/617.js +24 -0
  160. package/.next/server/chunks/6294.js +1 -0
  161. package/.next/server/chunks/6332.js +1 -0
  162. package/.next/server/chunks/6355.js +1 -0
  163. package/.next/server/chunks/6448.js +3 -0
  164. package/.next/server/chunks/6460.js +5 -0
  165. package/.next/server/chunks/6483.js +252 -0
  166. package/.next/server/chunks/6888.js +1 -0
  167. package/.next/server/chunks/6909.js +3 -3
  168. package/.next/server/chunks/6946.js +1 -0
  169. package/.next/server/chunks/7068.js +1 -0
  170. package/.next/server/chunks/7118.js +24 -0
  171. package/.next/server/chunks/7242.js +166 -0
  172. package/.next/server/chunks/7315.js +1 -0
  173. package/.next/server/chunks/7356.js +141 -0
  174. package/.next/server/chunks/7520.js +226 -0
  175. package/.next/server/chunks/7759.js +1 -0
  176. package/.next/server/chunks/7800.js +1 -0
  177. package/.next/server/chunks/7934.js +1 -0
  178. package/.next/server/chunks/7948.js +1 -0
  179. package/.next/server/chunks/795.js +115 -0
  180. package/.next/server/chunks/8015.js +287 -0
  181. package/.next/server/chunks/8019.js +80 -0
  182. package/.next/server/chunks/8150.js +1 -0
  183. package/.next/server/chunks/824.js +1 -0
  184. package/.next/server/chunks/8326.js +1 -0
  185. package/.next/server/chunks/8384.js +153 -0
  186. package/.next/server/chunks/8451.js +1 -0
  187. package/.next/server/chunks/8674.js +104 -0
  188. package/.next/server/chunks/8897.js +64 -0
  189. package/.next/server/chunks/8945.js +1 -0
  190. package/.next/server/chunks/8948.js +36 -0
  191. package/.next/server/chunks/8977.js +1 -0
  192. package/.next/server/chunks/899.js +1 -0
  193. package/.next/server/chunks/9024.js +1 -0
  194. package/.next/server/chunks/9098.js +1 -1
  195. package/.next/server/chunks/9269.js +1 -0
  196. package/.next/server/chunks/9417.js +215 -0
  197. package/.next/server/chunks/9419.js +36 -0
  198. package/.next/server/chunks/9490.js +9 -0
  199. package/.next/server/chunks/9496.js +90 -0
  200. package/.next/server/chunks/9513.js +24 -0
  201. package/.next/server/chunks/9745.js +1 -0
  202. package/.next/server/chunks/{3662.js → 9829.js} +1 -1
  203. package/.next/server/chunks/9965.js +1 -0
  204. package/.next/server/functions-config-manifest.json +1 -1
  205. package/.next/server/middleware-build-manifest.js +1 -1
  206. package/.next/server/middleware-manifest.json +5 -5
  207. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  208. package/.next/server/pages/500.html +1 -1
  209. package/.next/server/server-reference-manifest.js +1 -1
  210. package/.next/server/server-reference-manifest.json +1 -1
  211. package/.next/static/chunks/2905-ca16d00d09da792e.js +1 -0
  212. package/.next/static/chunks/3608-556a93ce17c48331.js +1 -0
  213. package/.next/static/chunks/4108.40efe5d61bfc7f08.js +1 -0
  214. package/.next/static/chunks/4200-fc9e833f8a521cff.js +1 -0
  215. package/.next/static/chunks/{6886-4b169c08d9745ce0.js → 6919-830592f52172ae19.js} +1 -1
  216. package/.next/static/chunks/7320-00a597d3985d7624.js +1 -0
  217. package/.next/static/chunks/app/layout-5d864c5e6de9cf17.js +1 -0
  218. package/.next/static/chunks/app/onboarding/page-ccaa9f5d106a765a.js +1 -0
  219. package/.next/static/chunks/app/page-bd26227f60ea0122.js +1 -0
  220. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/{page-9de733628c6de625.js → page-f7c36b058c709b0a.js} +1 -1
  221. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-0ed3a1f1311c348d.js +1 -0
  222. package/.next/static/chunks/app/roots/[id]/page-cd62fc140883317f.js +1 -0
  223. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-5b08fe35708be776.js +1 -0
  224. package/.next/static/chunks/app/roots/new/{page-70df040d98ddfcb9.js → page-1a712172486a0f8f.js} +1 -1
  225. package/.next/static/chunks/app/settings/page-632b39256dcf7ebb.js +1 -0
  226. package/.next/static/chunks/app/share/[id]/{page-04701cd3e2f42faf.js → page-975a2a05e33257c9.js} +1 -1
  227. package/.next/static/chunks/app/utilities/[scope]/[id]/page-424ecd0f018a58f0.js +1 -0
  228. package/.next/static/chunks/app/utilities/page-a5befa7a77ab5796.js +1 -0
  229. package/.next/static/chunks/{webpack-4f6b598d96af4ca7.js → webpack-f7bc4101f4444d07.js} +1 -1
  230. package/.next/trace +89 -47
  231. package/package.json +1 -1
  232. package/.next/server/chunks/4347.js +0 -3
  233. package/.next/server/chunks/4836.js +0 -1
  234. package/.next/server/chunks/8823.js +0 -1
  235. package/.next/server/chunks/9402.js +0 -1
  236. package/.next/static/chunks/3873-924fc0f386eb1005.js +0 -1
  237. package/.next/static/chunks/4108.e2aef54ba9b68f73.js +0 -1
  238. package/.next/static/chunks/4690-3065e11cc18ad056.js +0 -1
  239. package/.next/static/chunks/5779-bf4e7d8930f04f49.js +0 -1
  240. package/.next/static/chunks/8982-137b26d526f24a8b.js +0 -1
  241. package/.next/static/chunks/app/layout-f939333a791cb267.js +0 -1
  242. package/.next/static/chunks/app/onboarding/page-4291d58b0c6b16e1.js +0 -1
  243. package/.next/static/chunks/app/page-c84defded9ae76c3.js +0 -1
  244. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-f7772a63468ff75d.js +0 -1
  245. package/.next/static/chunks/app/roots/[id]/page-db94c337847a0543.js +0 -1
  246. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-cc556969ba89dab1.js +0 -1
  247. package/.next/static/chunks/app/settings/page-0451927b1906fdf0.js +0 -1
  248. package/.next/static/chunks/app/utilities/[scope]/[id]/page-b5c5ca2c72af92a4.js +0 -1
  249. package/.next/static/chunks/app/utilities/page-d66b3d654623ac67.js +0 -1
  250. /package/.next/static/{qL2ylFt2IFmDVVrLaCl4u → AoffeFQkXIEvh9BnegJev}/_buildManifest.js +0 -0
  251. /package/.next/static/{qL2ylFt2IFmDVVrLaCl4u → AoffeFQkXIEvh9BnegJev}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- qL2ylFt2IFmDVVrLaCl4u
1
+ AoffeFQkXIEvh9BnegJev
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "pages": {
3
3
  "/_not-found/page": [
4
- "static/chunks/webpack-4f6b598d96af4ca7.js",
4
+ "static/chunks/webpack-f7bc4101f4444d07.js",
5
5
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
6
6
  "static/chunks/146-ccee3b26755b68c8.js",
7
7
  "static/chunks/main-app-ebe67847147d19aa.js",
8
8
  "static/chunks/app/_not-found/page-ffead1b4e248e14d.js"
9
9
  ],
10
10
  "/layout": [
11
- "static/chunks/webpack-4f6b598d96af4ca7.js",
11
+ "static/chunks/webpack-f7bc4101f4444d07.js",
12
12
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
13
13
  "static/chunks/146-ccee3b26755b68c8.js",
14
14
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -18,122 +18,122 @@
18
18
  "static/chunks/9411-af5f758c57741929.js",
19
19
  "static/chunks/5097-f07f6aeee3f60a33.js",
20
20
  "static/chunks/6445-99824866a51b582a.js",
21
- "static/chunks/app/layout-f939333a791cb267.js"
21
+ "static/chunks/app/layout-5d864c5e6de9cf17.js"
22
22
  ],
23
23
  "/api/images/[rootId]/[file]/route": [
24
- "static/chunks/webpack-4f6b598d96af4ca7.js",
24
+ "static/chunks/webpack-f7bc4101f4444d07.js",
25
25
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
26
26
  "static/chunks/146-ccee3b26755b68c8.js",
27
27
  "static/chunks/main-app-ebe67847147d19aa.js",
28
28
  "static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
29
29
  ],
30
- "/api/oauth/callback/route": [
31
- "static/chunks/webpack-4f6b598d96af4ca7.js",
30
+ "/api/agents/[agentId]/respond/route": [
31
+ "static/chunks/webpack-f7bc4101f4444d07.js",
32
32
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
33
33
  "static/chunks/146-ccee3b26755b68c8.js",
34
34
  "static/chunks/main-app-ebe67847147d19aa.js",
35
- "static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
35
+ "static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
36
36
  ],
37
- "/api/oauth/start/route": [
38
- "static/chunks/webpack-4f6b598d96af4ca7.js",
37
+ "/api/oauth/callback/route": [
38
+ "static/chunks/webpack-f7bc4101f4444d07.js",
39
39
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
40
40
  "static/chunks/146-ccee3b26755b68c8.js",
41
41
  "static/chunks/main-app-ebe67847147d19aa.js",
42
- "static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
42
+ "static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
43
43
  ],
44
- "/api/agents/[agentId]/respond/route": [
45
- "static/chunks/webpack-4f6b598d96af4ca7.js",
44
+ "/api/oauth/start/route": [
45
+ "static/chunks/webpack-f7bc4101f4444d07.js",
46
46
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
47
47
  "static/chunks/146-ccee3b26755b68c8.js",
48
48
  "static/chunks/main-app-ebe67847147d19aa.js",
49
- "static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
49
+ "static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
50
50
  ],
51
51
  "/api/roots/[id]/chat/[topicId]/stop/route": [
52
- "static/chunks/webpack-4f6b598d96af4ca7.js",
52
+ "static/chunks/webpack-f7bc4101f4444d07.js",
53
53
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
54
54
  "static/chunks/146-ccee3b26755b68c8.js",
55
55
  "static/chunks/main-app-ebe67847147d19aa.js",
56
56
  "static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
57
57
  ],
58
58
  "/api/roots/[id]/chat/[topicId]/send/route": [
59
- "static/chunks/webpack-4f6b598d96af4ca7.js",
59
+ "static/chunks/webpack-f7bc4101f4444d07.js",
60
60
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
61
61
  "static/chunks/146-ccee3b26755b68c8.js",
62
62
  "static/chunks/main-app-ebe67847147d19aa.js",
63
63
  "static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
64
64
  ],
65
65
  "/api/roots/[id]/dashboard/route": [
66
- "static/chunks/webpack-4f6b598d96af4ca7.js",
66
+ "static/chunks/webpack-f7bc4101f4444d07.js",
67
67
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
68
68
  "static/chunks/146-ccee3b26755b68c8.js",
69
69
  "static/chunks/main-app-ebe67847147d19aa.js",
70
70
  "static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
71
71
  ],
72
- "/api/roots/[id]/attachments/route": [
73
- "static/chunks/webpack-4f6b598d96af4ca7.js",
74
- "static/chunks/6fe292aa-7126ff9d6732e864.js",
75
- "static/chunks/146-ccee3b26755b68c8.js",
76
- "static/chunks/main-app-ebe67847147d19aa.js",
77
- "static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
78
- ],
79
72
  "/api/roots/[id]/suggestions/route": [
80
- "static/chunks/webpack-4f6b598d96af4ca7.js",
73
+ "static/chunks/webpack-f7bc4101f4444d07.js",
81
74
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
82
75
  "static/chunks/146-ccee3b26755b68c8.js",
83
76
  "static/chunks/main-app-ebe67847147d19aa.js",
84
77
  "static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
85
78
  ],
86
- "/api/utilities/[scope]/[id]/bundle.js/route": [
87
- "static/chunks/webpack-4f6b598d96af4ca7.js",
79
+ "/api/roots/[id]/chat/[topicId]/stream/route": [
80
+ "static/chunks/webpack-f7bc4101f4444d07.js",
88
81
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
89
82
  "static/chunks/146-ccee3b26755b68c8.js",
90
83
  "static/chunks/main-app-ebe67847147d19aa.js",
91
- "static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
84
+ "static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
92
85
  ],
93
- "/api/utilities/[scope]/[id]/host-api.mjs/route": [
94
- "static/chunks/webpack-4f6b598d96af4ca7.js",
86
+ "/api/roots/[id]/attachments/route": [
87
+ "static/chunks/webpack-f7bc4101f4444d07.js",
95
88
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
96
89
  "static/chunks/146-ccee3b26755b68c8.js",
97
90
  "static/chunks/main-app-ebe67847147d19aa.js",
98
- "static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
91
+ "static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
99
92
  ],
100
- "/api/roots/[id]/chat/[topicId]/stream/route": [
101
- "static/chunks/webpack-4f6b598d96af4ca7.js",
93
+ "/api/utilities/[scope]/[id]/host-api.mjs/route": [
94
+ "static/chunks/webpack-f7bc4101f4444d07.js",
102
95
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
103
96
  "static/chunks/146-ccee3b26755b68c8.js",
104
97
  "static/chunks/main-app-ebe67847147d19aa.js",
105
- "static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
98
+ "static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
106
99
  ],
107
- "/api/utilities/[scope]/[id]/host-ui.mjs/route": [
108
- "static/chunks/webpack-4f6b598d96af4ca7.js",
100
+ "/api/utilities/[scope]/[id]/bundle.js/route": [
101
+ "static/chunks/webpack-f7bc4101f4444d07.js",
109
102
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
110
103
  "static/chunks/146-ccee3b26755b68c8.js",
111
104
  "static/chunks/main-app-ebe67847147d19aa.js",
112
- "static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
105
+ "static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
113
106
  ],
114
107
  "/api/utilities/[scope]/[id]/host/route": [
115
- "static/chunks/webpack-4f6b598d96af4ca7.js",
108
+ "static/chunks/webpack-f7bc4101f4444d07.js",
116
109
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
117
110
  "static/chunks/146-ccee3b26755b68c8.js",
118
111
  "static/chunks/main-app-ebe67847147d19aa.js",
119
112
  "static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
120
113
  ],
121
- "/api/utilities/[scope]/[id]/style.css/route": [
122
- "static/chunks/webpack-4f6b598d96af4ca7.js",
114
+ "/api/utilities/[scope]/[id]/host-ui.mjs/route": [
115
+ "static/chunks/webpack-f7bc4101f4444d07.js",
123
116
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
124
117
  "static/chunks/146-ccee3b26755b68c8.js",
125
118
  "static/chunks/main-app-ebe67847147d19aa.js",
126
- "static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
119
+ "static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
127
120
  ],
128
121
  "/api/utilities/[scope]/[id]/iframe/route": [
129
- "static/chunks/webpack-4f6b598d96af4ca7.js",
122
+ "static/chunks/webpack-f7bc4101f4444d07.js",
130
123
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
131
124
  "static/chunks/146-ccee3b26755b68c8.js",
132
125
  "static/chunks/main-app-ebe67847147d19aa.js",
133
126
  "static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
134
127
  ],
128
+ "/api/utilities/[scope]/[id]/style.css/route": [
129
+ "static/chunks/webpack-f7bc4101f4444d07.js",
130
+ "static/chunks/6fe292aa-7126ff9d6732e864.js",
131
+ "static/chunks/146-ccee3b26755b68c8.js",
132
+ "static/chunks/main-app-ebe67847147d19aa.js",
133
+ "static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
134
+ ],
135
135
  "/agents/[agentId]/page": [
136
- "static/chunks/webpack-4f6b598d96af4ca7.js",
136
+ "static/chunks/webpack-f7bc4101f4444d07.js",
137
137
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
138
138
  "static/chunks/146-ccee3b26755b68c8.js",
139
139
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -144,7 +144,7 @@
144
144
  "static/chunks/app/agents/[agentId]/page-5d6f4cb16b42d02b.js"
145
145
  ],
146
146
  "/page": [
147
- "static/chunks/webpack-4f6b598d96af4ca7.js",
147
+ "static/chunks/webpack-f7bc4101f4444d07.js",
148
148
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
149
149
  "static/chunks/146-ccee3b26755b68c8.js",
150
150
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -154,20 +154,20 @@
154
154
  "static/chunks/3335-5647a38ab2cfa88d.js",
155
155
  "static/chunks/5097-f07f6aeee3f60a33.js",
156
156
  "static/chunks/3954-fe27ff41d9bf012d.js",
157
- "static/chunks/3873-924fc0f386eb1005.js",
158
- "static/chunks/app/page-c84defded9ae76c3.js"
157
+ "static/chunks/2905-ca16d00d09da792e.js",
158
+ "static/chunks/app/page-bd26227f60ea0122.js"
159
159
  ],
160
160
  "/onboarding/page": [
161
- "static/chunks/webpack-4f6b598d96af4ca7.js",
161
+ "static/chunks/webpack-f7bc4101f4444d07.js",
162
162
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
163
163
  "static/chunks/146-ccee3b26755b68c8.js",
164
164
  "static/chunks/main-app-ebe67847147d19aa.js",
165
165
  "static/chunks/9411-af5f758c57741929.js",
166
166
  "static/chunks/5097-f07f6aeee3f60a33.js",
167
- "static/chunks/app/onboarding/page-4291d58b0c6b16e1.js"
167
+ "static/chunks/app/onboarding/page-ccaa9f5d106a765a.js"
168
168
  ],
169
169
  "/audit/page": [
170
- "static/chunks/webpack-4f6b598d96af4ca7.js",
170
+ "static/chunks/webpack-f7bc4101f4444d07.js",
171
171
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
172
172
  "static/chunks/146-ccee3b26755b68c8.js",
173
173
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -177,7 +177,7 @@
177
177
  "static/chunks/app/audit/page-e3445076d462aa80.js"
178
178
  ],
179
179
  "/roots/new/page": [
180
- "static/chunks/webpack-4f6b598d96af4ca7.js",
180
+ "static/chunks/webpack-f7bc4101f4444d07.js",
181
181
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
182
182
  "static/chunks/146-ccee3b26755b68c8.js",
183
183
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -186,10 +186,10 @@
186
186
  "static/chunks/9411-af5f758c57741929.js",
187
187
  "static/chunks/3335-5647a38ab2cfa88d.js",
188
188
  "static/chunks/5097-f07f6aeee3f60a33.js",
189
- "static/chunks/app/roots/new/page-70df040d98ddfcb9.js"
189
+ "static/chunks/app/roots/new/page-1a712172486a0f8f.js"
190
190
  ],
191
191
  "/settings/page": [
192
- "static/chunks/webpack-4f6b598d96af4ca7.js",
192
+ "static/chunks/webpack-f7bc4101f4444d07.js",
193
193
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
194
194
  "static/chunks/146-ccee3b26755b68c8.js",
195
195
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -199,10 +199,10 @@
199
199
  "static/chunks/3335-5647a38ab2cfa88d.js",
200
200
  "static/chunks/5097-f07f6aeee3f60a33.js",
201
201
  "static/chunks/5235-990ba9c4c8446446.js",
202
- "static/chunks/app/settings/page-0451927b1906fdf0.js"
202
+ "static/chunks/app/settings/page-632b39256dcf7ebb.js"
203
203
  ],
204
204
  "/share/[id]/file/page": [
205
- "static/chunks/webpack-4f6b598d96af4ca7.js",
205
+ "static/chunks/webpack-f7bc4101f4444d07.js",
206
206
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
207
207
  "static/chunks/146-ccee3b26755b68c8.js",
208
208
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -210,18 +210,18 @@
210
210
  "static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
211
211
  ],
212
212
  "/share/[id]/page": [
213
- "static/chunks/webpack-4f6b598d96af4ca7.js",
213
+ "static/chunks/webpack-f7bc4101f4444d07.js",
214
214
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
215
215
  "static/chunks/146-ccee3b26755b68c8.js",
216
216
  "static/chunks/main-app-ebe67847147d19aa.js",
217
217
  "static/chunks/4400-cdb1f7913ae34e09.js",
218
218
  "static/chunks/9411-af5f758c57741929.js",
219
219
  "static/chunks/5097-f07f6aeee3f60a33.js",
220
- "static/chunks/6886-4b169c08d9745ce0.js",
221
- "static/chunks/app/share/[id]/page-04701cd3e2f42faf.js"
220
+ "static/chunks/6919-830592f52172ae19.js",
221
+ "static/chunks/app/share/[id]/page-975a2a05e33257c9.js"
222
222
  ],
223
223
  "/utilities/[scope]/[id]/page": [
224
- "static/chunks/webpack-4f6b598d96af4ca7.js",
224
+ "static/chunks/webpack-f7bc4101f4444d07.js",
225
225
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
226
226
  "static/chunks/146-ccee3b26755b68c8.js",
227
227
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -230,11 +230,11 @@
230
230
  "static/chunks/9411-af5f758c57741929.js",
231
231
  "static/chunks/3335-5647a38ab2cfa88d.js",
232
232
  "static/chunks/5097-f07f6aeee3f60a33.js",
233
- "static/chunks/6886-4b169c08d9745ce0.js",
234
- "static/chunks/app/utilities/[scope]/[id]/page-b5c5ca2c72af92a4.js"
233
+ "static/chunks/6919-830592f52172ae19.js",
234
+ "static/chunks/app/utilities/[scope]/[id]/page-424ecd0f018a58f0.js"
235
235
  ],
236
236
  "/utilities/page": [
237
- "static/chunks/webpack-4f6b598d96af4ca7.js",
237
+ "static/chunks/webpack-f7bc4101f4444d07.js",
238
238
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
239
239
  "static/chunks/146-ccee3b26755b68c8.js",
240
240
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -243,17 +243,17 @@
243
243
  "static/chunks/9411-af5f758c57741929.js",
244
244
  "static/chunks/3335-5647a38ab2cfa88d.js",
245
245
  "static/chunks/5097-f07f6aeee3f60a33.js",
246
- "static/chunks/app/utilities/page-d66b3d654623ac67.js"
246
+ "static/chunks/app/utilities/page-a5befa7a77ab5796.js"
247
247
  ],
248
248
  "/roots/[id]/layout": [
249
- "static/chunks/webpack-4f6b598d96af4ca7.js",
249
+ "static/chunks/webpack-f7bc4101f4444d07.js",
250
250
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
251
251
  "static/chunks/146-ccee3b26755b68c8.js",
252
252
  "static/chunks/main-app-ebe67847147d19aa.js",
253
253
  "static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js"
254
254
  ],
255
255
  "/roots/[id]/chat/[topicId]/page": [
256
- "static/chunks/webpack-4f6b598d96af4ca7.js",
256
+ "static/chunks/webpack-f7bc4101f4444d07.js",
257
257
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
258
258
  "static/chunks/146-ccee3b26755b68c8.js",
259
259
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -265,13 +265,13 @@
265
265
  "static/chunks/3954-fe27ff41d9bf012d.js",
266
266
  "static/chunks/8775-890699c74c28df61.js",
267
267
  "static/chunks/6568-e4d2de23d9f8d347.js",
268
- "static/chunks/3873-924fc0f386eb1005.js",
269
- "static/chunks/8982-137b26d526f24a8b.js",
270
- "static/chunks/4690-3065e11cc18ad056.js",
271
- "static/chunks/app/roots/[id]/chat/[topicId]/page-9de733628c6de625.js"
268
+ "static/chunks/2905-ca16d00d09da792e.js",
269
+ "static/chunks/3608-556a93ce17c48331.js",
270
+ "static/chunks/7320-00a597d3985d7624.js",
271
+ "static/chunks/app/roots/[id]/chat/[topicId]/page-f7c36b058c709b0a.js"
272
272
  ],
273
- "/roots/[id]/workflows/[wfId]/page": [
274
- "static/chunks/webpack-4f6b598d96af4ca7.js",
273
+ "/roots/[id]/page": [
274
+ "static/chunks/webpack-f7bc4101f4444d07.js",
275
275
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
276
276
  "static/chunks/146-ccee3b26755b68c8.js",
277
277
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -280,10 +280,17 @@
280
280
  "static/chunks/9411-af5f758c57741929.js",
281
281
  "static/chunks/3335-5647a38ab2cfa88d.js",
282
282
  "static/chunks/5097-f07f6aeee3f60a33.js",
283
- "static/chunks/app/roots/[id]/workflows/[wfId]/page-cc556969ba89dab1.js"
283
+ "static/chunks/3954-fe27ff41d9bf012d.js",
284
+ "static/chunks/8775-890699c74c28df61.js",
285
+ "static/chunks/8566-5d4c89b722d9cee1.js",
286
+ "static/chunks/2905-ca16d00d09da792e.js",
287
+ "static/chunks/3608-556a93ce17c48331.js",
288
+ "static/chunks/7320-00a597d3985d7624.js",
289
+ "static/chunks/4200-fc9e833f8a521cff.js",
290
+ "static/chunks/app/roots/[id]/page-cd62fc140883317f.js"
284
291
  ],
285
292
  "/roots/[id]/kb/[...slug]/page": [
286
- "static/chunks/webpack-4f6b598d96af4ca7.js",
293
+ "static/chunks/webpack-f7bc4101f4444d07.js",
287
294
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
288
295
  "static/chunks/146-ccee3b26755b68c8.js",
289
296
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -294,39 +301,32 @@
294
301
  "static/chunks/5097-f07f6aeee3f60a33.js",
295
302
  "static/chunks/3954-fe27ff41d9bf012d.js",
296
303
  "static/chunks/8775-890699c74c28df61.js",
297
- "static/chunks/3873-924fc0f386eb1005.js",
298
- "static/chunks/8982-137b26d526f24a8b.js",
299
- "static/chunks/5779-bf4e7d8930f04f49.js",
300
- "static/chunks/app/roots/[id]/kb/[...slug]/page-f7772a63468ff75d.js"
304
+ "static/chunks/2905-ca16d00d09da792e.js",
305
+ "static/chunks/3608-556a93ce17c48331.js",
306
+ "static/chunks/4200-fc9e833f8a521cff.js",
307
+ "static/chunks/app/roots/[id]/kb/[...slug]/page-0ed3a1f1311c348d.js"
301
308
  ],
302
- "/roots/[id]/workflows/page": [
303
- "static/chunks/webpack-4f6b598d96af4ca7.js",
309
+ "/roots/[id]/workflows/[wfId]/page": [
310
+ "static/chunks/webpack-f7bc4101f4444d07.js",
304
311
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
305
312
  "static/chunks/146-ccee3b26755b68c8.js",
306
313
  "static/chunks/main-app-ebe67847147d19aa.js",
307
314
  "static/chunks/4400-cdb1f7913ae34e09.js",
308
315
  "static/chunks/1217-407174d9b164a499.js",
316
+ "static/chunks/9411-af5f758c57741929.js",
309
317
  "static/chunks/3335-5647a38ab2cfa88d.js",
310
- "static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js"
318
+ "static/chunks/5097-f07f6aeee3f60a33.js",
319
+ "static/chunks/app/roots/[id]/workflows/[wfId]/page-5b08fe35708be776.js"
311
320
  ],
312
- "/roots/[id]/page": [
313
- "static/chunks/webpack-4f6b598d96af4ca7.js",
321
+ "/roots/[id]/workflows/page": [
322
+ "static/chunks/webpack-f7bc4101f4444d07.js",
314
323
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
315
324
  "static/chunks/146-ccee3b26755b68c8.js",
316
325
  "static/chunks/main-app-ebe67847147d19aa.js",
317
326
  "static/chunks/4400-cdb1f7913ae34e09.js",
318
327
  "static/chunks/1217-407174d9b164a499.js",
319
- "static/chunks/9411-af5f758c57741929.js",
320
328
  "static/chunks/3335-5647a38ab2cfa88d.js",
321
- "static/chunks/5097-f07f6aeee3f60a33.js",
322
- "static/chunks/3954-fe27ff41d9bf012d.js",
323
- "static/chunks/8775-890699c74c28df61.js",
324
- "static/chunks/8566-5d4c89b722d9cee1.js",
325
- "static/chunks/3873-924fc0f386eb1005.js",
326
- "static/chunks/8982-137b26d526f24a8b.js",
327
- "static/chunks/4690-3065e11cc18ad056.js",
328
- "static/chunks/5779-bf4e7d8930f04f49.js",
329
- "static/chunks/app/roots/[id]/page-db94c337847a0543.js"
329
+ "static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js"
330
330
  ]
331
331
  }
332
332
  }
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "/_not-found/page": "/_not-found",
3
3
  "/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
4
+ "/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
4
5
  "/api/oauth/callback/route": "/api/oauth/callback",
5
6
  "/api/oauth/start/route": "/api/oauth/start",
6
- "/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
7
7
  "/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
8
8
  "/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
9
9
  "/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
10
- "/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
11
10
  "/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
12
- "/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
13
- "/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
14
11
  "/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
15
- "/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
12
+ "/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
13
+ "/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
14
+ "/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
16
15
  "/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
17
- "/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
16
+ "/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
18
17
  "/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
18
+ "/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
19
19
  "/agents/[agentId]/page": "/agents/[agentId]",
20
20
  "/page": "/",
21
21
  "/onboarding/page": "/onboarding",
@@ -27,8 +27,8 @@
27
27
  "/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
28
28
  "/utilities/page": "/utilities",
29
29
  "/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
30
- "/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
30
+ "/roots/[id]/page": "/roots/[id]",
31
31
  "/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
32
- "/roots/[id]/workflows/page": "/roots/[id]/workflows",
33
- "/roots/[id]/page": "/roots/[id]"
32
+ "/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
33
+ "/roots/[id]/workflows/page": "/roots/[id]/workflows"
34
34
  }
@@ -5,11 +5,11 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/qL2ylFt2IFmDVVrLaCl4u/_buildManifest.js",
9
- "static/qL2ylFt2IFmDVVrLaCl4u/_ssgManifest.js"
8
+ "static/AoffeFQkXIEvh9BnegJev/_buildManifest.js",
9
+ "static/AoffeFQkXIEvh9BnegJev/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
- "static/chunks/webpack-4f6b598d96af4ca7.js",
12
+ "static/chunks/webpack-f7bc4101f4444d07.js",
13
13
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
14
14
  "static/chunks/146-ccee3b26755b68c8.js",
15
15
  "static/chunks/main-app-ebe67847147d19aa.js"
@@ -17,13 +17,13 @@
17
17
  "rootMainFilesTree": {},
18
18
  "pages": {
19
19
  "/_app": [
20
- "static/chunks/webpack-4f6b598d96af4ca7.js",
20
+ "static/chunks/webpack-f7bc4101f4444d07.js",
21
21
  "static/chunks/framework-aaa7c1a953276299.js",
22
22
  "static/chunks/main-bfb98fc1d6aa1d45.js",
23
23
  "static/chunks/pages/_app-bf8bc157ace53d59.js"
24
24
  ],
25
25
  "/_error": [
26
- "static/chunks/webpack-4f6b598d96af4ca7.js",
26
+ "static/chunks/webpack-f7bc4101f4444d07.js",
27
27
  "static/chunks/framework-aaa7c1a953276299.js",
28
28
  "static/chunks/main-bfb98fc1d6aa1d45.js",
29
29
  "static/chunks/pages/_error-da89ab2956f0cf38.js"
@@ -55,8 +55,8 @@
55
55
  },
56
56
  "notFoundRoutes": [],
57
57
  "preview": {
58
- "previewModeId": "60db9b6241b9306343073bf109bb7a50",
59
- "previewModeSigningKey": "a3040d4ba993bd82666c431d5949edaa54f14c623720d954248fc582fba41084",
60
- "previewModeEncryptionKey": "f02d0a1c57c68081b3d573b5a579f721fe8ad441e8da1ef360d06188784fb5e7"
58
+ "previewModeId": "47c8698cddae42026a67110ad398be0c",
59
+ "previewModeSigningKey": "9cc176a862b0eace5f6706c737126d2713f5c5c04b2ac578e8153ae9dc343cbb",
60
+ "previewModeEncryptionKey": "427e3b259731d64da24c2c6716f772f43c881ca98202e385060442ec2bfb7df8"
61
61
  }
62
62
  }
@@ -2,7 +2,7 @@
2
2
  "app/roots/[id]/chat/[topicId]/_components/interaction-cards.tsx -> @/lib/server/oauth-actions": {
3
3
  "id": 94108,
4
4
  "files": [
5
- "static/chunks/4108.e2aef54ba9b68f73.js"
5
+ "static/chunks/4108.40efe5d61bfc7f08.js"
6
6
  ]
7
7
  }
8
8
  }
@@ -1,2 +1,2 @@
1
- "use strict";(()=>{var a={};a.id=9492,a.ids=[9492],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1708:a=>{a.exports=require("node:process")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4984:a=>{a.exports=require("readline")},7206:a=>{a.exports=import("execa")},8086:a=>{a.exports=require("module")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},14292:(a,b,c)=>{c.r(b),c.d(b,{GlobalError:()=>E.a,__next_app__:()=>K,handler:()=>M,pages:()=>J,routeModule:()=>L,tree:()=>I});var d=c(61597),e=c(99210),f=c(1082),g=c(15003),h=c(36265),i=c(11817),j=c(45136),k=c(41809),l=c(55745),m=c(88963),n=c(69153),o=c(48343),p=c(15808),q=c(21238),r=c(2555),s=c(261),t=c(34370),u=c(89583),v=c(26713),w=c(53875),x=c(7952),y=c(54532),z=c(80269),A=c(17851),B=c(57865),C=c(86439),D=c(47319),E=c.n(D),F=c(1859),G=c(20498),H={};for(let a in F)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(H[a]=()=>F[a]);c.d(b,H);let I={children:["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.t.bind(c,82295,23)),"next/dist/client/components/builtin/not-found.js"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,79459)),"/home/runner/work/reflex-agent/reflex-agent/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,47319,23)),"next/dist/client/components/builtin/global-error.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,91570,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,72845,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,J=[],K={require:c,loadChunk:()=>Promise.resolve()},L=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:I},distDir:".next",relativeProjectDir:""});async function M(a,b,d){var D;let H="/_not-found/page";"/index"===H&&(H="/");let N=(0,h.getRequestMeta)(a,"postponed"),O=(0,h.getRequestMeta)(a,"minimalMode"),P=await L.prepare(a,b,{srcPage:H,multiZoneDraftMode:!1});if(!P)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Q,query:R,params:S,parsedUrl:T,pageIsDynamic:U,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,serverActionsManifest:Y,clientReferenceManifest:Z,subresourceIntegrityManifest:$,prerenderManifest:_,isDraftMode:aa,resolvedPathname:ab,revalidateOnlyGenerated:ac,routerServerContext:ad,nextConfig:ae,interceptionRoutePatterns:af}=P,ag=T.pathname||"/",ah=(0,s.normalizeAppPath)(H),{isOnDemandRevalidate:ai}=P,aj=L.match(ag,_),ak=!!_.routes[ab],al=!!(aj||ak||_.routes[ah]),am=a.headers["user-agent"]||"",an=(0,v.getBotType)(am),ao=(0,q.isHtmlBotRequest)(a),ap=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[u.NEXT_ROUTER_PREFETCH_HEADER],aq=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[u.RSC_HEADER]),ar=(0,t.getIsPossibleServerAction)(a),as=(0,m.checkIsAppPPREnabled)(ae.experimental.ppr)&&(null==(D=_.routes[ah]??_.dynamicRoutes[ah])?void 0:D.renderingMode)==="PARTIALLY_STATIC",at=!1,au=!1,av=as?N:void 0,aw=as&&aq&&!ap,ax=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ay=!am||(0,q.shouldServeStreamingMetadata)(am,ae.htmlLimitedBots);ao&&as&&(al=!1,ay=!1);let az=!0===L.isDev||!al||"string"==typeof N||aw,aA=ao&&as,aB=null;aa||!al||az||ar||av||aw||(aB=ab);let aC=aB;!aC&&L.isDev&&(aC=ab),L.isDev||aa||!al||!aq||aw||(0,k.d)(a.headers);let aD={...F,tree:I,pages:J,GlobalError:E(),handler:M,routeModule:L,__next_app__:K};Y&&Z&&(0,p.setReferenceManifestsSingleton)({page:H,clientReferenceManifest:Z,serverActionsManifest:Y,serverModuleMap:(0,r.createServerModuleMap)({serverActionsManifest:Y})});let aE=a.method||"GET",aF=(0,g.getTracer)(),aG=aF.getActiveScopeSpan();try{let f=L.getVaryHeader(ab,af);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return L.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aF.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aE} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aE} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:R,params:S,page:ah,sharedContext:{buildId:Q},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aD,Component:(0,j.T)(aD),params:S,routeModule:L,page:H,postponed:f,shouldWaitOnAllReady:aA,serveStreamingMetadata:ay,supportsDynamicResponse:"string"==typeof f||az,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,subresourceIntegrityManifest:$,serverActionsManifest:Y,clientReferenceManifest:Z,setIsrStatus:null==ad?void 0:ad.setIsrStatus,dir:c(33873).join(process.cwd(),L.relativeProjectDir),isDraftMode:aa,isRevalidate:al&&!f&&!aw,botType:an,isOnDemandRevalidate:ai,isPossibleServerAction:ar,assetPrefix:ae.assetPrefix,nextConfigOutput:ae.output,crossOrigin:ae.crossOrigin,trailingSlash:ae.trailingSlash,previewProps:_.preview,deploymentId:ae.deploymentId,enableTainting:ae.experimental.taint,htmlLimitedBots:ae.htmlLimitedBots,devtoolSegmentExplorer:ae.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ae.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ae.experimental.cacheLife,basePath:ae.basePath,serverActions:ae.experimental.serverActions,...at?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:at}:{},experimental:{isRoutePPREnabled:as,expireTime:ae.expireTime,staleTimes:ae.experimental.staleTimes,cacheComponents:!!ae.experimental.cacheComponents,clientSegmentCache:!!ae.experimental.clientSegmentCache,clientParamParsing:!!ae.experimental.clientParamParsing,dynamicOnHover:!!ae.experimental.dynamicOnHover,inlineCss:!!ae.experimental.inlineCss,authInterrupts:!!ae.experimental.authInterrupts,clientTraceMetadata:ae.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>L.onRequestError(a,b,d,ad),err:(0,h.getRequestMeta)(a,"invokeError"),dev:L.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[z.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,al&&(null==n?void 0:n.revalidate)===0&&!L.isDev&&!as){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ab}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
- see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:w.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},n=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===L.isDev,l=c||b.writableEnded;if(ai&&ac&&!f&&!O)return(null==ad?void 0:ad.render404)?await ad.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(aj&&(j=(0,x.parseFallbackField)(aj.fallback)),j===x.FallbackMode.PRERENDER&&(0,v.isBot)(am)&&(!as||ao)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ai=!0),ai&&(j!==x.FallbackMode.NOT_FOUND||f)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),!O&&j!==x.FallbackMode.BLOCKING_STATIC_RENDER&&aC&&!l&&!aa&&U&&(k||!ak)){let b;if((k||aj)&&j===x.FallbackMode.NOT_FOUND)throw new C.NoFallbackError;if(as&&!aq){let c="string"==typeof(null==aj?void 0:aj.fallback)?aj.fallback:k?ah:null;if(b=await L.handleResponse({cacheKey:c,req:a,nextConfig:ae,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:_,isRoutePPREnabled:as,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||au?(0,o.u)(ah):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let n=ai||g||!av?void 0:av;if(at&&void 0!==n)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:w.CachedRouteKind.PAGES,html:y.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=U&&as&&((0,h.getRequestMeta)(a,"renderFallbackShell")||au)?(0,o.u)(ag):null;return m({span:i,postponed:n,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,o=await L.handleResponse({cacheKey:aB,responseGenerator:a=>n({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ai,isRoutePPREnabled:as,req:a,nextConfig:ae,prerenderManifest:_,waitUntil:d.waitUntil});if(aa&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),L.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!o){if(aB)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=o.value)?void 0:f.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=o.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof o.value.postponed;al&&!aw&&(!p||ap)&&(O||b.setHeader("x-nextjs-cache",ai?"REVALIDATED":o.isMiss?"MISS":o.isStale?"STALE":"HIT"),b.setHeader(u.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=o;if(av)l={revalidate:0,expire:void 0};else if(O&&aq&&!ap&&as)l={revalidate:0,expire:void 0};else if(!L.isDev)if(aa)l={revalidate:0,expire:void 0};else if(al){if(o.cacheControl)if("number"==typeof o.cacheControl.revalidate){if(o.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${o.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:o.cacheControl.revalidate,expire:(null==(j=o.cacheControl)?void 0:j.expire)??ae.expireTime}}else l={revalidate:z.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(o.cacheControl=l,"string"==typeof ax&&(null==q?void 0:q.kind)===w.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[z.NEXT_CACHE_TAGS_HEADER];O&&al&&c&&"string"==typeof c&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(ax);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(d,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.EMPTY,cacheControl:o.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...o,value:{...o.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&av)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(O&&al||delete a[z.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[z.NEXT_CACHE_TAGS_HEADER];if(O&&al&&s&&"string"==typeof s&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,s),!q.status||aq&&as||(b.statusCode=q.status),!O&&q.status&&G.RedirectStatusCode[q.status]&&aq&&(b.statusCode=200),p&&b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"1"),aq&&!aa){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:q.html,cacheControl:aw?{revalidate:0,expire:void 0}:o.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(q.rscData,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl})}let t=q.html;if(!p||O||aq)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:o.cacheControl});if(at)return t.push(new ReadableStream({start(a){a.enqueue(A.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}});let v=new TransformStream;return t.push(v.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(v.writable)}).catch(a=>{v.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}})};if(!aG)return await aF.withPropagatedContext(a.headers,()=>aF.trace(i.BaseServerSpan.handleRequest,{spanName:`${aE} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aE,"http.target":a.url}},p));await p(aG)}catch(b){throw b instanceof C.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:al,isOnDemandRevalidate:ai})},ad),b}}},19121:a=>{a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{a.exports=require("os")},24576:(a,b,c)=>{c.d(b,{Zn:()=>p,_S:()=>q,mM:()=>l,qV:()=>o});var d=c(73024),e=c(76760),f=c.n(e),g=c(77598),h=c.n(g);let i=(0,c(29163)._)(),j=f().join(i,"registry.json"),k={version:1,entries:[]};function l(a){return h().createHash("sha1").update(f().resolve(a)).digest("hex").slice(0,16)}async function m(){try{let a=await d.promises.readFile(j,"utf8"),b=JSON.parse(a);if("object"==typeof b&&null!==b&&"entries"in b&&Array.isArray(b.entries))return b;return k}catch(a){if("object"==typeof a&&null!==a&&"code"in a&&"ENOENT"===a.code)return k;throw a}}async function n(a){await d.promises.mkdir(i,{recursive:!0}),await d.promises.writeFile(j,JSON.stringify(a,null,2)+"\n","utf8")}async function o(){return[...(await m()).entries].sort((a,b)=>Date.parse(b.addedAt)-Date.parse(a.addedAt))}async function p(a){return(await m()).entries.find(b=>b.id===a)??null}async function q(a){let b=f().resolve(a),c=l(b),d=await m(),e=d.entries.find(a=>a.id===c);if(e)return e;let g={id:c,path:b,addedAt:new Date().toISOString()};return await n({...d,entries:[...d.entries,g]}),g}},26713:a=>{a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{a.exports=require("util")},29021:a=>{a.exports=require("fs")},29163:(a,b,c)=>{c.d(b,{_:()=>h});var d=c(48161),e=c.n(d),f=c(76760),g=c.n(f);function h(){let a=process.env.REFLEX_HOME;return a&&a.length>0?a:g().join(e().homedir(),".reflex")}},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31421:a=>{a.exports=require("node:child_process")},33873:a=>{a.exports=require("path")},36306:a=>{a.exports=import("@tailwindcss/node")},41025:a=>{a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},48161:a=>{a.exports=require("node:os")},51005:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{"00321bef261181407c68ca6f78a3c677c0823ea816":()=>g.i,"4056da73616c94311b8d83ffea49004bb90a26db0a":()=>h.$z,"40701ac692d7427eab8a07ee82f339eaee348bc30c":()=>h.MU,"4089be546dcbac5e12874e666df339ac453b1f8d31":()=>e.nC,"4090ac3c673707e4a3008e6c19afe124b5014a2bc6":()=>f.z,"40cc69b4049be3fd95dacf22998b669186fa2e7d80":()=>e.nY,"40eb7ee75c552b591121c227517fdbf24b27a01cc1":()=>f.u,"604abf66ba7691b43b74fb8dded7da1a128c116d1d":()=>h.Tc,"6071bde72db4b56ffa98d7a081cee067597c1083be":()=>e.L4,"60993409089bd3ce6fb2ccb8a980c2bdf6a9936958":()=>e.T$,"60c6b1dfcc216efabc2a2dccf598695bbfb622eaf3":()=>e.OQ,"709a1a8b077de0121e477df1e38a94395da1c0efda":()=>e.h$,"788301b73b1bae8267c9fb1f5d6b88d88e7f820a26":()=>e.g3});var e=c(13415),f=c(3890),g=c(50995),h=c(15754),i=a([e,h]);[e,h]=i.then?(await i)():i,d()}catch(a){d(a)}})},57075:a=>{a.exports=require("node:stream")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},71152:a=>{a.exports=require("esbuild")},73024:a=>{a.exports=require("node:fs")},73136:a=>{a.exports=require("node:url")},75919:a=>{a.exports=require("node:worker_threads")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},78474:a=>{a.exports=require("node:events")},79428:a=>{a.exports=require("buffer")},79646:a=>{a.exports=require("child_process")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[9803,8404,2356,1988,285],()=>b(b.s=14292));module.exports=c})();
1
+ "use strict";(()=>{var a={};a.id=9492,a.ids=[9492],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1708:a=>{a.exports=require("node:process")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4984:a=>{a.exports=require("readline")},7206:a=>{a.exports=import("execa")},8086:a=>{a.exports=require("module")},10796:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{"00b0f1196ef05c6c7199e03cc8c71d918f925f5e4d":()=>g.i,"401fe5acd3ca038132ec22b9d1caed9f8eb2bcc31f":()=>e.nC,"4049e01df52130ff7b0b9d05045f8ea7d5df3dc30d":()=>f.z,"405ab1072546d84c908d84a654e027177ce4211a5b":()=>h.$z,"407e9241047abe36ec883bde24a5379caff094a1ef":()=>e.nY,"40c76ad2f33ff0cfbf27db0f276f776389efb34720":()=>f.u,"40d55e85a167cf5a1ed697c9b70558a40438145ec2":()=>h.MU,"6018ce30219c54b444ab63fc68af5617a9f24f0365":()=>h.Tc,"602136b9d0ede99f1790d525d5607ebfec2e53532d":()=>e.OQ,"60619def1b716a79ae20152b8994f5b7c562ca9625":()=>e.L4,"60db0af7a041176d8d67c774336bac73a582cb7c40":()=>e.T$,"7087c6141194e855875884a7262dc44ef4b7c1fcdb":()=>e.h$,"781b26a9ecf37ac772e67ed40f1624087b413cd441":()=>e.g3});var e=c(13415),f=c(3890),g=c(50995),h=c(15754),i=a([e,h]);[e,h]=i.then?(await i)():i,d()}catch(a){d(a)}})},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},14292:(a,b,c)=>{c.r(b),c.d(b,{GlobalError:()=>E.a,__next_app__:()=>K,handler:()=>M,pages:()=>J,routeModule:()=>L,tree:()=>I});var d=c(61597),e=c(99210),f=c(1082),g=c(15003),h=c(36265),i=c(11817),j=c(45136),k=c(41809),l=c(55745),m=c(88963),n=c(69153),o=c(48343),p=c(15808),q=c(21238),r=c(2555),s=c(261),t=c(34370),u=c(89583),v=c(26713),w=c(53875),x=c(7952),y=c(54532),z=c(80269),A=c(17851),B=c(57865),C=c(86439),D=c(47319),E=c.n(D),F=c(1859),G=c(20498),H={};for(let a in F)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(H[a]=()=>F[a]);c.d(b,H);let I={children:["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.t.bind(c,82295,23)),"next/dist/client/components/builtin/not-found.js"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,79459)),"/home/runner/work/reflex-agent/reflex-agent/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,47319,23)),"next/dist/client/components/builtin/global-error.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,91570,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,72845,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,J=[],K={require:c,loadChunk:()=>Promise.resolve()},L=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:I},distDir:".next",relativeProjectDir:""});async function M(a,b,d){var D;let H="/_not-found/page";"/index"===H&&(H="/");let N=(0,h.getRequestMeta)(a,"postponed"),O=(0,h.getRequestMeta)(a,"minimalMode"),P=await L.prepare(a,b,{srcPage:H,multiZoneDraftMode:!1});if(!P)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Q,query:R,params:S,parsedUrl:T,pageIsDynamic:U,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,serverActionsManifest:Y,clientReferenceManifest:Z,subresourceIntegrityManifest:$,prerenderManifest:_,isDraftMode:aa,resolvedPathname:ab,revalidateOnlyGenerated:ac,routerServerContext:ad,nextConfig:ae,interceptionRoutePatterns:af}=P,ag=T.pathname||"/",ah=(0,s.normalizeAppPath)(H),{isOnDemandRevalidate:ai}=P,aj=L.match(ag,_),ak=!!_.routes[ab],al=!!(aj||ak||_.routes[ah]),am=a.headers["user-agent"]||"",an=(0,v.getBotType)(am),ao=(0,q.isHtmlBotRequest)(a),ap=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[u.NEXT_ROUTER_PREFETCH_HEADER],aq=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[u.RSC_HEADER]),ar=(0,t.getIsPossibleServerAction)(a),as=(0,m.checkIsAppPPREnabled)(ae.experimental.ppr)&&(null==(D=_.routes[ah]??_.dynamicRoutes[ah])?void 0:D.renderingMode)==="PARTIALLY_STATIC",at=!1,au=!1,av=as?N:void 0,aw=as&&aq&&!ap,ax=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ay=!am||(0,q.shouldServeStreamingMetadata)(am,ae.htmlLimitedBots);ao&&as&&(al=!1,ay=!1);let az=!0===L.isDev||!al||"string"==typeof N||aw,aA=ao&&as,aB=null;aa||!al||az||ar||av||aw||(aB=ab);let aC=aB;!aC&&L.isDev&&(aC=ab),L.isDev||aa||!al||!aq||aw||(0,k.d)(a.headers);let aD={...F,tree:I,pages:J,GlobalError:E(),handler:M,routeModule:L,__next_app__:K};Y&&Z&&(0,p.setReferenceManifestsSingleton)({page:H,clientReferenceManifest:Z,serverActionsManifest:Y,serverModuleMap:(0,r.createServerModuleMap)({serverActionsManifest:Y})});let aE=a.method||"GET",aF=(0,g.getTracer)(),aG=aF.getActiveScopeSpan();try{let f=L.getVaryHeader(ab,af);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return L.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aF.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aE} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aE} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:R,params:S,page:ah,sharedContext:{buildId:Q},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aD,Component:(0,j.T)(aD),params:S,routeModule:L,page:H,postponed:f,shouldWaitOnAllReady:aA,serveStreamingMetadata:ay,supportsDynamicResponse:"string"==typeof f||az,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,subresourceIntegrityManifest:$,serverActionsManifest:Y,clientReferenceManifest:Z,setIsrStatus:null==ad?void 0:ad.setIsrStatus,dir:c(33873).join(process.cwd(),L.relativeProjectDir),isDraftMode:aa,isRevalidate:al&&!f&&!aw,botType:an,isOnDemandRevalidate:ai,isPossibleServerAction:ar,assetPrefix:ae.assetPrefix,nextConfigOutput:ae.output,crossOrigin:ae.crossOrigin,trailingSlash:ae.trailingSlash,previewProps:_.preview,deploymentId:ae.deploymentId,enableTainting:ae.experimental.taint,htmlLimitedBots:ae.htmlLimitedBots,devtoolSegmentExplorer:ae.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ae.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ae.experimental.cacheLife,basePath:ae.basePath,serverActions:ae.experimental.serverActions,...at?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:at}:{},experimental:{isRoutePPREnabled:as,expireTime:ae.expireTime,staleTimes:ae.experimental.staleTimes,cacheComponents:!!ae.experimental.cacheComponents,clientSegmentCache:!!ae.experimental.clientSegmentCache,clientParamParsing:!!ae.experimental.clientParamParsing,dynamicOnHover:!!ae.experimental.dynamicOnHover,inlineCss:!!ae.experimental.inlineCss,authInterrupts:!!ae.experimental.authInterrupts,clientTraceMetadata:ae.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>L.onRequestError(a,b,d,ad),err:(0,h.getRequestMeta)(a,"invokeError"),dev:L.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[z.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,al&&(null==n?void 0:n.revalidate)===0&&!L.isDev&&!as){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ab}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:w.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},n=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===L.isDev,l=c||b.writableEnded;if(ai&&ac&&!f&&!O)return(null==ad?void 0:ad.render404)?await ad.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(aj&&(j=(0,x.parseFallbackField)(aj.fallback)),j===x.FallbackMode.PRERENDER&&(0,v.isBot)(am)&&(!as||ao)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ai=!0),ai&&(j!==x.FallbackMode.NOT_FOUND||f)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),!O&&j!==x.FallbackMode.BLOCKING_STATIC_RENDER&&aC&&!l&&!aa&&U&&(k||!ak)){let b;if((k||aj)&&j===x.FallbackMode.NOT_FOUND)throw new C.NoFallbackError;if(as&&!aq){let c="string"==typeof(null==aj?void 0:aj.fallback)?aj.fallback:k?ah:null;if(b=await L.handleResponse({cacheKey:c,req:a,nextConfig:ae,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:_,isRoutePPREnabled:as,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||au?(0,o.u)(ah):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let n=ai||g||!av?void 0:av;if(at&&void 0!==n)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:w.CachedRouteKind.PAGES,html:y.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=U&&as&&((0,h.getRequestMeta)(a,"renderFallbackShell")||au)?(0,o.u)(ag):null;return m({span:i,postponed:n,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,o=await L.handleResponse({cacheKey:aB,responseGenerator:a=>n({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ai,isRoutePPREnabled:as,req:a,nextConfig:ae,prerenderManifest:_,waitUntil:d.waitUntil});if(aa&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),L.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!o){if(aB)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=o.value)?void 0:f.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=o.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof o.value.postponed;al&&!aw&&(!p||ap)&&(O||b.setHeader("x-nextjs-cache",ai?"REVALIDATED":o.isMiss?"MISS":o.isStale?"STALE":"HIT"),b.setHeader(u.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=o;if(av)l={revalidate:0,expire:void 0};else if(O&&aq&&!ap&&as)l={revalidate:0,expire:void 0};else if(!L.isDev)if(aa)l={revalidate:0,expire:void 0};else if(al){if(o.cacheControl)if("number"==typeof o.cacheControl.revalidate){if(o.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${o.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:o.cacheControl.revalidate,expire:(null==(j=o.cacheControl)?void 0:j.expire)??ae.expireTime}}else l={revalidate:z.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(o.cacheControl=l,"string"==typeof ax&&(null==q?void 0:q.kind)===w.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[z.NEXT_CACHE_TAGS_HEADER];O&&al&&c&&"string"==typeof c&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(ax);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(d,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.EMPTY,cacheControl:o.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...o,value:{...o.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&av)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(O&&al||delete a[z.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[z.NEXT_CACHE_TAGS_HEADER];if(O&&al&&s&&"string"==typeof s&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,s),!q.status||aq&&as||(b.statusCode=q.status),!O&&q.status&&G.RedirectStatusCode[q.status]&&aq&&(b.statusCode=200),p&&b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"1"),aq&&!aa){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:q.html,cacheControl:aw?{revalidate:0,expire:void 0}:o.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(q.rscData,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl})}let t=q.html;if(!p||O||aq)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:o.cacheControl});if(at)return t.push(new ReadableStream({start(a){a.enqueue(A.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}});let v=new TransformStream;return t.push(v.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(v.writable)}).catch(a=>{v.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}})};if(!aG)return await aF.withPropagatedContext(a.headers,()=>aF.trace(i.BaseServerSpan.handleRequest,{spanName:`${aE} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aE,"http.target":a.url}},p));await p(aG)}catch(b){throw b instanceof C.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:al,isOnDemandRevalidate:ai})},ad),b}}},19121:a=>{a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{a.exports=require("os")},24576:(a,b,c)=>{c.d(b,{Zn:()=>p,_S:()=>q,mM:()=>l,qV:()=>o});var d=c(73024),e=c(76760),f=c.n(e),g=c(77598),h=c.n(g);let i=(0,c(29163)._)(),j=f().join(i,"registry.json"),k={version:1,entries:[]};function l(a){return h().createHash("sha1").update(f().resolve(a)).digest("hex").slice(0,16)}async function m(){try{let a=await d.promises.readFile(j,"utf8"),b=JSON.parse(a);if("object"==typeof b&&null!==b&&"entries"in b&&Array.isArray(b.entries))return b;return k}catch(a){if("object"==typeof a&&null!==a&&"code"in a&&"ENOENT"===a.code)return k;throw a}}async function n(a){await d.promises.mkdir(i,{recursive:!0}),await d.promises.writeFile(j,JSON.stringify(a,null,2)+"\n","utf8")}async function o(){return[...(await m()).entries].sort((a,b)=>Date.parse(b.addedAt)-Date.parse(a.addedAt))}async function p(a){return(await m()).entries.find(b=>b.id===a)??null}async function q(a){let b=f().resolve(a),c=l(b),d=await m(),e=d.entries.find(a=>a.id===c);if(e)return e;let g={id:c,path:b,addedAt:new Date().toISOString()};return await n({...d,entries:[...d.entries,g]}),g}},26713:a=>{a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{a.exports=require("util")},29021:a=>{a.exports=require("fs")},29163:(a,b,c)=>{c.d(b,{_:()=>h});var d=c(48161),e=c.n(d),f=c(76760),g=c.n(f);function h(){let a=process.env.REFLEX_HOME;return a&&a.length>0?a:g().join(e().homedir(),".reflex")}},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31421:a=>{a.exports=require("node:child_process")},33873:a=>{a.exports=require("path")},36306:a=>{a.exports=import("@tailwindcss/node")},41025:a=>{a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},48161:a=>{a.exports=require("node:os")},57075:a=>{a.exports=require("node:stream")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},71152:a=>{a.exports=require("esbuild")},73024:a=>{a.exports=require("node:fs")},73136:a=>{a.exports=require("node:url")},75919:a=>{a.exports=require("node:worker_threads")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},78474:a=>{a.exports=require("node:events")},79428:a=>{a.exports=require("buffer")},79646:a=>{a.exports=require("child_process")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[9803,8404,2356,1988,285],()=>b(b.s=14292));module.exports=c})();