reflex-agent 0.2.3 → 0.2.4

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 (145) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +94 -94
  3. package/.next/app-path-routes-manifest.json +11 -11
  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/_not-found.html +1 -1
  10. package/.next/server/app/_not-found.rsc +3 -3
  11. package/.next/server/app/agents/[agentId]/page.js +2 -2
  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_client-reference-manifest.js +1 -1
  15. package/.next/server/app/api/images/[rootId]/[file]/route_client-reference-manifest.js +1 -1
  16. package/.next/server/app/api/oauth/callback/route.js +2 -2
  17. package/.next/server/app/api/oauth/callback/route_client-reference-manifest.js +1 -1
  18. package/.next/server/app/api/oauth/start/route_client-reference-manifest.js +1 -1
  19. package/.next/server/app/api/roots/[id]/attachments/route_client-reference-manifest.js +1 -1
  20. package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js +1 -1
  21. package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route_client-reference-manifest.js +1 -1
  22. package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js +1 -1
  23. package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route_client-reference-manifest.js +1 -1
  24. package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js +2 -2
  25. package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route_client-reference-manifest.js +1 -1
  26. package/.next/server/app/api/roots/[id]/dashboard/route.js +1 -1
  27. package/.next/server/app/api/roots/[id]/dashboard/route.js.nft.json +1 -1
  28. package/.next/server/app/api/roots/[id]/dashboard/route_client-reference-manifest.js +1 -1
  29. package/.next/server/app/api/roots/[id]/suggestions/route.js +1 -1
  30. package/.next/server/app/api/roots/[id]/suggestions/route_client-reference-manifest.js +1 -1
  31. package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route_client-reference-manifest.js +1 -1
  32. package/.next/server/app/api/utilities/[scope]/[id]/host/route.js +1 -1
  33. package/.next/server/app/api/utilities/[scope]/[id]/host/route_client-reference-manifest.js +1 -1
  34. package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -1
  35. package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -1
  36. package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
  37. package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
  38. package/.next/server/app/audit/page.js +1 -1
  39. package/.next/server/app/audit/page.js.nft.json +1 -1
  40. package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
  41. package/.next/server/app/index.html +1 -1
  42. package/.next/server/app/index.rsc +3 -3
  43. package/.next/server/app/onboarding/page.js +2 -2
  44. package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  45. package/.next/server/app/page.js +2 -2
  46. package/.next/server/app/page.js.nft.json +1 -1
  47. package/.next/server/app/page_client-reference-manifest.js +1 -1
  48. package/.next/server/app/roots/[id]/chat/[topicId]/page.js +3 -3
  49. package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
  50. package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
  51. package/.next/server/app/roots/[id]/kb/[...slug]/page.js +3 -3
  52. package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
  53. package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
  54. package/.next/server/app/roots/[id]/page.js +3 -3
  55. package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
  56. package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
  57. package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
  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 +1 -1
  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 +2 -2
  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.js.nft.json +1 -1
  71. package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
  72. package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
  73. package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
  74. package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
  75. package/.next/server/app/utilities/page.js +4 -4
  76. package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
  77. package/.next/server/app-paths-manifest.json +11 -11
  78. package/.next/server/chunks/133.js +5 -5
  79. package/.next/server/chunks/1410.js +1 -0
  80. package/.next/server/chunks/1986.js +1 -1
  81. package/.next/server/chunks/2448.js +3 -0
  82. package/.next/server/chunks/3332.js +1 -1
  83. package/.next/server/chunks/{2528.js → 3953.js} +2 -2
  84. package/.next/server/chunks/5754.js +3 -0
  85. package/.next/server/chunks/6909.js +3 -3
  86. package/.next/server/chunks/7097.js +1 -0
  87. package/.next/server/chunks/7782.js +1 -0
  88. package/.next/server/chunks/7987.js +1 -0
  89. package/.next/server/chunks/810.js +1 -0
  90. package/.next/server/chunks/9098.js +1 -1
  91. package/.next/server/chunks/9328.js +1 -1
  92. package/.next/server/functions-config-manifest.json +1 -1
  93. package/.next/server/middleware-build-manifest.js +1 -1
  94. package/.next/server/middleware-manifest.json +5 -5
  95. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  96. package/.next/server/pages/404.html +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/chunks/2488-c9590facb4b9f184.js +1 -0
  101. package/.next/static/chunks/2684-257d38989ef53935.js +1 -0
  102. package/.next/static/chunks/4108.fb9f99a9c899ef54.js +1 -0
  103. package/.next/static/chunks/6231-d83c1544bbea8424.js +1 -0
  104. package/.next/static/chunks/9496-75ccd3fadb294fba.js +1 -0
  105. package/.next/static/chunks/992-4e7b7f722c629e21.js +1 -0
  106. package/.next/static/chunks/app/layout-9a59ed07c18cb786.js +1 -0
  107. package/.next/static/chunks/app/onboarding/{page-532b193d1c4b0dee.js → page-79f07a813ea2abfe.js} +1 -1
  108. package/.next/static/chunks/app/{page-e3ec0990b78ce7c7.js → page-27f4b98b02ac4f79.js} +1 -1
  109. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-8db2d0b75cd333c8.js +1 -0
  110. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-873b131eec3a2f30.js +1 -0
  111. package/.next/static/chunks/app/roots/[id]/page-270d0d49eb668784.js +1 -0
  112. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-7c1f10dbe0bcb9ad.js +1 -0
  113. package/.next/static/chunks/app/roots/new/page-ac1a9f6379710ca2.js +1 -0
  114. package/.next/static/chunks/app/settings/page-81cb1393e817dfc3.js +1 -0
  115. package/.next/static/chunks/app/share/[id]/{page-d5bbbb7e454d1375.js → page-2d123f0a99e1606f.js} +1 -1
  116. package/.next/static/chunks/app/utilities/[scope]/[id]/page-0bbb8d17af80c1da.js +1 -0
  117. package/.next/static/chunks/app/utilities/page-e6ce673b9357bf1f.js +1 -0
  118. package/.next/static/chunks/{webpack-87b4bb79fdc48563.js → webpack-5fca180586957874.js} +1 -1
  119. package/.next/trace +46 -46
  120. package/README.md +4 -1
  121. package/package.json +3 -3
  122. package/.next/server/chunks/4065.js +0 -1
  123. package/.next/server/chunks/6981.js +0 -1
  124. package/.next/server/chunks/7017.js +0 -3
  125. package/.next/server/chunks/7800.js +0 -1
  126. package/.next/server/chunks/8494.js +0 -1
  127. package/.next/server/chunks/9423.js +0 -3
  128. package/.next/server/chunks/9455.js +0 -1
  129. package/.next/static/chunks/1384-d28fb6c6c058876f.js +0 -1
  130. package/.next/static/chunks/2718-78fee2c0de782178.js +0 -1
  131. package/.next/static/chunks/4108.1ef6b5e7679b56ac.js +0 -1
  132. package/.next/static/chunks/7238-11701befb3ca3e41.js +0 -1
  133. package/.next/static/chunks/7951-590bf2004d7935b5.js +0 -1
  134. package/.next/static/chunks/8423-ffded33a21b27360.js +0 -1
  135. package/.next/static/chunks/app/layout-4fbf9f91ad45e221.js +0 -1
  136. package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-11aad9a40def2e0d.js +0 -1
  137. package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-d8757a85e873dfa1.js +0 -1
  138. package/.next/static/chunks/app/roots/[id]/page-76216026efb90ae0.js +0 -1
  139. package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-c4b6e3825f8626f5.js +0 -1
  140. package/.next/static/chunks/app/roots/new/page-53ea8d2787e79425.js +0 -1
  141. package/.next/static/chunks/app/settings/page-7ebaf2b62f256538.js +0 -1
  142. package/.next/static/chunks/app/utilities/[scope]/[id]/page-e2f928a37483d113.js +0 -1
  143. package/.next/static/chunks/app/utilities/page-839262ff726a52a2.js +0 -1
  144. /package/.next/static/{vTfQfQnAWV_hFVZjWEYvZ → og_wC7UPkGtJDiapaTgBr}/_buildManifest.js +0 -0
  145. /package/.next/static/{vTfQfQnAWV_hFVZjWEYvZ → og_wC7UPkGtJDiapaTgBr}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- vTfQfQnAWV_hFVZjWEYvZ
