reflex-agent 0.13.4 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +102 -95
  3. package/.next/app-path-routes-manifest.json +8 -7
  4. package/.next/build-manifest.json +5 -5
  5. package/.next/prerender-manifest.json +3 -3
  6. package/.next/react-loadable-manifest.json +1 -1
  7. package/.next/server/app/_not-found/page.js +1 -1
  8. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  9. package/.next/server/app/agents/[agentId]/page.js +1 -1
  10. package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -1
  11. package/.next/server/app/api/agents/[agentId]/respond/route.js +1 -1
  12. package/.next/server/app/api/agents/[agentId]/respond/route_client-reference-manifest.js +1 -1
  13. package/.next/server/app/api/images/[rootId]/[file]/route_client-reference-manifest.js +1 -1
  14. package/.next/server/app/api/oauth/callback/route_client-reference-manifest.js +1 -1
  15. package/.next/server/app/api/oauth/start/route_client-reference-manifest.js +1 -1
  16. package/.next/server/app/api/roots/[id]/attachments/route_client-reference-manifest.js +1 -1
  17. package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js +1 -1
  18. package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route_client-reference-manifest.js +1 -1
  19. package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js +1 -1
  20. package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route_client-reference-manifest.js +1 -1
  21. package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js +1 -1
  22. package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route_client-reference-manifest.js +1 -1
  23. package/.next/server/app/api/roots/[id]/dashboard/route.js +1 -1
  24. package/.next/server/app/api/roots/[id]/dashboard/route_client-reference-manifest.js +1 -1
  25. package/.next/server/app/api/roots/[id]/suggestions/route.js +1 -1
  26. package/.next/server/app/api/roots/[id]/suggestions/route_client-reference-manifest.js +1 -1
  27. package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route_client-reference-manifest.js +1 -1
  28. package/.next/server/app/api/utilities/[scope]/[id]/host/route.js +1 -1
  29. package/.next/server/app/api/utilities/[scope]/[id]/host/route_client-reference-manifest.js +1 -1
  30. package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -1
  31. package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route.js +53 -1
  32. package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -1
  33. package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
  34. package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
  35. package/.next/server/app/api/utilities/install-archive/route.js +1 -0
  36. package/.next/server/app/api/utilities/install-archive/route.js.nft.json +1 -0
  37. package/.next/server/app/api/utilities/install-archive/route_client-reference-manifest.js +1 -0
  38. package/.next/server/app/audit/page.js +2 -2
  39. package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
  40. package/.next/server/app/onboarding/page.js +2 -2
  41. package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  42. package/.next/server/app/page.js +2 -2
  43. package/.next/server/app/page.js.nft.json +1 -1
  44. package/.next/server/app/page_client-reference-manifest.js +1 -1
  45. package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
  46. package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
  47. package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
  48. package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
  49. package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
  50. package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
  51. package/.next/server/app/roots/[id]/memory/page.js +1 -1
  52. package/.next/server/app/roots/[id]/memory/page_client-reference-manifest.js +1 -1
  53. package/.next/server/app/roots/[id]/page.js +6 -6
  54. package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
  55. package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
  56. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
  57. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
  58. package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
  59. package/.next/server/app/roots/[id]/workflows/page.js +2 -2
  60. package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
  61. package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
  62. package/.next/server/app/roots/new/page.js +4 -4
  63. package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
  64. package/.next/server/app/settings/page.js +5 -5
  65. package/.next/server/app/settings/page.js.nft.json +1 -1
  66. package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  67. package/.next/server/app/share/[id]/file/page.js +2 -2
  68. package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
  69. package/.next/server/app/share/[id]/page.js +2 -2
  70. package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
  71. package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
  72. package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
  73. package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
  74. package/.next/server/app/utilities/page.js +2 -2
  75. package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
  76. package/.next/server/app-paths-manifest.json +8 -7
  77. package/.next/server/chunks/1105.js +1 -1
  78. package/.next/server/chunks/1358.js +1 -1
  79. package/.next/server/chunks/285.js +9 -6
  80. package/.next/server/chunks/3091.js +1 -0
  81. package/.next/server/chunks/3332.js +1 -1
  82. package/.next/server/chunks/3795.js +3 -0
  83. package/.next/server/chunks/{2688.js → 4299.js} +2 -2
  84. package/.next/server/chunks/4812.js +1 -1
  85. package/.next/server/chunks/4925.js +1 -1
  86. package/.next/server/chunks/{8425.js → 6648.js} +1 -1
  87. package/.next/server/chunks/7300.js +56 -4
  88. package/.next/server/chunks/7358.js +3 -0
  89. package/.next/server/chunks/9098.js +1 -1
  90. package/.next/server/chunks/969.js +1 -0
  91. package/.next/server/chunks/9809.js +1 -1
  92. package/.next/server/chunks/9861.js +57 -5
  93. package/.next/server/functions-config-manifest.json +1 -0
  94. package/.next/server/middleware-build-manifest.js +1 -1
  95. package/.next/server/middleware-manifest.json +5 -5
  96. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  97. package/.next/server/pages/500.html +1 -1
  98. package/.next/server/server-reference-manifest.js +1 -1
  99. package/.next/server/server-reference-manifest.json +1 -1
  100. package/.next/static/1y4wPze4yO8DprxGKwSXQ/_buildManifest.js +1 -0
  101. package/.next/static/chunks/{5596-93b53c14a2d5c59a.js → 2608-755e5d9ca79c19dc.js} +1 -1
  102. package/.next/static/chunks/4108.17cd7704e88bcb32.js +1 -0
  103. package/.next/static/chunks/{9001-6f38a673a3868871.js → 4442-79daa48fe7845771.js} +1 -1
  104. package/.next/static/chunks/6226-819ec17660994a7d.js +1 -0
  105. package/.next/static/chunks/7922-9a16eb68adcc7498.js +1 -0
  106. package/.next/static/chunks/9624-7dc547ab202a1d82.js +1 -0
  107. package/.next/static/chunks/app/api/agents/[agentId]/respond/route-5d0cd3b754198853.js +1 -0
  108. package/.next/static/chunks/app/api/images/[rootId]/[file]/route-5d0cd3b754198853.js +1 -0
  109. package/.next/static/chunks/app/api/oauth/callback/route-5d0cd3b754198853.js +1 -0
  110. package/.next/static/chunks/app/api/oauth/start/route-5d0cd3b754198853.js +1 -0
  111. package/.next/static/chunks/app/api/roots/[id]/attachments/route-5d0cd3b754198853.js +1 -0
  112. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-5d0cd3b754198853.js +1 -0
  113. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-5d0cd3b754198853.js +1 -0
  114. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-5d0cd3b754198853.js +1 -0
  115. package/.next/static/chunks/app/api/roots/[id]/dashboard/route-5d0cd3b754198853.js +1 -0
  116. package/.next/static/chunks/app/api/roots/[id]/suggestions/route-5d0cd3b754198853.js +1 -0
  117. package/.next/static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-5d0cd3b754198853.js +1 -0
  118. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host/route-5d0cd3b754198853.js +1 -0
  119. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-5d0cd3b754198853.js +1 -0
  120. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-5d0cd3b754198853.js +1 -0
  121. package/.next/static/chunks/app/api/utilities/[scope]/[id]/iframe/route-5d0cd3b754198853.js +1 -0
  122. package/.next/static/chunks/app/api/utilities/[scope]/[id]/style.css/route-5d0cd3b754198853.js +1 -0
  123. package/.next/static/chunks/app/api/utilities/install-archive/route-5d0cd3b754198853.js +1 -0
  124. package/.next/static/chunks/app/layout-5caae9e60f5d6d42.js +1 -0
  125. package/.next/static/chunks/app/onboarding/page-3bb8ad02f9c88fdf.js +1 -0
  126. package/.next/static/chunks/app/{page-0c090eba51732036.js → page-6e32890e646e50aa.js} +1 -1
  127. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/{page-292bc4cdceb6ea1d.js → page-ac00a7a8d6a16da8.js} +1 -1
  128. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/{page-5e4f7b893c02c2bd.js → page-14cb4b8a24e40dc7.js} +1 -1
  129. package/.next/static/chunks/app/roots/[id]/layout-5d0cd3b754198853.js +1 -0
  130. package/.next/static/chunks/app/roots/[id]/memory/page-7bbe675652b7f9e8.js +1 -0
  131. package/.next/static/chunks/app/roots/[id]/page-2080ede443a668d2.js +1 -0
  132. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-c744450355558209.js +1 -0
  133. package/.next/static/chunks/app/roots/[id]/workflows/page-8175a0fbbc465472.js +1 -0
  134. package/.next/static/chunks/app/roots/new/page-3d83b5dfb0a8f869.js +1 -0
  135. package/.next/static/chunks/app/settings/page-550fab06213d866c.js +1 -0
  136. package/.next/static/chunks/app/share/[id]/page-c290e46d1beba1ff.js +1 -0
  137. package/.next/static/chunks/app/utilities/[scope]/[id]/{page-ea8352712b521f75.js → page-5aaa4731a5ab783d.js} +1 -1
  138. package/.next/static/chunks/app/utilities/page-0e362fd622574297.js +1 -0
  139. package/.next/static/chunks/{webpack-a4eadc02863be5eb.js → webpack-e60c7ddfa84db519.js} +1 -1
  140. package/.next/trace +90 -90
  141. package/.next/types/app/api/utilities/install-archive/route.ts +347 -0
  142. package/.next/types/routes.d.ts +2 -1
  143. package/.next/types/validator.ts +9 -0
  144. package/dist/lib/reflex/prompts/defaults.js +3 -0
  145. package/dist/lib/reflex/prompts/defaults.js.map +1 -1
  146. package/package.json +2 -1
  147. package/.next/server/chunks/2678.js +0 -3
  148. package/.next/server/chunks/491.js +0 -1
  149. package/.next/server/chunks/6238.js +0 -1
  150. package/.next/static/chunks/3717-339a6fc5e3b929f9.js +0 -1
  151. package/.next/static/chunks/4108.58294dcccaecb2f1.js +0 -1
  152. package/.next/static/chunks/4179-847dcd61bef8c59f.js +0 -1
  153. package/.next/static/chunks/4273-0b053f2035ad088d.js +0 -1
  154. package/.next/static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js +0 -1
  155. package/.next/static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js +0 -1
  156. package/.next/static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js +0 -1
  157. package/.next/static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js +0 -1
  158. package/.next/static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js +0 -1
  159. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js +0 -1
  160. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js +0 -1
  161. package/.next/static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js +0 -1
  162. package/.next/static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js +0 -1
  163. package/.next/static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js +0 -1
  164. package/.next/static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js +0 -1
  165. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js +0 -1
  166. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js +0 -1
  167. package/.next/static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js +0 -1
  168. package/.next/static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js +0 -1
  169. package/.next/static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js +0 -1
  170. package/.next/static/chunks/app/layout-5e042e4e97dcea31.js +0 -1
  171. package/.next/static/chunks/app/onboarding/page-97aa4ad99276380f.js +0 -1
  172. package/.next/static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js +0 -1
  173. package/.next/static/chunks/app/roots/[id]/memory/page-b1fd919707f00c99.js +0 -1
  174. package/.next/static/chunks/app/roots/[id]/page-da97fb20eef9677c.js +0 -1
  175. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-932edf8ce73b23bc.js +0 -1
  176. package/.next/static/chunks/app/roots/[id]/workflows/page-7339062dee577728.js +0 -1
  177. package/.next/static/chunks/app/roots/new/page-c96a333c1ef53fba.js +0 -1
  178. package/.next/static/chunks/app/settings/page-75c61dd145bed57e.js +0 -1
  179. package/.next/static/chunks/app/share/[id]/page-e4b74cf795d4e211.js +0 -1
  180. package/.next/static/chunks/app/utilities/page-b5514f6c3291e23f.js +0 -1
  181. package/.next/static/my3C6nd2vY80TaiBNwet5/_buildManifest.js +0 -1
  182. /package/.next/static/{my3C6nd2vY80TaiBNwet5 → 1y4wPze4yO8DprxGKwSXQ}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- my3C6nd2vY80TaiBNwet5
