reflex-agent 0.19.0 → 0.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +96 -94
- package/.next/app-path-routes-manifest.json +9 -9
- package/.next/build-manifest.json +5 -5
- package/.next/prerender-manifest.json +3 -3
- package/.next/react-loadable-manifest.json +1 -1
- package/.next/server/app/_not-found/page.js +1 -1
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/agents/[agentId]/page.js +1 -1
- package/.next/server/app/agents/[agentId]/page.js.nft.json +1 -1
- package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route.js +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/images/[rootId]/[file]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/oauth/callback/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/oauth/start/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/attachments/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js +2 -2
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route.js +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route.js.nft.json +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route.js +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host/route.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/install-archive/route_client-reference-manifest.js +1 -1
- package/.next/server/app/audit/page.js +2 -2
- package/.next/server/app/audit/page.js.nft.json +1 -1
- package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
- package/.next/server/app/dispatcher/page.js +1 -1
- package/.next/server/app/dispatcher/page.js.nft.json +1 -1
- package/.next/server/app/dispatcher/page_client-reference-manifest.js +1 -1
- package/.next/server/app/onboarding/page.js +2 -2
- package/.next/server/app/onboarding/page.js.nft.json +1 -1
- package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js +2 -2
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js +2 -2
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/memory/page.js +1 -1
- package/.next/server/app/roots/[id]/memory/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/memory/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/page.js +6 -6
- package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/workflows/page.js +2 -2
- package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/new/page.js +4 -4
- package/.next/server/app/roots/new/page.js.nft.json +1 -1
- package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page.js +6 -6
- package/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/file/page.js +2 -2
- package/.next/server/app/share/[id]/file/page.js.nft.json +1 -1
- package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/page.js +2 -2
- package/.next/server/app/share/[id]/page.js.nft.json +1 -1
- package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
- package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
- package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/utilities/page.js +2 -2
- package/.next/server/app/utilities/page.js.nft.json +1 -1
- package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +9 -9
- package/.next/server/chunks/1116.js +1 -1
- package/.next/server/chunks/127.js +1 -0
- package/.next/server/chunks/1437.js +1 -0
- package/.next/server/chunks/1960.js +1 -1
- package/.next/server/chunks/2485.js +2 -2
- package/.next/server/chunks/285.js +5 -5
- package/.next/server/chunks/316.js +1 -0
- package/.next/server/chunks/3236.js +1 -0
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/3474.js +2 -2
- package/.next/server/chunks/3631.js +1 -1
- package/.next/server/chunks/383.js +80 -1
- package/.next/server/chunks/4031.js +2 -2
- package/.next/server/chunks/412.js +4 -0
- package/.next/server/chunks/4230.js +1 -1
- package/.next/server/chunks/4639.js +1 -1
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/6483.js +1 -1
- package/.next/server/chunks/8609.js +3 -3
- package/.next/server/chunks/8845.js +1 -0
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9579.js +1 -1
- package/.next/server/chunks/9744.js +3 -0
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/1607-15c6d55d9e53ff93.js +1 -0
- package/.next/static/chunks/3087-89315a04ad02f248.js +1 -0
- package/.next/static/chunks/4108.94b29b464eb76def.js +1 -0
- package/.next/static/chunks/434-111636f3d1607ae6.js +1 -0
- package/.next/static/chunks/5906-b510bcfd22b3cb54.js +1 -0
- package/.next/static/chunks/8275-b0235bf4164f80c8.js +1 -0
- package/.next/static/chunks/app/layout-ff235b86ba1c2051.js +1 -0
- package/.next/static/chunks/app/onboarding/{page-b1b1e6a4467ed781.js → page-2d69151514462c2f.js} +1 -1
- package/.next/static/chunks/app/page-bf7e4b271092499e.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-99b5fd894d818407.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-1770f40a6ebbe963.js +1 -0
- package/.next/static/chunks/app/roots/[id]/memory/{page-1f6bc3a624b141a5.js → page-d9df1020e2518e08.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/page-5dbe59ec1a056767.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-24f3dbbc8c66fe66.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/page-d8a1dfdf2ae79306.js +1 -0
- package/.next/static/chunks/app/roots/new/page-29d4085ff97398aa.js +1 -0
- package/.next/static/chunks/app/settings/page-375f180a307b7982.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-5802433c7b5b4a5b.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-d2f2cf9a1d829587.js +1 -0
- package/.next/static/chunks/app/utilities/page-87a36f10ea33d4fc.js +1 -0
- package/.next/static/chunks/{webpack-88066a85eb2d605f.js → webpack-a39957c5072b4303.js} +1 -1
- package/.next/static/css/749ec7b5594bd012.css +1 -0
- package/.next/trace +116 -116
- package/LICENSE +21 -0
- package/README.md +105 -84
- package/package.json +1 -1
- package/.next/server/chunks/2764.js +0 -80
- package/.next/server/chunks/4294.js +0 -1
- package/.next/server/chunks/6970.js +0 -1
- package/.next/server/chunks/8032.js +0 -3
- package/.next/server/chunks/832.js +0 -1
- package/.next/server/chunks/8583.js +0 -4
- package/.next/static/chunks/3363-f417b308a8cd156d.js +0 -1
- package/.next/static/chunks/3695-3576767108de7f38.js +0 -1
- package/.next/static/chunks/4108.19abaa6d618295ed.js +0 -1
- package/.next/static/chunks/5933-4013a6dab4565b5e.js +0 -1
- package/.next/static/chunks/7552-def8a17828891c8c.js +0 -1
- package/.next/static/chunks/app/layout-baad68d32b917b8f.js +0 -1
- package/.next/static/chunks/app/page-556a2139313c3c71.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-52223811258d07b2.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-0df769f27549cd16.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-17493991b2d391b3.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-a21fe3541418a80a.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/page-0952e5fb53d53c3e.js +0 -1
- package/.next/static/chunks/app/roots/new/page-4f571184c1856103.js +0 -1
- package/.next/static/chunks/app/settings/page-8c0ad1c1856da988.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-b27a0bc7b9c6cda9.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-0fe4c377098064d5.js +0 -1
- package/.next/static/chunks/app/utilities/page-445933dcd5a500ae.js +0 -1
- package/.next/static/css/eef5a7cce3f3a4b3.css +0 -1
- /package/.next/static/{EXoiX_YvMRCB6oNXqJnaz → pJmMEuKKdWVEE__TmxHJk}/_buildManifest.js +0 -0
- /package/.next/static/{EXoiX_YvMRCB6oNXqJnaz → pJmMEuKKdWVEE__TmxHJk}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
pJmMEuKKdWVEE__TmxHJk
|
|
@@ -1,147 +1,147 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/webpack-
|
|
4
|
+
"static/chunks/webpack-a39957c5072b4303.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-
|
|
11
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
12
12
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
13
13
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
14
14
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
15
|
-
"static/css/
|
|
15
|
+
"static/css/749ec7b5594bd012.css",
|
|
16
16
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
17
17
|
"static/chunks/4678-15402b9832b27389.js",
|
|
18
18
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
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-
|
|
22
|
+
"static/chunks/app/layout-ff235b86ba1c2051.js"
|
|
23
23
|
],
|
|
24
24
|
"/api/images/[rootId]/[file]/route": [
|
|
25
|
-
"static/chunks/webpack-
|
|
25
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
26
26
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
27
27
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
28
28
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
29
29
|
"static/chunks/app/api/images/[rootId]/[file]/route-78f8e23cdd4112b9.js"
|
|
30
30
|
],
|
|
31
|
+
"/api/oauth/start/route": [
|
|
32
|
+
"static/chunks/webpack-a39957c5072b4303.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/oauth/start/route-78f8e23cdd4112b9.js"
|
|
37
|
+
],
|
|
31
38
|
"/api/oauth/callback/route": [
|
|
32
|
-
"static/chunks/webpack-
|
|
39
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
33
40
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
34
41
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
35
42
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
36
43
|
"static/chunks/app/api/oauth/callback/route-78f8e23cdd4112b9.js"
|
|
37
44
|
],
|
|
38
|
-
"/api/
|
|
39
|
-
"static/chunks/webpack-
|
|
45
|
+
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
46
|
+
"static/chunks/webpack-a39957c5072b4303.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/
|
|
50
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-78f8e23cdd4112b9.js"
|
|
44
51
|
],
|
|
45
52
|
"/api/agents/[agentId]/respond/route": [
|
|
46
|
-
"static/chunks/webpack-
|
|
53
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
47
54
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
48
55
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
49
56
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
50
57
|
"static/chunks/app/api/agents/[agentId]/respond/route-78f8e23cdd4112b9.js"
|
|
51
58
|
],
|
|
52
59
|
"/api/roots/[id]/chat/[topicId]/stop/route": [
|
|
53
|
-
"static/chunks/webpack-
|
|
60
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
54
61
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
55
62
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
56
63
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
57
64
|
"static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-78f8e23cdd4112b9.js"
|
|
58
65
|
],
|
|
59
|
-
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
60
|
-
"static/chunks/webpack-88066a85eb2d605f.js",
|
|
61
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
62
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
63
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
64
|
-
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-78f8e23cdd4112b9.js"
|
|
65
|
-
],
|
|
66
66
|
"/api/roots/[id]/dashboard/route": [
|
|
67
|
-
"static/chunks/webpack-
|
|
67
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
68
68
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
69
69
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
70
70
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
71
71
|
"static/chunks/app/api/roots/[id]/dashboard/route-78f8e23cdd4112b9.js"
|
|
72
72
|
],
|
|
73
|
-
"/api/roots/[id]/attachments/route": [
|
|
74
|
-
"static/chunks/webpack-88066a85eb2d605f.js",
|
|
75
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
76
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
77
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
78
|
-
"static/chunks/app/api/roots/[id]/attachments/route-78f8e23cdd4112b9.js"
|
|
79
|
-
],
|
|
80
73
|
"/api/roots/[id]/suggestions/route": [
|
|
81
|
-
"static/chunks/webpack-
|
|
74
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
82
75
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
83
76
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
84
77
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
85
78
|
"static/chunks/app/api/roots/[id]/suggestions/route-78f8e23cdd4112b9.js"
|
|
86
79
|
],
|
|
87
|
-
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
88
|
-
"static/chunks/webpack-88066a85eb2d605f.js",
|
|
89
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
90
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
91
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
92
|
-
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-78f8e23cdd4112b9.js"
|
|
93
|
-
],
|
|
94
80
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": [
|
|
95
|
-
"static/chunks/webpack-
|
|
81
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
96
82
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
97
83
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
98
84
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
99
85
|
"static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-78f8e23cdd4112b9.js"
|
|
100
86
|
],
|
|
101
87
|
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
102
|
-
"static/chunks/webpack-
|
|
88
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
103
89
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
104
90
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
105
91
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
106
92
|
"static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-78f8e23cdd4112b9.js"
|
|
107
93
|
],
|
|
108
94
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": [
|
|
109
|
-
"static/chunks/webpack-
|
|
95
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
110
96
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
111
97
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
112
98
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
113
99
|
"static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-78f8e23cdd4112b9.js"
|
|
114
100
|
],
|
|
115
|
-
"/api/
|
|
116
|
-
"static/chunks/webpack-
|
|
101
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
102
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
117
103
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
118
104
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
119
105
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
120
|
-
"static/chunks/app/api/
|
|
106
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-78f8e23cdd4112b9.js"
|
|
121
107
|
],
|
|
122
108
|
"/api/utilities/[scope]/[id]/host/route": [
|
|
123
|
-
"static/chunks/webpack-
|
|
109
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
124
110
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
125
111
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
126
112
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
127
113
|
"static/chunks/app/api/utilities/[scope]/[id]/host/route-78f8e23cdd4112b9.js"
|
|
128
114
|
],
|
|
129
|
-
"/api/utilities/[scope]/[id]/
|
|
130
|
-
"static/chunks/webpack-
|
|
115
|
+
"/api/utilities/[scope]/[id]/style.css/route": [
|
|
116
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
131
117
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
132
118
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
133
119
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
134
|
-
"static/chunks/app/api/utilities/[scope]/[id]/
|
|
120
|
+
"static/chunks/app/api/utilities/[scope]/[id]/style.css/route-78f8e23cdd4112b9.js"
|
|
135
121
|
],
|
|
136
122
|
"/api/utilities/install-archive/route": [
|
|
137
|
-
"static/chunks/webpack-
|
|
123
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
138
124
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
139
125
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
140
126
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
141
127
|
"static/chunks/app/api/utilities/install-archive/route-78f8e23cdd4112b9.js"
|
|
142
128
|
],
|
|
129
|
+
"/api/utilities/[scope]/[id]/iframe/route": [
|
|
130
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
131
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
132
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
133
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
134
|
+
"static/chunks/app/api/utilities/[scope]/[id]/iframe/route-78f8e23cdd4112b9.js"
|
|
135
|
+
],
|
|
136
|
+
"/api/roots/[id]/attachments/route": [
|
|
137
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
138
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
139
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
140
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
141
|
+
"static/chunks/app/api/roots/[id]/attachments/route-78f8e23cdd4112b9.js"
|
|
142
|
+
],
|
|
143
143
|
"/agents/[agentId]/page": [
|
|
144
|
-
"static/chunks/webpack-
|
|
144
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
145
145
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
146
146
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
147
147
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"static/chunks/app/agents/[agentId]/page-2ee5d78dc94253c5.js"
|
|
154
154
|
],
|
|
155
155
|
"/page": [
|
|
156
|
-
"static/chunks/webpack-
|
|
156
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
157
157
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
158
158
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
159
159
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -164,27 +164,27 @@
|
|
|
164
164
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
165
165
|
"static/chunks/9411-af5f758c57741929.js",
|
|
166
166
|
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
167
|
-
"static/chunks/
|
|
168
|
-
"static/chunks/app/page-
|
|
167
|
+
"static/chunks/434-111636f3d1607ae6.js",
|
|
168
|
+
"static/chunks/app/page-bf7e4b271092499e.js"
|
|
169
169
|
],
|
|
170
170
|
"/dispatcher/page": [
|
|
171
|
-
"static/chunks/webpack-
|
|
171
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
172
172
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
173
173
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
174
174
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
175
175
|
"static/chunks/app/dispatcher/page-78f8e23cdd4112b9.js"
|
|
176
176
|
],
|
|
177
177
|
"/onboarding/page": [
|
|
178
|
-
"static/chunks/webpack-
|
|
178
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
179
179
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
180
180
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
181
181
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
182
182
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
183
183
|
"static/chunks/9411-af5f758c57741929.js",
|
|
184
|
-
"static/chunks/app/onboarding/page-
|
|
184
|
+
"static/chunks/app/onboarding/page-2d69151514462c2f.js"
|
|
185
185
|
],
|
|
186
186
|
"/roots/new/page": [
|
|
187
|
-
"static/chunks/webpack-
|
|
187
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
188
188
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
189
189
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
190
190
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -194,10 +194,10 @@
|
|
|
194
194
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
195
195
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
196
196
|
"static/chunks/9411-af5f758c57741929.js",
|
|
197
|
-
"static/chunks/app/roots/new/page-
|
|
197
|
+
"static/chunks/app/roots/new/page-29d4085ff97398aa.js"
|
|
198
198
|
],
|
|
199
199
|
"/settings/page": [
|
|
200
|
-
"static/chunks/webpack-
|
|
200
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
201
201
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
202
202
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
203
203
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -208,10 +208,10 @@
|
|
|
208
208
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
209
209
|
"static/chunks/9411-af5f758c57741929.js",
|
|
210
210
|
"static/chunks/9338-9f6c33a593b60e12.js",
|
|
211
|
-
"static/chunks/app/settings/page-
|
|
211
|
+
"static/chunks/app/settings/page-375f180a307b7982.js"
|
|
212
212
|
],
|
|
213
213
|
"/share/[id]/file/page": [
|
|
214
|
-
"static/chunks/webpack-
|
|
214
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
215
215
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
216
216
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
217
217
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
220
220
|
],
|
|
221
221
|
"/audit/page": [
|
|
222
|
-
"static/chunks/webpack-
|
|
222
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
223
223
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
224
224
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
225
225
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"static/chunks/app/audit/page-9bac9e3674f0fae9.js"
|
|
231
231
|
],
|
|
232
232
|
"/share/[id]/page": [
|
|
233
|
-
"static/chunks/webpack-
|
|
233
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
234
234
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
235
235
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
236
236
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -239,12 +239,13 @@
|
|
|
239
239
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
240
240
|
"static/chunks/9411-af5f758c57741929.js",
|
|
241
241
|
"static/chunks/7425-9684ea815b4b1731.js",
|
|
242
|
-
"static/chunks/
|
|
243
|
-
"static/chunks/
|
|
244
|
-
"static/chunks/
|
|
242
|
+
"static/chunks/8275-b0235bf4164f80c8.js",
|
|
243
|
+
"static/chunks/5906-b510bcfd22b3cb54.js",
|
|
244
|
+
"static/chunks/3087-89315a04ad02f248.js",
|
|
245
|
+
"static/chunks/app/share/[id]/page-5802433c7b5b4a5b.js"
|
|
245
246
|
],
|
|
246
|
-
"/utilities/
|
|
247
|
-
"static/chunks/webpack-
|
|
247
|
+
"/utilities/page": [
|
|
248
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
248
249
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
249
250
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
250
251
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -254,10 +255,10 @@
|
|
|
254
255
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
255
256
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
256
257
|
"static/chunks/9411-af5f758c57741929.js",
|
|
257
|
-
"static/chunks/app/utilities/
|
|
258
|
+
"static/chunks/app/utilities/page-87a36f10ea33d4fc.js"
|
|
258
259
|
],
|
|
259
|
-
"/utilities/page": [
|
|
260
|
-
"static/chunks/webpack-
|
|
260
|
+
"/utilities/[scope]/[id]/page": [
|
|
261
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
261
262
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
262
263
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
263
264
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -267,17 +268,18 @@
|
|
|
267
268
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
268
269
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
269
270
|
"static/chunks/9411-af5f758c57741929.js",
|
|
270
|
-
"static/chunks/
|
|
271
|
+
"static/chunks/3087-89315a04ad02f248.js",
|
|
272
|
+
"static/chunks/app/utilities/[scope]/[id]/page-d2f2cf9a1d829587.js"
|
|
271
273
|
],
|
|
272
274
|
"/roots/[id]/layout": [
|
|
273
|
-
"static/chunks/webpack-
|
|
275
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
274
276
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
275
277
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
276
278
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
277
279
|
"static/chunks/app/roots/[id]/layout-78f8e23cdd4112b9.js"
|
|
278
280
|
],
|
|
279
281
|
"/roots/[id]/chat/[topicId]/page": [
|
|
280
|
-
"static/chunks/webpack-
|
|
282
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
281
283
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
282
284
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
283
285
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -289,13 +291,13 @@
|
|
|
289
291
|
"static/chunks/9411-af5f758c57741929.js",
|
|
290
292
|
"static/chunks/7425-9684ea815b4b1731.js",
|
|
291
293
|
"static/chunks/3686-0107521d2c14950c.js",
|
|
292
|
-
"static/chunks/
|
|
293
|
-
"static/chunks/
|
|
294
|
-
"static/chunks/
|
|
295
|
-
"static/chunks/app/roots/[id]/chat/[topicId]/page-
|
|
294
|
+
"static/chunks/434-111636f3d1607ae6.js",
|
|
295
|
+
"static/chunks/8275-b0235bf4164f80c8.js",
|
|
296
|
+
"static/chunks/5906-b510bcfd22b3cb54.js",
|
|
297
|
+
"static/chunks/app/roots/[id]/chat/[topicId]/page-99b5fd894d818407.js"
|
|
296
298
|
],
|
|
297
299
|
"/roots/[id]/kb/[...slug]/page": [
|
|
298
|
-
"static/chunks/webpack-
|
|
300
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
299
301
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
300
302
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
301
303
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -307,13 +309,13 @@
|
|
|
307
309
|
"static/chunks/9411-af5f758c57741929.js",
|
|
308
310
|
"static/chunks/7425-9684ea815b4b1731.js",
|
|
309
311
|
"static/chunks/8776-2df966dd98c68fd7.js",
|
|
310
|
-
"static/chunks/
|
|
311
|
-
"static/chunks/
|
|
312
|
-
"static/chunks/
|
|
313
|
-
"static/chunks/app/roots/[id]/kb/[...slug]/page-
|
|
312
|
+
"static/chunks/434-111636f3d1607ae6.js",
|
|
313
|
+
"static/chunks/8275-b0235bf4164f80c8.js",
|
|
314
|
+
"static/chunks/1607-15c6d55d9e53ff93.js",
|
|
315
|
+
"static/chunks/app/roots/[id]/kb/[...slug]/page-1770f40a6ebbe963.js"
|
|
314
316
|
],
|
|
315
|
-
"/roots/[id]/workflows/page": [
|
|
316
|
-
"static/chunks/webpack-
|
|
317
|
+
"/roots/[id]/workflows/[wfId]/page": [
|
|
318
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
317
319
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
318
320
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
319
321
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -322,10 +324,11 @@
|
|
|
322
324
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
323
325
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
324
326
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
325
|
-
"static/chunks/
|
|
327
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
328
|
+
"static/chunks/app/roots/[id]/workflows/[wfId]/page-24f3dbbc8c66fe66.js"
|
|
326
329
|
],
|
|
327
330
|
"/roots/[id]/page": [
|
|
328
|
-
"static/chunks/webpack-
|
|
331
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
329
332
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
330
333
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
331
334
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -337,14 +340,14 @@
|
|
|
337
340
|
"static/chunks/9411-af5f758c57741929.js",
|
|
338
341
|
"static/chunks/7425-9684ea815b4b1731.js",
|
|
339
342
|
"static/chunks/3686-0107521d2c14950c.js",
|
|
340
|
-
"static/chunks/
|
|
341
|
-
"static/chunks/
|
|
342
|
-
"static/chunks/
|
|
343
|
-
"static/chunks/
|
|
344
|
-
"static/chunks/app/roots/[id]/page-
|
|
343
|
+
"static/chunks/434-111636f3d1607ae6.js",
|
|
344
|
+
"static/chunks/8275-b0235bf4164f80c8.js",
|
|
345
|
+
"static/chunks/5906-b510bcfd22b3cb54.js",
|
|
346
|
+
"static/chunks/1607-15c6d55d9e53ff93.js",
|
|
347
|
+
"static/chunks/app/roots/[id]/page-5dbe59ec1a056767.js"
|
|
345
348
|
],
|
|
346
|
-
"/roots/[id]/workflows/
|
|
347
|
-
"static/chunks/webpack-
|
|
349
|
+
"/roots/[id]/workflows/page": [
|
|
350
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
348
351
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
349
352
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
350
353
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -353,11 +356,10 @@
|
|
|
353
356
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
354
357
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
355
358
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
356
|
-
"static/chunks/
|
|
357
|
-
"static/chunks/app/roots/[id]/workflows/[wfId]/page-a21fe3541418a80a.js"
|
|
359
|
+
"static/chunks/app/roots/[id]/workflows/page-d8a1dfdf2ae79306.js"
|
|
358
360
|
],
|
|
359
361
|
"/roots/[id]/memory/page": [
|
|
360
|
-
"static/chunks/webpack-
|
|
362
|
+
"static/chunks/webpack-a39957c5072b4303.js",
|
|
361
363
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
362
364
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
363
365
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -366,7 +368,7 @@
|
|
|
366
368
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
367
369
|
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
368
370
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
369
|
-
"static/chunks/app/roots/[id]/memory/page-
|
|
371
|
+
"static/chunks/app/roots/[id]/memory/page-d9df1020e2518e08.js"
|
|
370
372
|
]
|
|
371
373
|
}
|
|
372
374
|
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
3
|
"/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
|
|
4
|
-
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
5
4
|
"/api/oauth/start/route": "/api/oauth/start",
|
|
5
|
+
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
6
|
+
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
6
7
|
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
7
8
|
"/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]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
10
|
-
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
11
10
|
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
12
|
-
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
13
11
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
14
12
|
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
15
13
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
|
|
16
|
-
"/api/
|
|
14
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
17
15
|
"/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
|
|
18
|
-
"/api/utilities/[scope]/[id]/
|
|
16
|
+
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
19
17
|
"/api/utilities/install-archive/route": "/api/utilities/install-archive",
|
|
18
|
+
"/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
|
|
19
|
+
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
20
20
|
"/agents/[agentId]/page": "/agents/[agentId]",
|
|
21
21
|
"/page": "/",
|
|
22
22
|
"/dispatcher/page": "/dispatcher",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"/share/[id]/file/page": "/share/[id]/file",
|
|
27
27
|
"/audit/page": "/audit",
|
|
28
28
|
"/share/[id]/page": "/share/[id]",
|
|
29
|
-
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
30
29
|
"/utilities/page": "/utilities",
|
|
30
|
+
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
31
31
|
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
|
|
32
32
|
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
33
|
-
"/roots/[id]/workflows/page": "/roots/[id]/workflows",
|
|
34
|
-
"/roots/[id]/page": "/roots/[id]",
|
|
35
33
|
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
|
|
34
|
+
"/roots/[id]/page": "/roots/[id]",
|
|
35
|
+
"/roots/[id]/workflows/page": "/roots/[id]/workflows",
|
|
36
36
|
"/roots/[id]/memory/page": "/roots/[id]/memory"
|
|
37
37
|
}
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/pJmMEuKKdWVEE__TmxHJk/_buildManifest.js",
|
|
9
|
+
"static/pJmMEuKKdWVEE__TmxHJk/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
12
|
+
"static/chunks/webpack-a39957c5072b4303.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-
|
|
20
|
+
"static/chunks/webpack-a39957c5072b4303.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-
|
|
26
|
+
"static/chunks/webpack-a39957c5072b4303.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": "
|
|
59
|
-
"previewModeSigningKey": "
|
|
60
|
-
"previewModeEncryptionKey": "
|
|
58
|
+
"previewModeId": "24dd779b430072f3522416cacd3c14c0",
|
|
59
|
+
"previewModeSigningKey": "3a2a062ef8eebea4fa5a269ef887c87e3d7e1a1d7c3337b1cee366da63a52119",
|
|
60
|
+
"previewModeEncryptionKey": "659e0b2aecd6747dfc86a4e9005bbedfc2eec7074b9a3998f580821d3adc7a10"
|
|
61
61
|
}
|
|
62
62
|
}
|
|
@@ -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.r(b),c.d(b,{HOME_ROOT_ID:()=>n,addRoot:()=>w,getRoot:()=>v,homeRootEntry:()=>o,isHomeRoot:()=>p,listRoots:()=>u,markInitialized:()=>z,newRef:()=>r,removeRoot:()=>y,rootId:()=>q,updatePath:()=>x});var d=c(73024),e=c(76760),f=c.n(e),g=c(77598),h=c.n(g),i=c(29163),j=c(32068);let k=(0,i._)(),l=f().join(k,"registry.json"),m={version:1,entries:[]},n="home";function o(){return{id:n,path:f().join((0,i._)(),"home"),addedAt:"1970-01-01T00:00:00.000Z"}}function p(a){return a===n}function q(a){return h().createHash("sha1").update(f().resolve(a)).digest("hex").slice(0,16)}function r(){return h().randomBytes(8).toString("hex")}async function s(){try{let a=await d.promises.readFile(l,"utf8"),b=JSON.parse(a);if("object"==typeof b&&null!==b&&"entries"in b&&Array.isArray(b.entries)){let a=!1;for(let c of b.entries)c.ref||(c.ref=r(),a=!0);if(a)try{await (0,j.An)(l,b)}catch{}return b}return m}catch(a){if("object"==typeof a&&null!==a&&"code"in a&&"ENOENT"===a.code)return m;throw a}}async function t(a){await (0,j.An)(l,a)}async function u(){return[...(await s()).entries].sort((a,b)=>Date.parse(b.addedAt)-Date.parse(a.addedAt))}async function v(a){return a===n?o():(await s()).entries.find(b=>b.id===a||b.ref===a)??null}async function w(a){let b=f().resolve(a),c=q(b),d=await s(),e=d.entries.find(a=>a.id===c);if(e)return e;let g={id:c,ref:r(),path:b,addedAt:new Date().toISOString()};return await t({...d,entries:[...d.entries,g]}),g}async function x(a,b){let c=f().resolve(b),d=await s(),e=d.entries.findIndex(b=>b.id===a||b.ref===a);if(e<0)return null;let g=d.entries[e],h={...g,path:c,...g.ref?{}:{ref:r()}},i=[...d.entries];return i[e]=h,await t({...d,entries:i}),h}async function y(a){let b=await s();await t({...b,entries:b.entries.filter(b=>b.id!==a)})}async function z(a){let b=await s(),c=b.entries.findIndex(b=>b.id===a);if(c<0)return;let d=[...b.entries],e=d[c];d[c]={...e,lastInitAt:new Date().toISOString()},await t({...b,entries:d})}},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")},32068:(a,b,c)=>{c.d(b,{An:()=>i});var d=c(73024),e=c(76760),f=c.n(e);let g=globalThis.__reflexJsonStoreLocks??=new Map;function h(){}async function i(a,b,c={}){await function(a,b){let c=(g.get(a)??Promise.resolve()).then(b,b);return g.set(a,c.then(h,h)),c}(a,async()=>{await d.promises.mkdir(f().dirname(a),{recursive:!0});let e=`${a}.tmp`,g=JSON.stringify(b,null,2)+"\n";await d.promises.writeFile(e,g,{encoding:"utf8",...void 0!==c.mode?{mode:c.mode}:{}}),void 0!==c.mode&&await d.promises.chmod(e,c.mode),await d.promises.rename(e,a)})}},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")},49281:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{"00e7290ba6938da130e535dcb6380d7562a615b133":()=>g.i,"40332ceadbc803c010c6b8fc40f13b4c9eae03360b":()=>f.uX,"4036e9cc2bdfce7060c6236558f7628dfe6c638cdb":()=>f.zm,"408418fe0101a0913d62ea83902f2c7774355de89f":()=>f.u7,"409d5bc79e08c16d296656430740932c47a8a86094":()=>f.DW,"40d587032ccbbdf1291b2304dfc80dc8e4c63e39ea":()=>h.$z,"40eb3567e4df5b7d3423a4ce9ff829bd99dd29621f":()=>e.nY,"40ee51dae4a3c61bfe257937446b5fa4a5633658d2":()=>h.MU,"40f107ab9bba4b344ee4012a7726250eafe0be905b":()=>e.Pd,"602cab21fa3eada7b841dc7f9d0bc73ee4dcd0fe2d":()=>e.OQ,"604487055696a6017e55172375a45da8d88005cf98":()=>h.Tc,"60d5f6f0c30286c230ff1798d344093d6832d53ebe":()=>e.L4,"704fd2d657da68f0e4351a1896311f76e5a331b5df":()=>e.h$,"78a442c5c28a760a7ebbbf02f9c81490870e539a6a":()=>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)}})},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")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[9803,8404,6692,2262,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")},24576:(a,b,c)=>{c.r(b),c.d(b,{HOME_ROOT_ID:()=>n,addRoot:()=>w,getRoot:()=>v,homeRootEntry:()=>o,isHomeRoot:()=>p,listRoots:()=>u,markInitialized:()=>z,newRef:()=>r,removeRoot:()=>y,rootId:()=>q,updatePath:()=>x});var d=c(73024),e=c(76760),f=c.n(e),g=c(77598),h=c.n(g),i=c(29163),j=c(32068);let k=(0,i._)(),l=f().join(k,"registry.json"),m={version:1,entries:[]},n="home";function o(){return{id:n,path:f().join((0,i._)(),"home"),addedAt:"1970-01-01T00:00:00.000Z"}}function p(a){return a===n}function q(a){return h().createHash("sha1").update(f().resolve(a)).digest("hex").slice(0,16)}function r(){return h().randomBytes(8).toString("hex")}async function s(){try{let a=await d.promises.readFile(l,"utf8"),b=JSON.parse(a);if("object"==typeof b&&null!==b&&"entries"in b&&Array.isArray(b.entries)){let a=!1;for(let c of b.entries)c.ref||(c.ref=r(),a=!0);if(a)try{await (0,j.An)(l,b)}catch{}return b}return m}catch(a){if("object"==typeof a&&null!==a&&"code"in a&&"ENOENT"===a.code)return m;throw a}}async function t(a){await (0,j.An)(l,a)}async function u(){return[...(await s()).entries].sort((a,b)=>Date.parse(b.addedAt)-Date.parse(a.addedAt))}async function v(a){return a===n?o():(await s()).entries.find(b=>b.id===a||b.ref===a)??null}async function w(a){let b=f().resolve(a),c=q(b),d=await s(),e=d.entries.find(a=>a.id===c);if(e)return e;let g={id:c,ref:r(),path:b,addedAt:new Date().toISOString()};return await t({...d,entries:[...d.entries,g]}),g}async function x(a,b){let c=f().resolve(b),d=await s(),e=d.entries.findIndex(b=>b.id===a||b.ref===a);if(e<0)return null;let g=d.entries[e],h={...g,path:c,...g.ref?{}:{ref:r()}},i=[...d.entries];return i[e]=h,await t({...d,entries:i}),h}async function y(a){let b=await s();await t({...b,entries:b.entries.filter(b=>b.id!==a)})}async function z(a){let b=await s(),c=b.entries.findIndex(b=>b.id===a);if(c<0)return;let d=[...b.entries],e=d[c];d[c]={...e,lastInitAt:new Date().toISOString()},await t({...b,entries:d})}},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")},32068:(a,b,c)=>{c.d(b,{An:()=>i});var d=c(73024),e=c(76760),f=c.n(e);let g=globalThis.__reflexJsonStoreLocks??=new Map;function h(){}async function i(a,b,c={}){await function(a,b){let c=(g.get(a)??Promise.resolve()).then(b,b);return g.set(a,c.then(h,h)),c}(a,async()=>{await d.promises.mkdir(f().dirname(a),{recursive:!0});let e=`${a}.tmp`,g=JSON.stringify(b,null,2)+"\n";await d.promises.writeFile(e,g,{encoding:"utf8",...void 0!==c.mode?{mode:c.mode}:{}}),void 0!==c.mode&&await d.promises.chmod(e,c.mode),await d.promises.rename(e,a)})}},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")},79868:a=>{a.exports=require("node:sqlite")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},98919:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{"00b7f3f3d9003ff436966a5dc2e44bb33551457eb8":()=>g.i,"402013c88f5d0f76737662bb86c998eff49322af57":()=>f.zm,"4023c4424cda5752d18af38a51e482109c1600b1e7":()=>f.DW,"405d2aa65514d27978f3762554c2bbdf6fa426eb23":()=>h.MU,"40657f13fc73d71fd1e16ba25e177ffe9ff56dab02":()=>e.nY,"409e91451db2ff932ba8e24a9dc525490135a0a6ab":()=>f.uX,"40d91d520f35018edbcd17025ba6ecbfc9c874f566":()=>e.Pd,"40e1ebd71fbdbc109f25d857712f5398434c3294db":()=>h.$z,"40e3b0ad6f590fc8fdd33502cb650905febe97608f":()=>f.u7,"60b9621046dc9154c380dc7d6862971bb1c89de582":()=>e.OQ,"60d9bf38343f2c35e9d2aaf12b9c772ec24e18a63d":()=>h.Tc,"60e621356f9e843aa9767b760418151aac52e5f5aa":()=>e.L4,"705cda009aacef9c500c1ac6ed399ad7b46ee48cc8":()=>e.h$,"78ddd73e88735f8f4f38130d7c2f82543d79b94de1":()=>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,6692,2262,285],()=>b(b.s=14292));module.exports=c})();
|