reflex-agent 0.9.1 → 0.10.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 +114 -113
- 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 +2 -2
- 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 +2 -3
- 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 -2
- package/.next/server/app/api/agents/[agentId]/respond/route.js.nft.json +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.js +2 -2
- 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 -2
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js.nft.json +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 -2
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js.nft.json +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 -3
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js.nft.json +1 -1
- 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.js.nft.json +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 -2
- package/.next/server/app/api/utilities/[scope]/[id]/host/route.js.nft.json +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/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/onboarding/page.js +3 -4
- 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 -3
- 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 -3
- 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]/page.js +4 -4
- 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 +3 -3
- 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/1105.js +1 -1
- package/.next/server/chunks/1358.js +1 -1
- package/.next/server/chunks/2108.js +1 -0
- package/.next/server/chunks/243.js +1 -0
- package/.next/server/chunks/2552.js +1 -1
- package/.next/server/chunks/285.js +7 -6
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/{6326.js → 3829.js} +2 -2
- package/.next/server/chunks/4812.js +1 -1
- package/.next/server/chunks/4925.js +1 -1
- package/.next/server/chunks/{1988.js → 5470.js} +2 -2
- package/.next/server/chunks/6216.js +1 -1
- package/.next/server/chunks/7229.js +2 -0
- package/.next/server/chunks/7358.js +4 -4
- package/.next/server/chunks/7800.js +1 -1
- package/.next/server/chunks/827.js +1 -0
- package/.next/server/chunks/8501.js +1 -0
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9448.js +3 -0
- package/.next/server/chunks/9631.js +2 -2
- package/.next/server/chunks/{3749.js → 9809.js} +1 -1
- package/.next/server/functions-config-manifest.json +1 -1
- 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/pages/_error.js +3 -3
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/1215-6bf6c0997a3966b5.js +1 -0
- package/.next/static/chunks/{3954-fe27ff41d9bf012d.js → 2038-0849f9c03cc8d6ab.js} +1 -1
- package/.next/static/chunks/4108.e60f6f2d13c6e341.js +1 -0
- package/.next/static/chunks/{6445-99824866a51b582a.js → 5041-50b52df22f60e028.js} +1 -1
- package/.next/static/chunks/5475-fd7801895adb058e.js +1 -0
- package/.next/static/chunks/{5235-990ba9c4c8446446.js → 6231-d572db56a0a44f92.js} +2 -2
- package/.next/static/chunks/7529-5e60df9bb54dac00.js +1 -0
- package/.next/static/chunks/7544-361ab91088caf4e2.js +1 -0
- package/.next/static/chunks/83-c3e4801d1362769d.js +1 -0
- package/.next/static/chunks/{5097-f07f6aeee3f60a33.js → 9776-e3882c1c63293e0a.js} +1 -1
- package/.next/static/chunks/app/audit/page-8dcb779a1ca1f1d1.js +1 -0
- package/.next/static/chunks/app/layout-d10a100470029f0e.js +1 -0
- package/.next/static/chunks/app/onboarding/page-a52d76f48c071f59.js +1 -0
- package/.next/static/chunks/app/{page-ad10be3dfddf1726.js → page-8551ff0fd6989e65.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-ca235f5f1d523635.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-aebc35e79e6e16d6.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-9b4a28b335dd8190.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-ab2801337dc9cc52.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/page-85f4eb885ecb80a1.js +1 -0
- package/.next/static/chunks/app/roots/new/page-4036140c7828948d.js +1 -0
- package/.next/static/chunks/app/settings/page-175f2087baeb2328.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-5f86538339553350.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-223495e5566167ef.js +1 -0
- package/.next/static/chunks/app/utilities/page-cbd341f4f56941a0.js +1 -0
- package/.next/static/chunks/{webpack-274d59f6d4391442.js → webpack-680c8fa1cf6aef64.js} +1 -1
- package/.next/trace +89 -89
- package/package.json +1 -1
- package/.next/server/chunks/1088.js +0 -1
- package/.next/server/chunks/192.js +0 -1
- package/.next/server/chunks/2143.js +0 -1
- package/.next/server/chunks/2356.js +0 -1
- package/.next/server/chunks/3775.js +0 -1
- package/.next/server/chunks/445.js +0 -3
- package/.next/server/chunks/5844.js +0 -1
- package/.next/server/chunks/7572.js +0 -2
- package/.next/server/chunks/9617.js +0 -1
- package/.next/static/chunks/2390-079e9ccc8bd20e63.js +0 -1
- package/.next/static/chunks/4108.4e39a8f41278c35d.js +0 -1
- package/.next/static/chunks/5822-6d9ec5c9f0cc673f.js +0 -1
- package/.next/static/chunks/7703-d9e4d0e072aed92d.js +0 -1
- package/.next/static/chunks/8302-4918fb0ed8cc2283.js +0 -1
- package/.next/static/chunks/8336-e69c4adb375513c5.js +0 -1
- package/.next/static/chunks/app/audit/page-e3445076d462aa80.js +0 -1
- package/.next/static/chunks/app/layout-7e681a7d621e2e09.js +0 -1
- package/.next/static/chunks/app/onboarding/page-69bd037838f9e996.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-dc406db1caaa8b38.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-b0ef88a66b2f0d1d.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-aa93ae31a8ee3c99.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-4526b98999cca3ad.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js +0 -1
- package/.next/static/chunks/app/roots/new/page-03431339c6cd8f24.js +0 -1
- package/.next/static/chunks/app/settings/page-a19a41e378e7d8a4.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-f9087c14a67b4dcd.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-f57871e8c1ab1f72.js +0 -1
- package/.next/static/chunks/app/utilities/page-ca382ce386f0d77c.js +0 -1
- /package/.next/static/{Phb9nqftdL6MOVwBc0yAc → fQIjUyzIepDxqQpzYlf6H}/_buildManifest.js +0 -0
- /package/.next/static/{Phb9nqftdL6MOVwBc0yAc → fQIjUyzIepDxqQpzYlf6H}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
fQIjUyzIepDxqQpzYlf6H
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/webpack-
|
|
4
|
+
"static/chunks/webpack-680c8fa1cf6aef64.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-680c8fa1cf6aef64.js",
|
|
12
12
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
13
13
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
14
14
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -16,124 +16,124 @@
|
|
|
16
16
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
17
17
|
"static/chunks/1217-407174d9b164a499.js",
|
|
18
18
|
"static/chunks/9411-af5f758c57741929.js",
|
|
19
|
-
"static/chunks/
|
|
20
|
-
"static/chunks/
|
|
21
|
-
"static/chunks/app/layout-
|
|
19
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
20
|
+
"static/chunks/5041-50b52df22f60e028.js",
|
|
21
|
+
"static/chunks/app/layout-d10a100470029f0e.js"
|
|
22
22
|
],
|
|
23
|
-
"/api/
|
|
24
|
-
"static/chunks/webpack-
|
|
23
|
+
"/api/agents/[agentId]/respond/route": [
|
|
24
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
25
25
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
26
26
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
27
27
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
28
|
-
"static/chunks/app/api/
|
|
28
|
+
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
29
29
|
],
|
|
30
|
-
"/api/
|
|
31
|
-
"static/chunks/webpack-
|
|
30
|
+
"/api/images/[rootId]/[file]/route": [
|
|
31
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
32
32
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
33
33
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
34
34
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
35
|
-
"static/chunks/app/api/
|
|
35
|
+
"static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
|
|
36
36
|
],
|
|
37
37
|
"/api/oauth/start/route": [
|
|
38
|
-
"static/chunks/webpack-
|
|
38
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
39
39
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
40
40
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
41
41
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
42
42
|
"static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
|
|
43
43
|
],
|
|
44
|
-
"/api/
|
|
45
|
-
"static/chunks/webpack-
|
|
46
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
47
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
48
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
49
|
-
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
50
|
-
],
|
|
51
|
-
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
52
|
-
"static/chunks/webpack-274d59f6d4391442.js",
|
|
44
|
+
"/api/oauth/callback/route": [
|
|
45
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
53
46
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
54
47
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
55
48
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
56
|
-
"static/chunks/app/api/
|
|
49
|
+
"static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
|
|
57
50
|
],
|
|
58
|
-
"/api/roots/[id]/
|
|
59
|
-
"static/chunks/webpack-
|
|
51
|
+
"/api/roots/[id]/chat/[topicId]/stop/route": [
|
|
52
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
60
53
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
61
54
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
62
55
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
63
|
-
"static/chunks/app/api/roots/[id]/
|
|
56
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
|
|
64
57
|
],
|
|
65
|
-
"/api/roots/[id]/chat/[topicId]/
|
|
66
|
-
"static/chunks/webpack-
|
|
58
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
59
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
67
60
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
68
61
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
69
62
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
70
|
-
"static/chunks/app/api/roots/[id]/chat/[topicId]/
|
|
63
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
|
|
71
64
|
],
|
|
72
65
|
"/api/roots/[id]/attachments/route": [
|
|
73
|
-
"static/chunks/webpack-
|
|
66
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
74
67
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
75
68
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
76
69
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
77
70
|
"static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
|
|
78
71
|
],
|
|
79
|
-
"/api/roots/[id]/
|
|
80
|
-
"static/chunks/webpack-
|
|
72
|
+
"/api/roots/[id]/dashboard/route": [
|
|
73
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
81
74
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
82
75
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
83
76
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
84
|
-
"static/chunks/app/api/roots/[id]/
|
|
77
|
+
"static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
|
|
85
78
|
],
|
|
86
|
-
"/api/
|
|
87
|
-
"static/chunks/webpack-
|
|
79
|
+
"/api/roots/[id]/suggestions/route": [
|
|
80
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
88
81
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
89
82
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
90
83
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
91
|
-
"static/chunks/app/api/
|
|
84
|
+
"static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
|
|
92
85
|
],
|
|
93
|
-
"/api/
|
|
94
|
-
"static/chunks/webpack-
|
|
86
|
+
"/api/utilities/[scope]/[id]/host-api.mjs/route": [
|
|
87
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
95
88
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
96
89
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
97
90
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
98
|
-
"static/chunks/app/api/
|
|
91
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
|
|
99
92
|
],
|
|
100
|
-
"/api/utilities/[scope]/[id]/
|
|
101
|
-
"static/chunks/webpack-
|
|
93
|
+
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
94
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
102
95
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
103
96
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
104
97
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
105
|
-
"static/chunks/app/api/utilities/[scope]/[id]/
|
|
98
|
+
"static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
|
|
106
99
|
],
|
|
107
100
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": [
|
|
108
|
-
"static/chunks/webpack-
|
|
101
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
109
102
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
110
103
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
111
104
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
112
105
|
"static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
|
|
113
106
|
],
|
|
114
107
|
"/api/utilities/[scope]/[id]/host/route": [
|
|
115
|
-
"static/chunks/webpack-
|
|
108
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
116
109
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
117
110
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
118
111
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
119
112
|
"static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
|
|
120
113
|
],
|
|
121
114
|
"/api/utilities/[scope]/[id]/iframe/route": [
|
|
122
|
-
"static/chunks/webpack-
|
|
115
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
123
116
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
124
117
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
125
118
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
126
119
|
"static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
|
|
127
120
|
],
|
|
128
121
|
"/api/utilities/[scope]/[id]/style.css/route": [
|
|
129
|
-
"static/chunks/webpack-
|
|
122
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
130
123
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
131
124
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
132
125
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
133
126
|
"static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
|
|
134
127
|
],
|
|
128
|
+
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
129
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
130
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
131
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
132
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
133
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
|
|
134
|
+
],
|
|
135
135
|
"/agents/[agentId]/page": [
|
|
136
|
-
"static/chunks/webpack-
|
|
136
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
137
137
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
138
138
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
139
139
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -144,65 +144,65 @@
|
|
|
144
144
|
"static/chunks/app/agents/[agentId]/page-5d6f4cb16b42d02b.js"
|
|
145
145
|
],
|
|
146
146
|
"/page": [
|
|
147
|
-
"static/chunks/webpack-
|
|
147
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
148
148
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
149
149
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
150
150
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
151
151
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
152
152
|
"static/chunks/1217-407174d9b164a499.js",
|
|
153
153
|
"static/chunks/9411-af5f758c57741929.js",
|
|
154
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
154
155
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
155
|
-
"static/chunks/
|
|
156
|
-
"static/chunks/
|
|
157
|
-
"static/chunks/
|
|
158
|
-
"static/chunks/app/page-ad10be3dfddf1726.js"
|
|
156
|
+
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
157
|
+
"static/chunks/7529-5e60df9bb54dac00.js",
|
|
158
|
+
"static/chunks/app/page-8551ff0fd6989e65.js"
|
|
159
159
|
],
|
|
160
160
|
"/onboarding/page": [
|
|
161
|
-
"static/chunks/webpack-
|
|
161
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
162
162
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
163
163
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
164
164
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
165
165
|
"static/chunks/9411-af5f758c57741929.js",
|
|
166
|
-
"static/chunks/
|
|
167
|
-
"static/chunks/app/onboarding/page-
|
|
166
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
167
|
+
"static/chunks/app/onboarding/page-a52d76f48c071f59.js"
|
|
168
168
|
],
|
|
169
|
-
"/
|
|
170
|
-
"static/chunks/webpack-
|
|
169
|
+
"/audit/page": [
|
|
170
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
171
171
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
172
172
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
173
173
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
174
174
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
175
175
|
"static/chunks/1217-407174d9b164a499.js",
|
|
176
|
-
"static/chunks/9411-af5f758c57741929.js",
|
|
177
176
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
178
|
-
"static/chunks/
|
|
179
|
-
"static/chunks/app/roots/new/page-03431339c6cd8f24.js"
|
|
177
|
+
"static/chunks/app/audit/page-8dcb779a1ca1f1d1.js"
|
|
180
178
|
],
|
|
181
|
-
"/
|
|
182
|
-
"static/chunks/webpack-
|
|
179
|
+
"/roots/new/page": [
|
|
180
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
183
181
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
184
182
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
185
183
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
186
184
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
187
185
|
"static/chunks/1217-407174d9b164a499.js",
|
|
186
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
187
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
188
188
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
189
|
-
"static/chunks/app/
|
|
189
|
+
"static/chunks/app/roots/new/page-4036140c7828948d.js"
|
|
190
190
|
],
|
|
191
191
|
"/settings/page": [
|
|
192
|
-
"static/chunks/webpack-
|
|
192
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
193
193
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
194
194
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
195
195
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
196
196
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
197
197
|
"static/chunks/1217-407174d9b164a499.js",
|
|
198
198
|
"static/chunks/9411-af5f758c57741929.js",
|
|
199
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
199
200
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
200
|
-
"static/chunks/
|
|
201
|
-
"static/chunks/
|
|
202
|
-
"static/chunks/app/settings/page-a19a41e378e7d8a4.js"
|
|
201
|
+
"static/chunks/6231-d572db56a0a44f92.js",
|
|
202
|
+
"static/chunks/app/settings/page-175f2087baeb2328.js"
|
|
203
203
|
],
|
|
204
204
|
"/share/[id]/file/page": [
|
|
205
|
-
"static/chunks/webpack-
|
|
205
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
206
206
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
207
207
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
208
208
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -210,123 +210,124 @@
|
|
|
210
210
|
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
211
211
|
],
|
|
212
212
|
"/share/[id]/page": [
|
|
213
|
-
"static/chunks/webpack-
|
|
213
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
214
214
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
215
215
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
216
216
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
217
217
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
218
218
|
"static/chunks/9411-af5f758c57741929.js",
|
|
219
|
-
"static/chunks/
|
|
220
|
-
"static/chunks/
|
|
221
|
-
"static/chunks/app/share/[id]/page-
|
|
219
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
220
|
+
"static/chunks/7544-361ab91088caf4e2.js",
|
|
221
|
+
"static/chunks/app/share/[id]/page-5f86538339553350.js"
|
|
222
222
|
],
|
|
223
|
-
"/utilities/
|
|
224
|
-
"static/chunks/webpack-
|
|
223
|
+
"/utilities/page": [
|
|
224
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
225
225
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
226
226
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
227
227
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
228
228
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
229
229
|
"static/chunks/1217-407174d9b164a499.js",
|
|
230
230
|
"static/chunks/9411-af5f758c57741929.js",
|
|
231
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
231
232
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
232
|
-
"static/chunks/
|
|
233
|
-
"static/chunks/7703-d9e4d0e072aed92d.js",
|
|
234
|
-
"static/chunks/app/utilities/[scope]/[id]/page-f57871e8c1ab1f72.js"
|
|
233
|
+
"static/chunks/app/utilities/page-cbd341f4f56941a0.js"
|
|
235
234
|
],
|
|
236
|
-
"/utilities/page": [
|
|
237
|
-
"static/chunks/webpack-
|
|
235
|
+
"/utilities/[scope]/[id]/page": [
|
|
236
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
238
237
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
239
238
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
240
239
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
241
240
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
242
241
|
"static/chunks/1217-407174d9b164a499.js",
|
|
243
242
|
"static/chunks/9411-af5f758c57741929.js",
|
|
243
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
244
244
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
245
|
-
"static/chunks/
|
|
246
|
-
"static/chunks/app/utilities/page-
|
|
245
|
+
"static/chunks/7544-361ab91088caf4e2.js",
|
|
246
|
+
"static/chunks/app/utilities/[scope]/[id]/page-223495e5566167ef.js"
|
|
247
247
|
],
|
|
248
248
|
"/roots/[id]/layout": [
|
|
249
|
-
"static/chunks/webpack-
|
|
249
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
250
250
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
251
251
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
252
252
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
253
253
|
"static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js"
|
|
254
254
|
],
|
|
255
255
|
"/roots/[id]/chat/[topicId]/page": [
|
|
256
|
-
"static/chunks/webpack-
|
|
256
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
257
257
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
258
258
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
259
259
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
260
260
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
261
261
|
"static/chunks/1217-407174d9b164a499.js",
|
|
262
262
|
"static/chunks/9411-af5f758c57741929.js",
|
|
263
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
263
264
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
264
|
-
"static/chunks/
|
|
265
|
-
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
265
|
+
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
266
266
|
"static/chunks/8775-890699c74c28df61.js",
|
|
267
267
|
"static/chunks/6568-e4d2de23d9f8d347.js",
|
|
268
|
-
"static/chunks/
|
|
269
|
-
"static/chunks/
|
|
270
|
-
"static/chunks/
|
|
271
|
-
"static/chunks/app/roots/[id]/chat/[topicId]/page-
|
|
268
|
+
"static/chunks/7529-5e60df9bb54dac00.js",
|
|
269
|
+
"static/chunks/5475-fd7801895adb058e.js",
|
|
270
|
+
"static/chunks/83-c3e4801d1362769d.js",
|
|
271
|
+
"static/chunks/app/roots/[id]/chat/[topicId]/page-ca235f5f1d523635.js"
|
|
272
272
|
],
|
|
273
|
-
"/roots/[id]/
|
|
274
|
-
"static/chunks/webpack-
|
|
273
|
+
"/roots/[id]/page": [
|
|
274
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
275
275
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
276
276
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
277
277
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
278
278
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
279
279
|
"static/chunks/1217-407174d9b164a499.js",
|
|
280
280
|
"static/chunks/9411-af5f758c57741929.js",
|
|
281
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
281
282
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
282
|
-
"static/chunks/
|
|
283
|
-
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
283
|
+
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
284
284
|
"static/chunks/8775-890699c74c28df61.js",
|
|
285
|
-
"static/chunks/
|
|
286
|
-
"static/chunks/
|
|
287
|
-
"static/chunks/
|
|
288
|
-
"static/chunks/
|
|
285
|
+
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
286
|
+
"static/chunks/7529-5e60df9bb54dac00.js",
|
|
287
|
+
"static/chunks/5475-fd7801895adb058e.js",
|
|
288
|
+
"static/chunks/83-c3e4801d1362769d.js",
|
|
289
|
+
"static/chunks/1215-6bf6c0997a3966b5.js",
|
|
290
|
+
"static/chunks/app/roots/[id]/page-9b4a28b335dd8190.js"
|
|
289
291
|
],
|
|
290
|
-
"/roots/[id]/page": [
|
|
291
|
-
"static/chunks/webpack-
|
|
292
|
+
"/roots/[id]/workflows/[wfId]/page": [
|
|
293
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
292
294
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
293
295
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
294
296
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
295
297
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
296
298
|
"static/chunks/1217-407174d9b164a499.js",
|
|
297
299
|
"static/chunks/9411-af5f758c57741929.js",
|
|
300
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
298
301
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
299
|
-
"static/chunks/
|
|
300
|
-
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
301
|
-
"static/chunks/8775-890699c74c28df61.js",
|
|
302
|
-
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
303
|
-
"static/chunks/5822-6d9ec5c9f0cc673f.js",
|
|
304
|
-
"static/chunks/8336-e69c4adb375513c5.js",
|
|
305
|
-
"static/chunks/8302-4918fb0ed8cc2283.js",
|
|
306
|
-
"static/chunks/2390-079e9ccc8bd20e63.js",
|
|
307
|
-
"static/chunks/app/roots/[id]/page-aa93ae31a8ee3c99.js"
|
|
302
|
+
"static/chunks/app/roots/[id]/workflows/[wfId]/page-ab2801337dc9cc52.js"
|
|
308
303
|
],
|
|
309
|
-
"/roots/[id]/
|
|
310
|
-
"static/chunks/webpack-
|
|
304
|
+
"/roots/[id]/kb/[...slug]/page": [
|
|
305
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
311
306
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
312
307
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
313
308
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
314
309
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
315
310
|
"static/chunks/1217-407174d9b164a499.js",
|
|
316
311
|
"static/chunks/9411-af5f758c57741929.js",
|
|
312
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
317
313
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
318
|
-
"static/chunks/
|
|
319
|
-
"static/chunks/
|
|
314
|
+
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
315
|
+
"static/chunks/8775-890699c74c28df61.js",
|
|
316
|
+
"static/chunks/7529-5e60df9bb54dac00.js",
|
|
317
|
+
"static/chunks/5475-fd7801895adb058e.js",
|
|
318
|
+
"static/chunks/1215-6bf6c0997a3966b5.js",
|
|
319
|
+
"static/chunks/app/roots/[id]/kb/[...slug]/page-aebc35e79e6e16d6.js"
|
|
320
320
|
],
|
|
321
321
|
"/roots/[id]/workflows/page": [
|
|
322
|
-
"static/chunks/webpack-
|
|
322
|
+
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
323
323
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
324
324
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
325
325
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
326
326
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
327
327
|
"static/chunks/1217-407174d9b164a499.js",
|
|
328
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
328
329
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
329
|
-
"static/chunks/app/roots/[id]/workflows/page-
|
|
330
|
+
"static/chunks/app/roots/[id]/workflows/page-85f4eb885ecb80a1.js"
|
|
330
331
|
]
|
|
331
332
|
}
|
|
332
333
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
|
+
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
3
4
|
"/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
|
|
4
|
-
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
5
5
|
"/api/oauth/start/route": "/api/oauth/start",
|
|
6
|
-
"/api/
|
|
7
|
-
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
8
|
-
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
6
|
+
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
9
7
|
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
8
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
10
9
|
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
10
|
+
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
11
11
|
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
12
|
-
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
13
|
-
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
14
12
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
13
|
+
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
15
14
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
|
|
16
15
|
"/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
|
|
17
16
|
"/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
|
|
18
17
|
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
18
|
+
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
19
19
|
"/agents/[agentId]/page": "/agents/[agentId]",
|
|
20
20
|
"/page": "/",
|
|
21
21
|
"/onboarding/page": "/onboarding",
|
|
22
|
-
"/roots/new/page": "/roots/new",
|
|
23
22
|
"/audit/page": "/audit",
|
|
23
|
+
"/roots/new/page": "/roots/new",
|
|
24
24
|
"/settings/page": "/settings",
|
|
25
25
|
"/share/[id]/file/page": "/share/[id]/file",
|
|
26
26
|
"/share/[id]/page": "/share/[id]",
|
|
27
|
-
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
28
27
|
"/utilities/page": "/utilities",
|
|
28
|
+
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
29
29
|
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
|
|
30
|
-
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
31
30
|
"/roots/[id]/page": "/roots/[id]",
|
|
32
31
|
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
|
|
32
|
+
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
33
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/
|
|
9
|
-
"static/
|
|
8
|
+
"static/fQIjUyzIepDxqQpzYlf6H/_buildManifest.js",
|
|
9
|
+
"static/fQIjUyzIepDxqQpzYlf6H/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
12
|
+
"static/chunks/webpack-680c8fa1cf6aef64.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-680c8fa1cf6aef64.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-680c8fa1cf6aef64.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": "f4a959adf1f5c27690bb420c4bfe67de",
|
|
59
|
+
"previewModeSigningKey": "88e4cecfd6a345130930e3ba666b74935397b8bfc25ce07aa8eebc8c03cc143b",
|
|
60
|
+
"previewModeEncryptionKey": "2b62785d036d479fbff07a27320b31d9e8def4aeebf3d1206d796cb3cd65cc0d"
|
|
61
61
|
}
|
|
62
62
|
}
|