1
+ 1y4wPze4yO8DprxGKwSXQ
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "pages": {
3
3
  "/_not-found/page": [
4
- "static/chunks/webpack-a4eadc02863be5eb.js",
4
+ "static/chunks/webpack-e60c7ddfa84db519.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-a4eadc02863be5eb.js",
11
+ "static/chunks/webpack-e60c7ddfa84db519.js",
12
12
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
13
13
  "static/chunks/146-ccee3b26755b68c8.js",
14
14
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -19,122 +19,129 @@
19
19
  "static/chunks/6785-9a72b10489bc9c60.js",
20
20
  "static/chunks/9411-af5f758c57741929.js",
21
21
  "static/chunks/951-5ff2aaad965fedb7.js",
22
- "static/chunks/app/layout-5e042e4e97dcea31.js"
22
+ "static/chunks/app/layout-5caae9e60f5d6d42.js"
23
23
  ],
24
24
  "/api/images/[rootId]/[file]/route": [
25
- "static/chunks/webpack-a4eadc02863be5eb.js",
25
+ "static/chunks/webpack-e60c7ddfa84db519.js",
26
26
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
27
27
  "static/chunks/146-ccee3b26755b68c8.js",
28
28
  "static/chunks/main-app-ebe67847147d19aa.js",
29
- "static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
29
+ "static/chunks/app/api/images/[rootId]/[file]/route-5d0cd3b754198853.js"
30
+ ],
31
+ "/api/agents/[agentId]/respond/route": [
32
+ "static/chunks/webpack-e60c7ddfa84db519.js",
33
+ "static/chunks/6fe292aa-7126ff9d6732e864.js",
34
+ "static/chunks/146-ccee3b26755b68c8.js",
35
+ "static/chunks/main-app-ebe67847147d19aa.js",
36
+ "static/chunks/app/api/agents/[agentId]/respond/route-5d0cd3b754198853.js"
30
37
  ],
31
38
  "/api/oauth/start/route": [
32
- "static/chunks/webpack-a4eadc02863be5eb.js",
39
+ "static/chunks/webpack-e60c7ddfa84db519.js",
33
40
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
34
41
  "static/chunks/146-ccee3b26755b68c8.js",
35
42
  "static/chunks/main-app-ebe67847147d19aa.js",
36
- "static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
43
+ "static/chunks/app/api/oauth/start/route-5d0cd3b754198853.js"
37
44
  ],
38
45
  "/api/oauth/callback/route": [
39
- "static/chunks/webpack-a4eadc02863be5eb.js",
46
+ "static/chunks/webpack-e60c7ddfa84db519.js",
40
47
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
41
48
  "static/chunks/146-ccee3b26755b68c8.js",
42
49
  "static/chunks/main-app-ebe67847147d19aa.js",
43
- "static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
50
+ "static/chunks/app/api/oauth/callback/route-5d0cd3b754198853.js"
44
51
  ],
45
- "/api/agents/[agentId]/respond/route": [
46
- "static/chunks/webpack-a4eadc02863be5eb.js",
52
+ "/api/roots/[id]/chat/[topicId]/stop/route": [
53
+ "static/chunks/webpack-e60c7ddfa84db519.js",
47
54
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
48
55
  "static/chunks/146-ccee3b26755b68c8.js",
49
56
  "static/chunks/main-app-ebe67847147d19aa.js",
50
- "static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
57
+ "static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-5d0cd3b754198853.js"
51
58
  ],
52
59
  "/api/roots/[id]/chat/[topicId]/send/route": [
53
- "static/chunks/webpack-a4eadc02863be5eb.js",
60
+ "static/chunks/webpack-e60c7ddfa84db519.js",
54
61
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
55
62
  "static/chunks/146-ccee3b26755b68c8.js",
56
63
  "static/chunks/main-app-ebe67847147d19aa.js",
57
- "static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
64
+ "static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-5d0cd3b754198853.js"
58
65
  ],
59
- "/api/roots/[id]/chat/[topicId]/stop/route": [
60
- "static/chunks/webpack-a4eadc02863be5eb.js",
66
+ "/api/roots/[id]/attachments/route": [
67
+ "static/chunks/webpack-e60c7ddfa84db519.js",
61
68
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
62
69
  "static/chunks/146-ccee3b26755b68c8.js",
63
70
  "static/chunks/main-app-ebe67847147d19aa.js",
64
- "static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
71
+ "static/chunks/app/api/roots/[id]/attachments/route-5d0cd3b754198853.js"
65
72
  ],
66
- "/api/roots/[id]/attachments/route": [
67
- "static/chunks/webpack-a4eadc02863be5eb.js",
73
+ "/api/roots/[id]/dashboard/route": [
74
+ "static/chunks/webpack-e60c7ddfa84db519.js",
68
75
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
69
76
  "static/chunks/146-ccee3b26755b68c8.js",
70
77
  "static/chunks/main-app-ebe67847147d19aa.js",
71
- "static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
78
+ "static/chunks/app/api/roots/[id]/dashboard/route-5d0cd3b754198853.js"
72
79
  ],
73
80
  "/api/roots/[id]/suggestions/route": [
74
- "static/chunks/webpack-a4eadc02863be5eb.js",
81
+ "static/chunks/webpack-e60c7ddfa84db519.js",
75
82
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
76
83
  "static/chunks/146-ccee3b26755b68c8.js",
77
84
  "static/chunks/main-app-ebe67847147d19aa.js",
78
- "static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
85
+ "static/chunks/app/api/roots/[id]/suggestions/route-5d0cd3b754198853.js"
79
86
  ],
80
- "/api/roots/[id]/dashboard/route": [
81
- "static/chunks/webpack-a4eadc02863be5eb.js",
87
+ "/api/roots/[id]/chat/[topicId]/stream/route": [
88
+ "static/chunks/webpack-e60c7ddfa84db519.js",
82
89
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
83
90
  "static/chunks/146-ccee3b26755b68c8.js",
84
91
  "static/chunks/main-app-ebe67847147d19aa.js",
85
- "static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
92
+ "static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-5d0cd3b754198853.js"
86
93
  ],
87
- "/api/roots/[id]/chat/[topicId]/stream/route": [
88
- "static/chunks/webpack-a4eadc02863be5eb.js",
94
+ "/api/utilities/[scope]/[id]/bundle.js/route": [
95
+ "static/chunks/webpack-e60c7ddfa84db519.js",
89
96
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
90
97
  "static/chunks/146-ccee3b26755b68c8.js",
91
98
  "static/chunks/main-app-ebe67847147d19aa.js",
92
- "static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
99
+ "static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-5d0cd3b754198853.js"
93
100
  ],
94
101
  "/api/utilities/[scope]/[id]/host-api.mjs/route": [
95
- "static/chunks/webpack-a4eadc02863be5eb.js",
102
+ "static/chunks/webpack-e60c7ddfa84db519.js",
96
103
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
97
104
  "static/chunks/146-ccee3b26755b68c8.js",
98
105
  "static/chunks/main-app-ebe67847147d19aa.js",
99
- "static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
106
+ "static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-5d0cd3b754198853.js"
100
107
  ],
101
- "/api/utilities/[scope]/[id]/bundle.js/route": [
102
- "static/chunks/webpack-a4eadc02863be5eb.js",
108
+ "/api/utilities/[scope]/[id]/host-ui.mjs/route": [
109
+ "static/chunks/webpack-e60c7ddfa84db519.js",
103
110
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
104
111
  "static/chunks/146-ccee3b26755b68c8.js",
105
112
  "static/chunks/main-app-ebe67847147d19aa.js",
106
- "static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
113
+ "static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-5d0cd3b754198853.js"
107
114
  ],
108
- "/api/utilities/[scope]/[id]/host-ui.mjs/route": [
109
- "static/chunks/webpack-a4eadc02863be5eb.js",
115
+ "/api/utilities/[scope]/[id]/host/route": [
116
+ "static/chunks/webpack-e60c7ddfa84db519.js",
110
117
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
111
118
  "static/chunks/146-ccee3b26755b68c8.js",
112
119
  "static/chunks/main-app-ebe67847147d19aa.js",
113
- "static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
120
+ "static/chunks/app/api/utilities/[scope]/[id]/host/route-5d0cd3b754198853.js"
114
121
  ],
115
- "/api/utilities/[scope]/[id]/host/route": [
116
- "static/chunks/webpack-a4eadc02863be5eb.js",
122
+ "/api/utilities/[scope]/[id]/style.css/route": [
123
+ "static/chunks/webpack-e60c7ddfa84db519.js",
117
124
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
118
125
  "static/chunks/146-ccee3b26755b68c8.js",
119
126
  "static/chunks/main-app-ebe67847147d19aa.js",
120
- "static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
127
+ "static/chunks/app/api/utilities/[scope]/[id]/style.css/route-5d0cd3b754198853.js"
121
128
  ],
122
129
  "/api/utilities/[scope]/[id]/iframe/route": [
123
- "static/chunks/webpack-a4eadc02863be5eb.js",
130
+ "static/chunks/webpack-e60c7ddfa84db519.js",
124
131
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
125
132
  "static/chunks/146-ccee3b26755b68c8.js",
126
133
  "static/chunks/main-app-ebe67847147d19aa.js",
127
- "static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
134
+ "static/chunks/app/api/utilities/[scope]/[id]/iframe/route-5d0cd3b754198853.js"
128
135
  ],
129
- "/api/utilities/[scope]/[id]/style.css/route": [
130
- "static/chunks/webpack-a4eadc02863be5eb.js",
136
+ "/api/utilities/install-archive/route": [
137
+ "static/chunks/webpack-e60c7ddfa84db519.js",
131
138
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
132
139
  "static/chunks/146-ccee3b26755b68c8.js",
133
140
  "static/chunks/main-app-ebe67847147d19aa.js",
134
- "static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
141
+ "static/chunks/app/api/utilities/install-archive/route-5d0cd3b754198853.js"
135
142
  ],
136
143
  "/agents/[agentId]/page": [
137
- "static/chunks/webpack-a4eadc02863be5eb.js",
144
+ "static/chunks/webpack-e60c7ddfa84db519.js",
138
145
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
139
146
  "static/chunks/146-ccee3b26755b68c8.js",
140
147
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -146,7 +153,7 @@
146
153
  "static/chunks/app/agents/[agentId]/page-2ee5d78dc94253c5.js"
147
154
  ],
148
155
  "/page": [
149
- "static/chunks/webpack-a4eadc02863be5eb.js",
156
+ "static/chunks/webpack-e60c7ddfa84db519.js",
150
157
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
151
158
  "static/chunks/146-ccee3b26755b68c8.js",
152
159
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -157,20 +164,20 @@
157
164
  "static/chunks/3335-5647a38ab2cfa88d.js",
158
165
  "static/chunks/9411-af5f758c57741929.js",
159
166
  "static/chunks/2038-0849f9c03cc8d6ab.js",
160
- "static/chunks/5596-93b53c14a2d5c59a.js",
161
- "static/chunks/app/page-0c090eba51732036.js"
167
+ "static/chunks/2608-755e5d9ca79c19dc.js",
168
+ "static/chunks/app/page-6e32890e646e50aa.js"
162
169
  ],
163
170
  "/onboarding/page": [
164
- "static/chunks/webpack-a4eadc02863be5eb.js",
171
+ "static/chunks/webpack-e60c7ddfa84db519.js",
165
172
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
166
173
  "static/chunks/146-ccee3b26755b68c8.js",
167
174
  "static/chunks/main-app-ebe67847147d19aa.js",
168
175
  "static/chunks/9776-e3882c1c63293e0a.js",
169
176
  "static/chunks/9411-af5f758c57741929.js",
170
- "static/chunks/app/onboarding/page-97aa4ad99276380f.js"
177
+ "static/chunks/app/onboarding/page-3bb8ad02f9c88fdf.js"
171
178
  ],
172
179
  "/audit/page": [
173
- "static/chunks/webpack-a4eadc02863be5eb.js",
180
+ "static/chunks/webpack-e60c7ddfa84db519.js",
174
181
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
175
182
  "static/chunks/146-ccee3b26755b68c8.js",
176
183
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -181,7 +188,7 @@
181
188
  "static/chunks/app/audit/page-9bac9e3674f0fae9.js"
182
189
  ],
183
190
  "/roots/new/page": [
184
- "static/chunks/webpack-a4eadc02863be5eb.js",
191
+ "static/chunks/webpack-e60c7ddfa84db519.js",
185
192
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
186
193
  "static/chunks/146-ccee3b26755b68c8.js",
187
194
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -191,10 +198,10 @@
191
198
  "static/chunks/6785-9a72b10489bc9c60.js",
192
199
  "static/chunks/3335-5647a38ab2cfa88d.js",
193
200
  "static/chunks/9411-af5f758c57741929.js",
194
- "static/chunks/app/roots/new/page-c96a333c1ef53fba.js"
201
+ "static/chunks/app/roots/new/page-3d83b5dfb0a8f869.js"
195
202
  ],
196
203
  "/settings/page": [
197
- "static/chunks/webpack-a4eadc02863be5eb.js",
204
+ "static/chunks/webpack-e60c7ddfa84db519.js",
198
205
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
199
206
  "static/chunks/146-ccee3b26755b68c8.js",
200
207
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -205,44 +212,44 @@
205
212
  "static/chunks/3335-5647a38ab2cfa88d.js",
206
213
  "static/chunks/9411-af5f758c57741929.js",
207
214
  "static/chunks/6231-d572db56a0a44f92.js",
208
- "static/chunks/app/settings/page-75c61dd145bed57e.js"
215
+ "static/chunks/app/settings/page-550fab06213d866c.js"
209
216
  ],
210
217
  "/share/[id]/file/page": [
211
- "static/chunks/webpack-a4eadc02863be5eb.js",
218
+ "static/chunks/webpack-e60c7ddfa84db519.js",
212
219
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
213
220
  "static/chunks/146-ccee3b26755b68c8.js",
214
221
  "static/chunks/main-app-ebe67847147d19aa.js",
215
222
  "static/chunks/4400-cdb1f7913ae34e09.js",
216
223
  "static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
217
224
  ],
218
- "/utilities/[scope]/[id]/page": [
219
- "static/chunks/webpack-a4eadc02863be5eb.js",
225
+ "/share/[id]/page": [
226
+ "static/chunks/webpack-e60c7ddfa84db519.js",
220
227
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
221
228
  "static/chunks/146-ccee3b26755b68c8.js",
222
229
  "static/chunks/main-app-ebe67847147d19aa.js",
223
230
  "static/chunks/4400-cdb1f7913ae34e09.js",
224
231
  "static/chunks/4678-15402b9832b27389.js",
225
232
  "static/chunks/9776-e3882c1c63293e0a.js",
226
- "static/chunks/6785-9a72b10489bc9c60.js",
227
- "static/chunks/3335-5647a38ab2cfa88d.js",
228
233
  "static/chunks/9411-af5f758c57741929.js",
229
- "static/chunks/4273-0b053f2035ad088d.js",
230
- "static/chunks/app/utilities/[scope]/[id]/page-ea8352712b521f75.js"
234
+ "static/chunks/9624-7dc547ab202a1d82.js",
235
+ "static/chunks/app/share/[id]/page-c290e46d1beba1ff.js"
231
236
  ],
232
- "/share/[id]/page": [
233
- "static/chunks/webpack-a4eadc02863be5eb.js",
237
+ "/utilities/[scope]/[id]/page": [
238
+ "static/chunks/webpack-e60c7ddfa84db519.js",
234
239
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
235
240
  "static/chunks/146-ccee3b26755b68c8.js",
236
241
  "static/chunks/main-app-ebe67847147d19aa.js",
237
242
  "static/chunks/4400-cdb1f7913ae34e09.js",
238
243
  "static/chunks/4678-15402b9832b27389.js",
239
244
  "static/chunks/9776-e3882c1c63293e0a.js",
245
+ "static/chunks/6785-9a72b10489bc9c60.js",
246
+ "static/chunks/3335-5647a38ab2cfa88d.js",
240
247
  "static/chunks/9411-af5f758c57741929.js",
241
- "static/chunks/4273-0b053f2035ad088d.js",
242
- "static/chunks/app/share/[id]/page-e4b74cf795d4e211.js"
248
+ "static/chunks/9624-7dc547ab202a1d82.js",
249
+ "static/chunks/app/utilities/[scope]/[id]/page-5aaa4731a5ab783d.js"
243
250
  ],
244
251
  "/utilities/page": [
245
- "static/chunks/webpack-a4eadc02863be5eb.js",
252
+ "static/chunks/webpack-e60c7ddfa84db519.js",
246
253
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
247
254
  "static/chunks/146-ccee3b26755b68c8.js",
248
255
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -252,17 +259,17 @@
252
259
  "static/chunks/6785-9a72b10489bc9c60.js",
253
260
  "static/chunks/3335-5647a38ab2cfa88d.js",
254
261
  "static/chunks/9411-af5f758c57741929.js",
255
- "static/chunks/app/utilities/page-b5514f6c3291e23f.js"
262
+ "static/chunks/app/utilities/page-0e362fd622574297.js"
256
263
  ],
257
264
  "/roots/[id]/layout": [
258
- "static/chunks/webpack-a4eadc02863be5eb.js",
265
+ "static/chunks/webpack-e60c7ddfa84db519.js",
259
266
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
260
267
  "static/chunks/146-ccee3b26755b68c8.js",
261
268
  "static/chunks/main-app-ebe67847147d19aa.js",
262
- "static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js"
269
+ "static/chunks/app/roots/[id]/layout-5d0cd3b754198853.js"
263
270
  ],
264
- "/roots/[id]/kb/[...slug]/page": [
265
- "static/chunks/webpack-a4eadc02863be5eb.js",
271
+ "/roots/[id]/chat/[topicId]/page": [
272
+ "static/chunks/webpack-e60c7ddfa84db519.js",
266
273
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
267
274
  "static/chunks/146-ccee3b26755b68c8.js",
268
275
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -274,13 +281,14 @@
274
281
  "static/chunks/9411-af5f758c57741929.js",
275
282
  "static/chunks/2038-0849f9c03cc8d6ab.js",
276
283
  "static/chunks/8775-890699c74c28df61.js",
277
- "static/chunks/5596-93b53c14a2d5c59a.js",
278
- "static/chunks/3717-339a6fc5e3b929f9.js",
279
- "static/chunks/4179-847dcd61bef8c59f.js",
280
- "static/chunks/app/roots/[id]/kb/[...slug]/page-5e4f7b893c02c2bd.js"
284
+ "static/chunks/6568-e4d2de23d9f8d347.js",
285
+ "static/chunks/2608-755e5d9ca79c19dc.js",
286
+ "static/chunks/6226-819ec17660994a7d.js",
287
+ "static/chunks/4442-79daa48fe7845771.js",
288
+ "static/chunks/app/roots/[id]/chat/[topicId]/page-ac00a7a8d6a16da8.js"
281
289
  ],
282
- "/roots/[id]/chat/[topicId]/page": [
283
- "static/chunks/webpack-a4eadc02863be5eb.js",
290
+ "/roots/[id]/kb/[...slug]/page": [
291
+ "static/chunks/webpack-e60c7ddfa84db519.js",
284
292
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
285
293
  "static/chunks/146-ccee3b26755b68c8.js",
286
294
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -292,14 +300,13 @@
292
300
  "static/chunks/9411-af5f758c57741929.js",
293
301
  "static/chunks/2038-0849f9c03cc8d6ab.js",
294
302
  "static/chunks/8775-890699c74c28df61.js",
295
- "static/chunks/6568-e4d2de23d9f8d347.js",
296
- "static/chunks/5596-93b53c14a2d5c59a.js",
297
- "static/chunks/3717-339a6fc5e3b929f9.js",
298
- "static/chunks/9001-6f38a673a3868871.js",
299
- "static/chunks/app/roots/[id]/chat/[topicId]/page-292bc4cdceb6ea1d.js"
303
+ "static/chunks/2608-755e5d9ca79c19dc.js",
304
+ "static/chunks/6226-819ec17660994a7d.js",
305
+ "static/chunks/7922-9a16eb68adcc7498.js",
306
+ "static/chunks/app/roots/[id]/kb/[...slug]/page-14cb4b8a24e40dc7.js"
300
307
  ],
301
308
  "/roots/[id]/page": [
302
- "static/chunks/webpack-a4eadc02863be5eb.js",
309
+ "static/chunks/webpack-e60c7ddfa84db519.js",
303
310
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
304
311
  "static/chunks/146-ccee3b26755b68c8.js",
305
312
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -312,14 +319,14 @@
312
319
  "static/chunks/2038-0849f9c03cc8d6ab.js",
313
320
  "static/chunks/8775-890699c74c28df61.js",
314
321
  "static/chunks/8566-5d4c89b722d9cee1.js",
315
- "static/chunks/5596-93b53c14a2d5c59a.js",
316
- "static/chunks/3717-339a6fc5e3b929f9.js",
317
- "static/chunks/9001-6f38a673a3868871.js",
318
- "static/chunks/4179-847dcd61bef8c59f.js",
319
- "static/chunks/app/roots/[id]/page-da97fb20eef9677c.js"
322
+ "static/chunks/2608-755e5d9ca79c19dc.js",
323
+ "static/chunks/6226-819ec17660994a7d.js",
324
+ "static/chunks/4442-79daa48fe7845771.js",
325
+ "static/chunks/7922-9a16eb68adcc7498.js",
326
+ "static/chunks/app/roots/[id]/page-2080ede443a668d2.js"
320
327
  ],
321
328
  "/roots/[id]/workflows/[wfId]/page": [
322
- "static/chunks/webpack-a4eadc02863be5eb.js",
329
+ "static/chunks/webpack-e60c7ddfa84db519.js",
323
330
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
324
331
  "static/chunks/146-ccee3b26755b68c8.js",
325
332
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -329,10 +336,10 @@
329
336
  "static/chunks/6785-9a72b10489bc9c60.js",
330
337
  "static/chunks/3335-5647a38ab2cfa88d.js",
331
338
  "static/chunks/9411-af5f758c57741929.js",
332
- "static/chunks/app/roots/[id]/workflows/[wfId]/page-932edf8ce73b23bc.js"
339
+ "static/chunks/app/roots/[id]/workflows/[wfId]/page-c744450355558209.js"
333
340
  ],
334
341
  "/roots/[id]/workflows/page": [
335
- "static/chunks/webpack-a4eadc02863be5eb.js",
342
+ "static/chunks/webpack-e60c7ddfa84db519.js",
336
343
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
337
344
  "static/chunks/146-ccee3b26755b68c8.js",
338
345
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -341,10 +348,10 @@
341
348
  "static/chunks/9776-e3882c1c63293e0a.js",
342
349
  "static/chunks/6785-9a72b10489bc9c60.js",
343
350
  "static/chunks/3335-5647a38ab2cfa88d.js",
344
- "static/chunks/app/roots/[id]/workflows/page-7339062dee577728.js"
351
+ "static/chunks/app/roots/[id]/workflows/page-8175a0fbbc465472.js"
345
352
  ],
346
353
  "/roots/[id]/memory/page": [
347
- "static/chunks/webpack-a4eadc02863be5eb.js",
354
+ "static/chunks/webpack-e60c7ddfa84db519.js",
348
355
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
349
356
  "static/chunks/146-ccee3b26755b68c8.js",
350
357
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -353,7 +360,7 @@
353
360
  "static/chunks/9776-e3882c1c63293e0a.js",
354
361
  "static/chunks/6785-9a72b10489bc9c60.js",
355
362
  "static/chunks/3335-5647a38ab2cfa88d.js",
356
- "static/chunks/app/roots/[id]/memory/page-b1fd919707f00c99.js"
363
+ "static/chunks/app/roots/[id]/memory/page-7bbe675652b7f9e8.js"
357
364
  ]
358
365
  }
359
366
  }
@@ -1,21 +1,22 @@
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/start/route": "/api/oauth/start",
5
6
  "/api/oauth/callback/route": "/api/oauth/callback",
6
- "/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
7
- "/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
8
7
  "/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
8
+ "/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
9
9
  "/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
10
- "/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
11
10
  "/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
11
+ "/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
12
12
  "/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
13
- "/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
14
13
  "/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
14
+ "/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
15
15
  "/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
16
16
  "/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
17
- "/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
18
17
  "/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
18
+ "/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
19
+ "/api/utilities/install-archive/route": "/api/utilities/install-archive",
19
20
  "/agents/[agentId]/page": "/agents/[agentId]",
20
21
  "/page": "/",
21
22
  "/onboarding/page": "/onboarding",
@@ -23,11 +24,11 @@
23
24
  "/roots/new/page": "/roots/new",
24
25
  "/settings/page": "/settings",
25
26
  "/share/[id]/file/page": "/share/[id]/file",
26
- "/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
27
27
  "/share/[id]/page": "/share/[id]",
28
+ "/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
28
29
  "/utilities/page": "/utilities",
29
- "/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
30
30
  "/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
31
+ "/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
31
32
  "/roots/[id]/page": "/roots/[id]",
32
33
  "/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
33
34
  "/roots/[id]/workflows/page": "/roots/[id]/workflows",
@@ -5,11 +5,11 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/my3C6nd2vY80TaiBNwet5/_buildManifest.js",
9
- "static/my3C6nd2vY80TaiBNwet5/_ssgManifest.js"
8
+ "static/1y4wPze4yO8DprxGKwSXQ/_buildManifest.js",
9
+ "static/1y4wPze4yO8DprxGKwSXQ/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
- "static/chunks/webpack-a4eadc02863be5eb.js",
12
+ "static/chunks/webpack-e60c7ddfa84db519.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-a4eadc02863be5eb.js",
20
+ "static/chunks/webpack-e60c7ddfa84db519.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-a4eadc02863be5eb.js",
26
+ "static/chunks/webpack-e60c7ddfa84db519.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": "2932650f1d9c79e2e2c322943d1dea4e",
59
- "previewModeSigningKey": "90ed201a0c2d306a61103c8c921ea52f837a2e0ec5f0ec6c0a9a4b7c5ef129d0",
60
- "previewModeEncryptionKey": "b12f228cb6ccb4f8c9f8ab8e1dda821cd11e8bc415f1c953468ff373955944af"
58
+ "previewModeId": "a62a71db82e7b6e7601405ac595ddb1a",
59
+ "previewModeSigningKey": "b3f22f249d95b75643950cfd1c9dff36752ae1c4fddf244655bf4bc9e88475d3",
60
+ "previewModeEncryptionKey": "a6f3a1cbe49670a20c0314c9ad32d8e8e571a3c44e90a2913b50d12588543e46"
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.58294dcccaecb2f1.js"
5
+ "static/chunks/4108.17cd7704e88bcb32.js"
6
6
  ]
7
7
  }
8
8
  }
@@ -1,2 +1,2 @@
1
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")},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")},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")},53153:(a,b,c)=>{c.r(b),c.d(b,{"4002da25f7060eb44b5a5cab6970af8981c78bbd53":()=>d.rD,"4009ba02e1d5a7d97c2fb7074f650cba5c6f5ad756":()=>d.Gh,"402aa1501dd0c7a68544f21b80d900b0255d933eb6":()=>d.AZ,"402e4bc586c0b320976d8dd653824c4af620e39489":()=>d.O1,"403634685459f6437e05978635f7b2e7088cc19352":()=>d.summarizeYoutubeAction});var d=c(18746)},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")},79868:a=>{a.exports=require("node:sqlite")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96729:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{"00031941fbf2bead503353a10dec82c48ae3374e17":()=>g.i,"4015abc7c1ab5c13b4967fe3247fb7b273e6afe7af":()=>e.Pd,"403b98828ff6031b05b163dcbc096a7d4958ea26d7":()=>h.$z,"40a40c52f89ccee6e6bec688d1246a72c66cfe6b20":()=>f.uX,"40a6290b393d4b39181944c39ac703d133344ad93f":()=>f.u7,"40bd421b75196b2fd21e9d2495681072fe144afe5d":()=>f.zm,"40db1008123c5f4b2016653826462782ced3438ee4":()=>f.DW,"40e9bdf6da492d898cb95a3bc3992f54b16926c16b":()=>e.nY,"40ecee6f8d7d6fee4b7fdec223f6e24e7e2b02b4a9":()=>h.MU,"609d4ced8e13cb529b51ab1cbdcc944883ef6f328f":()=>e.OQ,"60f065636097082bdca8d7a771954a5b70bc0f54a2":()=>h.Tc,"60f16adfda42bc1297a7276d1dc3c3708f7f5bc4d6":()=>e.L4,"70551ae830c556dc328e99be141f12aef0d9777e54":()=>e.h$,"78fea7d2a69cb84ab9cee2bc2cddf3bff9ee7d020f":()=>e.g3});var e=c(13415),f=c(3890),g=c(50995),h=c(15754),i=a([e,f,h]);[e,f,h]=i.then?(await i)():i,d()}catch(a){d(a)}})}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[9803,8404,9631,7229,4460,1105,7358,1358,285],()=>b(b.s=14292));module.exports=c})();
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")},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")},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")},35320:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{"00845f96527f3684e6def80bdc0f333ecb2b61ef09":()=>g.i,"40063ad620375e57329871a0f9124a04c117ad5cc3":()=>f.uX,"4015f6e0e4760a82616dc12e15576087d7b6702fe1":()=>f.DW,"403f7b0d85cf7c88c82a18d0e5ffcbc8402c96524e":()=>h.MU,"404d285de9f75afe539d9c23e180e4b21e3e7f6d72":()=>f.zm,"405ba248f3b8f498b3cf29d89a836c4582f7963f63":()=>e.nY,"405eec77015823504c4d87c03db040d53fa326e6e4":()=>f.u7,"408c0a7dd30a0bd18e85787c67a8bc6f8fc6163ba5":()=>e.Pd,"40e724d0266b2a3a906045e1cd0703077a4ac6ecbc":()=>h.$z,"60aca7b73665ef85604f648bbe1616034cd83463a3":()=>e.L4,"60df3de3deb95f983017fdc2bba70bf2726dc3d05a":()=>h.Tc,"60fecb3b35cfccc39f4a7fc774f2e9dacb58ff6e92":()=>e.OQ,"7044d226c44bc09b7f8a89033c20eab29f5d5002f9":()=>e.h$,"78c3f2500c42332a8c114501958483c62375d5516b":()=>e.g3});var e=c(13415),f=c(3890),g=c(50995),h=c(15754),i=a([e,f,h]);[e,f,h]=i.then?(await i)():i,d()}catch(a){d(a)}})},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")},57322:(a,b,c)=>{c.r(b),c.d(b,{"400ddb824d30603de9917be19ae03162f48a2248bd":()=>d.rD,"4075d44f247542613eeee0bc7505c689034714102a":()=>d.AZ,"409079487f75e4cf3ab9696e1e8d8fc194f0dcd91e":()=>d.summarizeYoutubeAction,"40a209060b84cd95d16dc67fabf413752b4e0168dc":()=>d.Gh,"40eb0f61a08b9a540de060e836ca0fd50f44d17552":()=>d.O1});var d=c(18746)},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")},79868:a=>{a.exports=require("node:sqlite")},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,9631,7229,4460,1105,7358,1358,285],()=>b(b.s=14292));module.exports=c})();