1
+ og_wC7UPkGtJDiapaTgBr
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "pages": {
3
3
  "/_not-found/page": [
4
- "static/chunks/webpack-87b4bb79fdc48563.js",
4
+ "static/chunks/webpack-5fca180586957874.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-87b4bb79fdc48563.js",
11
+ "static/chunks/webpack-5fca180586957874.js",
12
12
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
13
13
  "static/chunks/146-ccee3b26755b68c8.js",
14
14
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -17,122 +17,122 @@
17
17
  "static/chunks/1217-407174d9b164a499.js",
18
18
  "static/chunks/5097-f07f6aeee3f60a33.js",
19
19
  "static/chunks/9045-731ff0865352dd95.js",
20
- "static/chunks/app/layout-4fbf9f91ad45e221.js"
20
+ "static/chunks/app/layout-9a59ed07c18cb786.js"
21
21
  ],
22
22
  "/api/images/[rootId]/[file]/route": [
23
- "static/chunks/webpack-87b4bb79fdc48563.js",
23
+ "static/chunks/webpack-5fca180586957874.js",
24
24
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
25
25
  "static/chunks/146-ccee3b26755b68c8.js",
26
26
  "static/chunks/main-app-ebe67847147d19aa.js",
27
27
  "static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
28
28
  ],
29
29
  "/api/oauth/start/route": [
30
- "static/chunks/webpack-87b4bb79fdc48563.js",
30
+ "static/chunks/webpack-5fca180586957874.js",
31
31
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
32
32
  "static/chunks/146-ccee3b26755b68c8.js",
33
33
  "static/chunks/main-app-ebe67847147d19aa.js",
34
34
  "static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
35
35
  ],
36
- "/api/agents/[agentId]/respond/route": [
37
- "static/chunks/webpack-87b4bb79fdc48563.js",
36
+ "/api/oauth/callback/route": [
37
+ "static/chunks/webpack-5fca180586957874.js",
38
38
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
39
39
  "static/chunks/146-ccee3b26755b68c8.js",
40
40
  "static/chunks/main-app-ebe67847147d19aa.js",
41
- "static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
41
+ "static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
42
42
  ],
43
- "/api/oauth/callback/route": [
44
- "static/chunks/webpack-87b4bb79fdc48563.js",
43
+ "/api/agents/[agentId]/respond/route": [
44
+ "static/chunks/webpack-5fca180586957874.js",
45
45
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
46
46
  "static/chunks/146-ccee3b26755b68c8.js",
47
47
  "static/chunks/main-app-ebe67847147d19aa.js",
48
- "static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
48
+ "static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
49
49
  ],
50
50
  "/api/roots/[id]/chat/[topicId]/stop/route": [
51
- "static/chunks/webpack-87b4bb79fdc48563.js",
51
+ "static/chunks/webpack-5fca180586957874.js",
52
52
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
53
53
  "static/chunks/146-ccee3b26755b68c8.js",
54
54
  "static/chunks/main-app-ebe67847147d19aa.js",
55
55
  "static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
56
56
  ],
57
- "/api/roots/[id]/attachments/route": [
58
- "static/chunks/webpack-87b4bb79fdc48563.js",
57
+ "/api/roots/[id]/dashboard/route": [
58
+ "static/chunks/webpack-5fca180586957874.js",
59
59
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
60
60
  "static/chunks/146-ccee3b26755b68c8.js",
61
61
  "static/chunks/main-app-ebe67847147d19aa.js",
62
- "static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
62
+ "static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
63
63
  ],
64
64
  "/api/roots/[id]/chat/[topicId]/send/route": [
65
- "static/chunks/webpack-87b4bb79fdc48563.js",
65
+ "static/chunks/webpack-5fca180586957874.js",
66
66
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
67
67
  "static/chunks/146-ccee3b26755b68c8.js",
68
68
  "static/chunks/main-app-ebe67847147d19aa.js",
69
69
  "static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
70
70
  ],
71
- "/api/roots/[id]/dashboard/route": [
72
- "static/chunks/webpack-87b4bb79fdc48563.js",
71
+ "/api/roots/[id]/suggestions/route": [
72
+ "static/chunks/webpack-5fca180586957874.js",
73
73
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
74
74
  "static/chunks/146-ccee3b26755b68c8.js",
75
75
  "static/chunks/main-app-ebe67847147d19aa.js",
76
- "static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
76
+ "static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
77
77
  ],
78
- "/api/utilities/[scope]/[id]/host-api.mjs/route": [
79
- "static/chunks/webpack-87b4bb79fdc48563.js",
78
+ "/api/roots/[id]/attachments/route": [
79
+ "static/chunks/webpack-5fca180586957874.js",
80
80
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
81
81
  "static/chunks/146-ccee3b26755b68c8.js",
82
82
  "static/chunks/main-app-ebe67847147d19aa.js",
83
- "static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
83
+ "static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
84
84
  ],
85
- "/api/roots/[id]/suggestions/route": [
86
- "static/chunks/webpack-87b4bb79fdc48563.js",
85
+ "/api/utilities/[scope]/[id]/bundle.js/route": [
86
+ "static/chunks/webpack-5fca180586957874.js",
87
87
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
88
88
  "static/chunks/146-ccee3b26755b68c8.js",
89
89
  "static/chunks/main-app-ebe67847147d19aa.js",
90
- "static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
90
+ "static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
91
91
  ],
92
- "/api/roots/[id]/chat/[topicId]/stream/route": [
93
- "static/chunks/webpack-87b4bb79fdc48563.js",
92
+ "/api/utilities/[scope]/[id]/host-api.mjs/route": [
93
+ "static/chunks/webpack-5fca180586957874.js",
94
94
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
95
95
  "static/chunks/146-ccee3b26755b68c8.js",
96
96
  "static/chunks/main-app-ebe67847147d19aa.js",
97
- "static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
97
+ "static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
98
98
  ],
99
- "/api/utilities/[scope]/[id]/bundle.js/route": [
100
- "static/chunks/webpack-87b4bb79fdc48563.js",
99
+ "/api/roots/[id]/chat/[topicId]/stream/route": [
100
+ "static/chunks/webpack-5fca180586957874.js",
101
101
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
102
102
  "static/chunks/146-ccee3b26755b68c8.js",
103
103
  "static/chunks/main-app-ebe67847147d19aa.js",
104
- "static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
104
+ "static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
105
105
  ],
106
106
  "/api/utilities/[scope]/[id]/host-ui.mjs/route": [
107
- "static/chunks/webpack-87b4bb79fdc48563.js",
107
+ "static/chunks/webpack-5fca180586957874.js",
108
108
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
109
109
  "static/chunks/146-ccee3b26755b68c8.js",
110
110
  "static/chunks/main-app-ebe67847147d19aa.js",
111
111
  "static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
112
112
  ],
113
113
  "/api/utilities/[scope]/[id]/host/route": [
114
- "static/chunks/webpack-87b4bb79fdc48563.js",
114
+ "static/chunks/webpack-5fca180586957874.js",
115
115
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
116
116
  "static/chunks/146-ccee3b26755b68c8.js",
117
117
  "static/chunks/main-app-ebe67847147d19aa.js",
118
118
  "static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
119
119
  ],
120
120
  "/api/utilities/[scope]/[id]/style.css/route": [
121
- "static/chunks/webpack-87b4bb79fdc48563.js",
121
+ "static/chunks/webpack-5fca180586957874.js",
122
122
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
123
123
  "static/chunks/146-ccee3b26755b68c8.js",
124
124
  "static/chunks/main-app-ebe67847147d19aa.js",
125
125
  "static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
126
126
  ],
127
127
  "/api/utilities/[scope]/[id]/iframe/route": [
128
- "static/chunks/webpack-87b4bb79fdc48563.js",
128
+ "static/chunks/webpack-5fca180586957874.js",
129
129
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
130
130
  "static/chunks/146-ccee3b26755b68c8.js",
131
131
  "static/chunks/main-app-ebe67847147d19aa.js",
132
132
  "static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
133
133
  ],
134
134
  "/agents/[agentId]/page": [
135
- "static/chunks/webpack-87b4bb79fdc48563.js",
135
+ "static/chunks/webpack-5fca180586957874.js",
136
136
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
137
137
  "static/chunks/146-ccee3b26755b68c8.js",
138
138
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -142,7 +142,7 @@
142
142
  "static/chunks/app/agents/[agentId]/page-0b5c2838354d0eba.js"
143
143
  ],
144
144
  "/page": [
145
- "static/chunks/webpack-87b4bb79fdc48563.js",
145
+ "static/chunks/webpack-5fca180586957874.js",
146
146
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
147
147
  "static/chunks/146-ccee3b26755b68c8.js",
148
148
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -151,19 +151,19 @@
151
151
  "static/chunks/3335-5647a38ab2cfa88d.js",
152
152
  "static/chunks/5097-f07f6aeee3f60a33.js",
153
153
  "static/chunks/3954-fe27ff41d9bf012d.js",
154
- "static/chunks/7238-11701befb3ca3e41.js",
155
- "static/chunks/app/page-e3ec0990b78ce7c7.js"
154
+ "static/chunks/2684-257d38989ef53935.js",
155
+ "static/chunks/app/page-27f4b98b02ac4f79.js"
156
156
  ],
157
157
  "/onboarding/page": [
158
- "static/chunks/webpack-87b4bb79fdc48563.js",
158
+ "static/chunks/webpack-5fca180586957874.js",
159
159
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
160
160
  "static/chunks/146-ccee3b26755b68c8.js",
161
161
  "static/chunks/main-app-ebe67847147d19aa.js",
162
162
  "static/chunks/5097-f07f6aeee3f60a33.js",
163
- "static/chunks/app/onboarding/page-532b193d1c4b0dee.js"
163
+ "static/chunks/app/onboarding/page-79f07a813ea2abfe.js"
164
164
  ],
165
165
  "/audit/page": [
166
- "static/chunks/webpack-87b4bb79fdc48563.js",
166
+ "static/chunks/webpack-5fca180586957874.js",
167
167
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
168
168
  "static/chunks/146-ccee3b26755b68c8.js",
169
169
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -172,8 +172,8 @@
172
172
  "static/chunks/3335-5647a38ab2cfa88d.js",
173
173
  "static/chunks/app/audit/page-e3445076d462aa80.js"
174
174
  ],
175
- "/settings/page": [
176
- "static/chunks/webpack-87b4bb79fdc48563.js",
175
+ "/roots/new/page": [
176
+ "static/chunks/webpack-5fca180586957874.js",
177
177
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
178
178
  "static/chunks/146-ccee3b26755b68c8.js",
179
179
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -181,21 +181,18 @@
181
181
  "static/chunks/1217-407174d9b164a499.js",
182
182
  "static/chunks/3335-5647a38ab2cfa88d.js",
183
183
  "static/chunks/5097-f07f6aeee3f60a33.js",
184
- "static/chunks/5235-990ba9c4c8446446.js",
185
- "static/chunks/app/settings/page-7ebaf2b62f256538.js"
184
+ "static/chunks/app/roots/new/page-ac1a9f6379710ca2.js"
186
185
  ],
187
- "/share/[id]/page": [
188
- "static/chunks/webpack-87b4bb79fdc48563.js",
186
+ "/share/[id]/file/page": [
187
+ "static/chunks/webpack-5fca180586957874.js",
189
188
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
190
189
  "static/chunks/146-ccee3b26755b68c8.js",
191
190
  "static/chunks/main-app-ebe67847147d19aa.js",
192
191
  "static/chunks/4400-cdb1f7913ae34e09.js",
193
- "static/chunks/5097-f07f6aeee3f60a33.js",
194
- "static/chunks/1384-d28fb6c6c058876f.js",
195
- "static/chunks/app/share/[id]/page-d5bbbb7e454d1375.js"
192
+ "static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
196
193
  ],
197
- "/roots/new/page": [
198
- "static/chunks/webpack-87b4bb79fdc48563.js",
194
+ "/settings/page": [
195
+ "static/chunks/webpack-5fca180586957874.js",
199
196
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
200
197
  "static/chunks/146-ccee3b26755b68c8.js",
201
198
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -203,30 +200,32 @@
203
200
  "static/chunks/1217-407174d9b164a499.js",
204
201
  "static/chunks/3335-5647a38ab2cfa88d.js",
205
202
  "static/chunks/5097-f07f6aeee3f60a33.js",
206
- "static/chunks/app/roots/new/page-53ea8d2787e79425.js"
203
+ "static/chunks/5235-990ba9c4c8446446.js",
204
+ "static/chunks/app/settings/page-81cb1393e817dfc3.js"
207
205
  ],
208
- "/utilities/[scope]/[id]/page": [
209
- "static/chunks/webpack-87b4bb79fdc48563.js",
206
+ "/share/[id]/page": [
207
+ "static/chunks/webpack-5fca180586957874.js",
210
208
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
211
209
  "static/chunks/146-ccee3b26755b68c8.js",
212
210
  "static/chunks/main-app-ebe67847147d19aa.js",
213
211
  "static/chunks/4400-cdb1f7913ae34e09.js",
214
- "static/chunks/1217-407174d9b164a499.js",
215
- "static/chunks/3335-5647a38ab2cfa88d.js",
216
212
  "static/chunks/5097-f07f6aeee3f60a33.js",
217
- "static/chunks/1384-d28fb6c6c058876f.js",
218
- "static/chunks/app/utilities/[scope]/[id]/page-e2f928a37483d113.js"
213
+ "static/chunks/6231-d83c1544bbea8424.js",
214
+ "static/chunks/app/share/[id]/page-2d123f0a99e1606f.js"
219
215
  ],
220
- "/share/[id]/file/page": [
221
- "static/chunks/webpack-87b4bb79fdc48563.js",
216
+ "/utilities/page": [
217
+ "static/chunks/webpack-5fca180586957874.js",
222
218
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
223
219
  "static/chunks/146-ccee3b26755b68c8.js",
224
220
  "static/chunks/main-app-ebe67847147d19aa.js",
225
221
  "static/chunks/4400-cdb1f7913ae34e09.js",
226
- "static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
222
+ "static/chunks/1217-407174d9b164a499.js",
223
+ "static/chunks/3335-5647a38ab2cfa88d.js",
224
+ "static/chunks/5097-f07f6aeee3f60a33.js",
225
+ "static/chunks/app/utilities/page-e6ce673b9357bf1f.js"
227
226
  ],
228
- "/utilities/page": [
229
- "static/chunks/webpack-87b4bb79fdc48563.js",
227
+ "/utilities/[scope]/[id]/page": [
228
+ "static/chunks/webpack-5fca180586957874.js",
230
229
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
231
230
  "static/chunks/146-ccee3b26755b68c8.js",
232
231
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -234,17 +233,18 @@
234
233
  "static/chunks/1217-407174d9b164a499.js",
235
234
  "static/chunks/3335-5647a38ab2cfa88d.js",
236
235
  "static/chunks/5097-f07f6aeee3f60a33.js",
237
- "static/chunks/app/utilities/page-839262ff726a52a2.js"
236
+ "static/chunks/6231-d83c1544bbea8424.js",
237
+ "static/chunks/app/utilities/[scope]/[id]/page-0bbb8d17af80c1da.js"
238
238
  ],
239
239
  "/roots/[id]/layout": [
240
- "static/chunks/webpack-87b4bb79fdc48563.js",
240
+ "static/chunks/webpack-5fca180586957874.js",
241
241
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
242
242
  "static/chunks/146-ccee3b26755b68c8.js",
243
243
  "static/chunks/main-app-ebe67847147d19aa.js",
244
244
  "static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js"
245
245
  ],
246
- "/roots/[id]/kb/[...slug]/page": [
247
- "static/chunks/webpack-87b4bb79fdc48563.js",
246
+ "/roots/[id]/page": [
247
+ "static/chunks/webpack-5fca180586957874.js",
248
248
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
249
249
  "static/chunks/146-ccee3b26755b68c8.js",
250
250
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -254,13 +254,15 @@
254
254
  "static/chunks/5097-f07f6aeee3f60a33.js",
255
255
  "static/chunks/3954-fe27ff41d9bf012d.js",
256
256
  "static/chunks/8775-890699c74c28df61.js",
257
- "static/chunks/7238-11701befb3ca3e41.js",
258
- "static/chunks/8423-ffded33a21b27360.js",
259
- "static/chunks/2718-78fee2c0de782178.js",
260
- "static/chunks/app/roots/[id]/kb/[...slug]/page-d8757a85e873dfa1.js"
257
+ "static/chunks/8566-5d4c89b722d9cee1.js",
258
+ "static/chunks/2684-257d38989ef53935.js",
259
+ "static/chunks/992-4e7b7f722c629e21.js",
260
+ "static/chunks/9496-75ccd3fadb294fba.js",
261
+ "static/chunks/2488-c9590facb4b9f184.js",
262
+ "static/chunks/app/roots/[id]/page-270d0d49eb668784.js"
261
263
  ],
262
264
  "/roots/[id]/chat/[topicId]/page": [
263
- "static/chunks/webpack-87b4bb79fdc48563.js",
265
+ "static/chunks/webpack-5fca180586957874.js",
264
266
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
265
267
  "static/chunks/146-ccee3b26755b68c8.js",
266
268
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -271,23 +273,29 @@
271
273
  "static/chunks/3954-fe27ff41d9bf012d.js",
272
274
  "static/chunks/8775-890699c74c28df61.js",
273
275
  "static/chunks/6568-e4d2de23d9f8d347.js",
274
- "static/chunks/7238-11701befb3ca3e41.js",
275
- "static/chunks/8423-ffded33a21b27360.js",
276
- "static/chunks/7951-590bf2004d7935b5.js",
277
- "static/chunks/app/roots/[id]/chat/[topicId]/page-11aad9a40def2e0d.js"
276
+ "static/chunks/2684-257d38989ef53935.js",
277
+ "static/chunks/992-4e7b7f722c629e21.js",
278
+ "static/chunks/9496-75ccd3fadb294fba.js",
279
+ "static/chunks/app/roots/[id]/chat/[topicId]/page-8db2d0b75cd333c8.js"
278
280
  ],
279
- "/roots/[id]/workflows/page": [
280
- "static/chunks/webpack-87b4bb79fdc48563.js",
281
+ "/roots/[id]/kb/[...slug]/page": [
282
+ "static/chunks/webpack-5fca180586957874.js",
281
283
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
282
284
  "static/chunks/146-ccee3b26755b68c8.js",
283
285
  "static/chunks/main-app-ebe67847147d19aa.js",
284
286
  "static/chunks/4400-cdb1f7913ae34e09.js",
285
287
  "static/chunks/1217-407174d9b164a499.js",
286
288
  "static/chunks/3335-5647a38ab2cfa88d.js",
287
- "static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js"
289
+ "static/chunks/5097-f07f6aeee3f60a33.js",
290
+ "static/chunks/3954-fe27ff41d9bf012d.js",
291
+ "static/chunks/8775-890699c74c28df61.js",
292
+ "static/chunks/2684-257d38989ef53935.js",
293
+ "static/chunks/992-4e7b7f722c629e21.js",
294
+ "static/chunks/2488-c9590facb4b9f184.js",
295
+ "static/chunks/app/roots/[id]/kb/[...slug]/page-873b131eec3a2f30.js"
288
296
  ],
289
297
  "/roots/[id]/workflows/[wfId]/page": [
290
- "static/chunks/webpack-87b4bb79fdc48563.js",
298
+ "static/chunks/webpack-5fca180586957874.js",
291
299
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
292
300
  "static/chunks/146-ccee3b26755b68c8.js",
293
301
  "static/chunks/main-app-ebe67847147d19aa.js",
@@ -295,25 +303,17 @@
295
303
  "static/chunks/1217-407174d9b164a499.js",
296
304
  "static/chunks/3335-5647a38ab2cfa88d.js",
297
305
  "static/chunks/5097-f07f6aeee3f60a33.js",
298
- "static/chunks/app/roots/[id]/workflows/[wfId]/page-c4b6e3825f8626f5.js"
306
+ "static/chunks/app/roots/[id]/workflows/[wfId]/page-7c1f10dbe0bcb9ad.js"
299
307
  ],
300
- "/roots/[id]/page": [
301
- "static/chunks/webpack-87b4bb79fdc48563.js",
308
+ "/roots/[id]/workflows/page": [
309
+ "static/chunks/webpack-5fca180586957874.js",
302
310
  "static/chunks/6fe292aa-7126ff9d6732e864.js",
303
311
  "static/chunks/146-ccee3b26755b68c8.js",
304
312
  "static/chunks/main-app-ebe67847147d19aa.js",
305
313
  "static/chunks/4400-cdb1f7913ae34e09.js",
306
314
  "static/chunks/1217-407174d9b164a499.js",
307
315
  "static/chunks/3335-5647a38ab2cfa88d.js",
308
- "static/chunks/5097-f07f6aeee3f60a33.js",
309
- "static/chunks/3954-fe27ff41d9bf012d.js",
310
- "static/chunks/8775-890699c74c28df61.js",
311
- "static/chunks/8566-5d4c89b722d9cee1.js",
312
- "static/chunks/7238-11701befb3ca3e41.js",
313
- "static/chunks/8423-ffded33a21b27360.js",
314
- "static/chunks/7951-590bf2004d7935b5.js",
315
- "static/chunks/2718-78fee2c0de782178.js",
316
- "static/chunks/app/roots/[id]/page-76216026efb90ae0.js"
316
+ "static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js"
317
317
  ]
318
318
  }
319
319
  }
@@ -2,16 +2,16 @@
2
2
  "/_not-found/page": "/_not-found",
3
3
  "/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
4
4
  "/api/oauth/start/route": "/api/oauth/start",
5
- "/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
6
5
  "/api/oauth/callback/route": "/api/oauth/callback",
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
- "/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
9
- "/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
10
8
  "/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
11
- "/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
9
+ "/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
12
10
  "/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
13
- "/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
11
+ "/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
14
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
+ "/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
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
17
  "/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
@@ -20,15 +20,15 @@
20
20
  "/page": "/",
21
21
  "/onboarding/page": "/onboarding",
22
22
  "/audit/page": "/audit",
23
- "/settings/page": "/settings",
24
- "/share/[id]/page": "/share/[id]",
25
23
  "/roots/new/page": "/roots/new",
26
- "/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
27
24
  "/share/[id]/file/page": "/share/[id]/file",
25
+ "/settings/page": "/settings",
26
+ "/share/[id]/page": "/share/[id]",
28
27
  "/utilities/page": "/utilities",
29
- "/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
28
+ "/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
29
+ "/roots/[id]/page": "/roots/[id]",
30
30
  "/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
31
- "/roots/[id]/workflows/page": "/roots/[id]/workflows",
31
+ "/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
32
32
  "/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
33
- "/roots/[id]/page": "/roots/[id]"
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/vTfQfQnAWV_hFVZjWEYvZ/_buildManifest.js",
9
- "static/vTfQfQnAWV_hFVZjWEYvZ/_ssgManifest.js"
8
+ "static/og_wC7UPkGtJDiapaTgBr/_buildManifest.js",
9
+ "static/og_wC7UPkGtJDiapaTgBr/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
- "static/chunks/webpack-87b4bb79fdc48563.js",
12
+ "static/chunks/webpack-5fca180586957874.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-87b4bb79fdc48563.js",
20
+ "static/chunks/webpack-5fca180586957874.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-87b4bb79fdc48563.js",
26
+ "static/chunks/webpack-5fca180586957874.js",
27
27
  "static/chunks/framework-aaa7c1a953276299.js",
28
28
  "static/chunks/main-bfb98fc1d6aa1d45.js",
29
29
  "static/chunks/pages/_error-da89ab2956f0cf38.js"
@@ -105,8 +105,8 @@
105
105
  },
106
106
  "notFoundRoutes": [],
107
107
  "preview": {
108
- "previewModeId": "1ffe520e66fb40c4cf4834adc6c691c0",
109
- "previewModeSigningKey": "f5aa5dc8e75acb66d3d18008e5e327cc0a0833ae96370bec1cf621e138c35af3",
110
- "previewModeEncryptionKey": "94dfddd8aa6af6ebece63d522baff3ec190fc97e6d9e48d50389ea0d73f957ca"
108
+ "previewModeId": "2d3a02fa6da9b3637c66b3b10985bdd2",
109
+ "previewModeSigningKey": "d3e2daeaa142a3f80db0dc2fe2fa6a9ce6a6069f4b85ec51fe17c24d06ab3050",
110
+ "previewModeEncryptionKey": "c7589c9a79e86f4784f51497a37c3fd62b8910ade001fe6022523478c4c0d3c0"
111
111
  }
112
112
  }
@@ -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.1ef6b5e7679b56ac.js"
5
+ "static/chunks/4108.fb9f99a9c899ef54.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")},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")},38838:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{"007b8744e52ea5445747439c591bab0cbfa066b493":()=>g.i,"404b3766024abfb1e71572fd2361fd3d170fdb593b":()=>h.$z,"404f108ba012c2c4477e29a8254bc1cd74cbe0c8a7":()=>e.nC,"4091825fa6f0a40d0b8a0b7c50e6102fc5e01c057e":()=>e.nY,"409631ec8e42b36d4b08bdf389212db64bfa5b8364":()=>h.MU,"40a23937025995dbef539408a04df4316354bf4295":()=>f.z,"40f44ddb91fa08c6a94f2fa4b8df16c083791a8ec4":()=>f.u,"601e5ecc4d1b3d9209b0dac76091d76fd29fc06a98":()=>e.OQ,"60402759777295084f3a4e7351a9debca56ca056d0":()=>h.Tc,"604a644f25546e7bca4b097023d715b19c22a49efe":()=>e.T$,"60631140bafb5ef89c5bbeb7ea6a5348f410a85f82":()=>e.L4,"70875b124574bcaf46bfd7090b3b4b94aadfc8f735":()=>e.h$,"78451d2a985822f2b6ddc2c2a3b0bb138d587ea5b6":()=>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)}})},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,2356,9739,133],()=>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")},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")},89913:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{"00f3369b4cf55940a301292a6c9f77f00b837d7dc3":()=>g.i,"401f487f7fef5749035080e30c823f50f1d8a1a59d":()=>h.MU,"405f0143d37a718a80ca822d2f14b2c1e4b0fd205e":()=>f.z,"409ccdac19b10aed97024dc752228dd6e45a7801e7":()=>h.$z,"409f4b5447b4175cc96d5a403d470e05b0b0241e3e":()=>f.u,"40ad82cda51b6986682b8790170d0d1158ae318a95":()=>e.nC,"40b3a6f621f4dd0fbeff9986b0838ffb0661f93915":()=>e.nY,"60b4f72bcb952e914e8802506eecd520bde5b45f71":()=>e.OQ,"60c3bccb449185eaecf50bf553a1712933a9c705bf":()=>e.L4,"60e06c293b9ecc3a0f532d291db1d7eee23b6f58fa":()=>h.Tc,"60ff3df4e3ad497a54503ca5fe7b383589e370223c":()=>e.T$,"708dcc45d46350264144b1174a5c785ce551df32be":()=>e.h$,"785d105fe4cdea0b27e02ecbec12f88d28a6ef1ecf":()=>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)}})}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[9803,2356,9739,133],()=>b(b.s=14292));module.exports=c})();