reflex-agent 0.10.0 → 0.13.2
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 +161 -134
- package/.next/app-path-routes-manifest.json +10 -9
- package/.next/build-manifest.json +5 -5
- package/.next/prerender-manifest.json +7 -7
- package/.next/react-loadable-manifest.json +1 -1
- package/.next/routes-manifest.json +8 -0
- 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 -2
- 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.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_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.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 -1
- 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 -2
- 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 -1
- 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.js +4 -4
- 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 -3
- 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 +2 -0
- package/.next/server/app/roots/[id]/memory/page.js.nft.json +1 -0
- package/.next/server/app/roots/[id]/memory/page_client-reference-manifest.js +1 -0
- 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 +5 -5
- 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 +10 -9
- package/.next/server/chunks/1105.js +1 -1
- package/.next/server/chunks/1116.js +1 -0
- package/.next/server/chunks/1244.js +1 -1
- package/.next/server/chunks/1358.js +1 -1
- package/.next/server/chunks/2455.js +4 -0
- package/.next/server/chunks/2485.js +51 -2
- package/.next/server/chunks/2552.js +1 -1
- package/.next/server/chunks/269.js +1 -0
- package/.next/server/chunks/285.js +67 -16
- package/.next/server/chunks/3240.js +1 -1
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/4031.js +46 -2
- package/.next/server/chunks/{5470.js → 4460.js} +3 -3
- package/.next/server/chunks/4812.js +2 -2
- package/.next/server/chunks/4925.js +1 -1
- package/.next/server/chunks/5082.js +1 -0
- package/.next/server/chunks/5172.js +1 -0
- package/.next/server/chunks/569.js +1 -1
- package/.next/server/chunks/6880.js +3 -0
- package/.next/server/chunks/7188.js +1 -1
- package/.next/server/chunks/7220.js +1 -1
- package/.next/server/chunks/7358.js +13 -12
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9157.js +1 -0
- package/.next/server/chunks/9809.js +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/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/124-15fc36c432df3dbf.js +1 -0
- package/.next/static/chunks/{3954-fe27ff41d9bf012d.js → 2038-0849f9c03cc8d6ab.js} +1 -1
- package/.next/static/chunks/2084-7233d5537043daca.js +1 -0
- package/.next/static/chunks/4108.dc018213e45cb33d.js +1 -0
- package/.next/static/chunks/4678-15402b9832b27389.js +1 -0
- package/.next/static/chunks/4728-bc5cf7af49fca773.js +1 -0
- package/.next/static/chunks/{5235-990ba9c4c8446446.js → 6231-d572db56a0a44f92.js} +2 -2
- package/.next/static/chunks/6785-9a72b10489bc9c60.js +1 -0
- package/.next/static/chunks/951-5ff2aaad965fedb7.js +1 -0
- package/.next/static/chunks/{5097-f07f6aeee3f60a33.js → 9776-e3882c1c63293e0a.js} +1 -1
- package/.next/static/chunks/9813-b766d258f203cf47.js +1 -0
- package/.next/static/chunks/9819-9c9fce1bc9bfd112.js +1 -0
- package/.next/static/chunks/app/agents/[agentId]/{page-5d6f4cb16b42d02b.js → page-2ee5d78dc94253c5.js} +1 -1
- package/.next/static/chunks/app/audit/page-9bac9e3674f0fae9.js +1 -0
- package/.next/static/chunks/app/layout-2a915770c355308f.js +1 -0
- package/.next/static/chunks/app/onboarding/page-863f1b600bf234e0.js +1 -0
- package/.next/static/chunks/app/page-13508f16cf38f321.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-3be786d8da8f76d5.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-46920cb7c416ea8a.js +1 -0
- package/.next/static/chunks/app/roots/[id]/memory/page-8391c646562e05f2.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-22fd50b40a9d7da1.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-7efe470b18d48df2.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/page-8783e266b597fb1a.js +1 -0
- package/.next/static/chunks/app/roots/new/page-f3fc15595bc31190.js +1 -0
- package/.next/static/chunks/app/settings/page-ef1f77cbd60deaa7.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-517af2077ca1619b.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-cd2a7884a45d7e3d.js +1 -0
- package/.next/static/chunks/app/utilities/page-d6d31ca1ba920ef9.js +1 -0
- package/.next/static/chunks/{webpack-ab6092bb760ab431.js → webpack-96a46ed6f170dc97.js} +1 -1
- package/.next/static/css/6144318015aa8092.css +1 -0
- package/.next/trace +90 -89
- package/.next/types/app/roots/[id]/memory/page.ts +84 -0
- package/.next/types/routes.d.ts +2 -1
- package/.next/types/validator.ts +9 -0
- package/README.md +147 -32
- package/dist/lib/reflex/agents/prompts.js +25 -0
- package/dist/lib/reflex/agents/prompts.js.map +1 -1
- package/dist/lib/reflex/prompts/defaults.js +2 -1
- package/dist/lib/reflex/prompts/defaults.js.map +1 -1
- package/package.json +1 -1
- package/.next/server/chunks/1198.js +0 -1
- package/.next/server/chunks/2722.js +0 -1
- package/.next/server/chunks/5090.js +0 -1
- package/.next/server/chunks/5934.js +0 -1
- package/.next/server/chunks/6622.js +0 -3
- package/.next/server/chunks/9333.js +0 -4
- package/.next/static/chunks/1166-5f91e07573aba5c2.js +0 -1
- package/.next/static/chunks/1217-407174d9b164a499.js +0 -1
- package/.next/static/chunks/1316-fbbc7e5231784e28.js +0 -1
- package/.next/static/chunks/1520-eeab8b7f39ffea7b.js +0 -1
- package/.next/static/chunks/4108.5478f85adbbd1337.js +0 -1
- package/.next/static/chunks/5779-5be906c67d9d3c80.js +0 -1
- package/.next/static/chunks/6445-99824866a51b582a.js +0 -1
- package/.next/static/chunks/6594-fcdf71ca82322736.js +0 -1
- package/.next/static/chunks/app/audit/page-e3445076d462aa80.js +0 -1
- package/.next/static/chunks/app/layout-5e299e9b79abfedf.js +0 -1
- package/.next/static/chunks/app/onboarding/page-1cde2db95ed14b64.js +0 -1
- package/.next/static/chunks/app/page-1ea9bd7d8a2c7e0d.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-5e805f15e4b1cdf6.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-9424547b67be2a76.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-c3140c542b7fc06d.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-4da7b5a46cbaf70c.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js +0 -1
- package/.next/static/chunks/app/roots/new/page-ed360b415bf7fe38.js +0 -1
- package/.next/static/chunks/app/settings/page-27ef527431277f6b.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-70b32c2d1c5819a4.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-3f219cbd957603ef.js +0 -1
- package/.next/static/chunks/app/utilities/page-5f8903782a48ebac.js +0 -1
- package/.next/static/css/2bc00775af31f40f.css +0 -1
- /package/.next/static/{l_M5u154jKhXKvK6-kjlW → 14BmONHeyoAOMNd2xJOGC}/_buildManifest.js +0 -0
- /package/.next/static/{l_M5u154jKhXKvK6-kjlW → 14BmONHeyoAOMNd2xJOGC}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
14BmONHeyoAOMNd2xJOGC
|
|
@@ -1,332 +1,359 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/webpack-
|
|
4
|
+
"static/chunks/webpack-96a46ed6f170dc97.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-96a46ed6f170dc97.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/6144318015aa8092.css",
|
|
16
16
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
17
|
-
"static/chunks/
|
|
17
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
18
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
19
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
18
20
|
"static/chunks/9411-af5f758c57741929.js",
|
|
19
|
-
"static/chunks/
|
|
20
|
-
"static/chunks/
|
|
21
|
-
"static/chunks/app/layout-5e299e9b79abfedf.js"
|
|
21
|
+
"static/chunks/951-5ff2aaad965fedb7.js",
|
|
22
|
+
"static/chunks/app/layout-2a915770c355308f.js"
|
|
22
23
|
],
|
|
23
24
|
"/api/images/[rootId]/[file]/route": [
|
|
24
|
-
"static/chunks/webpack-
|
|
25
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
25
26
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
26
27
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
27
28
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
28
29
|
"static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
|
|
29
30
|
],
|
|
30
|
-
"/api/oauth/callback/route": [
|
|
31
|
-
"static/chunks/webpack-ab6092bb760ab431.js",
|
|
32
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
33
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
34
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
35
|
-
"static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
|
|
36
|
-
],
|
|
37
31
|
"/api/oauth/start/route": [
|
|
38
|
-
"static/chunks/webpack-
|
|
32
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
39
33
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
40
34
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
41
35
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
42
36
|
"static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
|
|
43
37
|
],
|
|
44
38
|
"/api/agents/[agentId]/respond/route": [
|
|
45
|
-
"static/chunks/webpack-
|
|
39
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
46
40
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
47
41
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
48
42
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
49
43
|
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
50
44
|
],
|
|
51
45
|
"/api/roots/[id]/chat/[topicId]/stop/route": [
|
|
52
|
-
"static/chunks/webpack-
|
|
46
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
53
47
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
54
48
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
55
49
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
56
50
|
"static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
|
|
57
51
|
],
|
|
52
|
+
"/api/oauth/callback/route": [
|
|
53
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
54
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
55
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
56
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
57
|
+
"static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
|
|
58
|
+
],
|
|
59
|
+
"/api/roots/[id]/attachments/route": [
|
|
60
|
+
"static/chunks/webpack-96a46ed6f170dc97.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]/attachments/route-7e2f82a91b10b7e2.js"
|
|
65
|
+
],
|
|
58
66
|
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
59
|
-
"static/chunks/webpack-
|
|
67
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
60
68
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
61
69
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
62
70
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
63
71
|
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
|
|
64
72
|
],
|
|
65
73
|
"/api/roots/[id]/dashboard/route": [
|
|
66
|
-
"static/chunks/webpack-
|
|
74
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
67
75
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
68
76
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
69
77
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
70
78
|
"static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
|
|
71
79
|
],
|
|
72
|
-
"/api/roots/[id]/
|
|
73
|
-
"static/chunks/webpack-
|
|
80
|
+
"/api/roots/[id]/suggestions/route": [
|
|
81
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
74
82
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
75
83
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
76
84
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
77
|
-
"static/chunks/app/api/roots/[id]/
|
|
85
|
+
"static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
|
|
78
86
|
],
|
|
79
|
-
"/api/
|
|
80
|
-
"static/chunks/webpack-
|
|
87
|
+
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
88
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
81
89
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
82
90
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
83
91
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
84
|
-
"static/chunks/app/api/
|
|
92
|
+
"static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
|
|
85
93
|
],
|
|
86
94
|
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
87
|
-
"static/chunks/webpack-
|
|
95
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
88
96
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
89
97
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
90
98
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
91
99
|
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
|
|
92
100
|
],
|
|
93
101
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": [
|
|
94
|
-
"static/chunks/webpack-
|
|
102
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
95
103
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
96
104
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
97
105
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
98
106
|
"static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
|
|
99
107
|
],
|
|
100
|
-
"/api/utilities/[scope]/[id]/
|
|
101
|
-
"static/chunks/webpack-
|
|
108
|
+
"/api/utilities/[scope]/[id]/host-ui.mjs/route": [
|
|
109
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
102
110
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
103
111
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
104
112
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
105
|
-
"static/chunks/app/api/utilities/[scope]/[id]/
|
|
113
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
|
|
106
114
|
],
|
|
107
|
-
"/api/utilities/[scope]/[id]/
|
|
108
|
-
"static/chunks/webpack-
|
|
115
|
+
"/api/utilities/[scope]/[id]/style.css/route": [
|
|
116
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
109
117
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
110
118
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
111
119
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
112
|
-
"static/chunks/app/api/utilities/[scope]/[id]/
|
|
120
|
+
"static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
|
|
113
121
|
],
|
|
114
122
|
"/api/utilities/[scope]/[id]/host/route": [
|
|
115
|
-
"static/chunks/webpack-
|
|
123
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
116
124
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
117
125
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
118
126
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
119
127
|
"static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
|
|
120
128
|
],
|
|
121
129
|
"/api/utilities/[scope]/[id]/iframe/route": [
|
|
122
|
-
"static/chunks/webpack-
|
|
130
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
123
131
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
124
132
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
125
133
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
126
134
|
"static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
|
|
127
135
|
],
|
|
128
|
-
"/api/utilities/[scope]/[id]/style.css/route": [
|
|
129
|
-
"static/chunks/webpack-ab6092bb760ab431.js",
|
|
130
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
131
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
132
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
133
|
-
"static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
|
|
134
|
-
],
|
|
135
136
|
"/agents/[agentId]/page": [
|
|
136
|
-
"static/chunks/webpack-
|
|
137
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
137
138
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
138
139
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
139
140
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
140
141
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
141
|
-
"static/chunks/
|
|
142
|
-
"static/chunks/
|
|
142
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
143
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
143
144
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
144
|
-
"static/chunks/
|
|
145
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
146
|
+
"static/chunks/app/agents/[agentId]/page-2ee5d78dc94253c5.js"
|
|
145
147
|
],
|
|
146
148
|
"/page": [
|
|
147
|
-
"static/chunks/webpack-
|
|
149
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
148
150
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
149
151
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
150
152
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
151
153
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
152
|
-
"static/chunks/
|
|
153
|
-
"static/chunks/
|
|
154
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
155
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
156
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
154
157
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
155
|
-
"static/chunks/
|
|
156
|
-
"static/chunks/
|
|
157
|
-
"static/chunks/
|
|
158
|
-
"static/chunks/app/page-
|
|
158
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
159
|
+
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
160
|
+
"static/chunks/2084-7233d5537043daca.js",
|
|
161
|
+
"static/chunks/app/page-13508f16cf38f321.js"
|
|
159
162
|
],
|
|
160
163
|
"/onboarding/page": [
|
|
161
|
-
"static/chunks/webpack-
|
|
164
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
162
165
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
163
166
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
164
167
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
168
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
165
169
|
"static/chunks/9411-af5f758c57741929.js",
|
|
166
|
-
"static/chunks/
|
|
167
|
-
"static/chunks/app/onboarding/page-1cde2db95ed14b64.js"
|
|
170
|
+
"static/chunks/app/onboarding/page-863f1b600bf234e0.js"
|
|
168
171
|
],
|
|
169
|
-
"/
|
|
170
|
-
"static/chunks/webpack-
|
|
172
|
+
"/roots/new/page": [
|
|
173
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
171
174
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
172
175
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
173
176
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
174
177
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
175
|
-
"static/chunks/
|
|
178
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
179
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
180
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
176
181
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
177
|
-
"static/chunks/
|
|
182
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
183
|
+
"static/chunks/app/roots/new/page-f3fc15595bc31190.js"
|
|
178
184
|
],
|
|
179
|
-
"/
|
|
180
|
-
"static/chunks/webpack-
|
|
185
|
+
"/settings/page": [
|
|
186
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
181
187
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
182
188
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
183
189
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
184
190
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
185
|
-
"static/chunks/
|
|
186
|
-
"static/chunks/
|
|
191
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
192
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
193
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
187
194
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
188
|
-
"static/chunks/
|
|
189
|
-
"static/chunks/
|
|
195
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
196
|
+
"static/chunks/6231-d572db56a0a44f92.js",
|
|
197
|
+
"static/chunks/app/settings/page-ef1f77cbd60deaa7.js"
|
|
190
198
|
],
|
|
191
|
-
"/
|
|
192
|
-
"static/chunks/webpack-
|
|
199
|
+
"/audit/page": [
|
|
200
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
193
201
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
194
202
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
195
203
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
196
204
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
197
|
-
"static/chunks/
|
|
198
|
-
"static/chunks/
|
|
205
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
206
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
199
207
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
200
|
-
"static/chunks/
|
|
201
|
-
"static/chunks/5235-990ba9c4c8446446.js",
|
|
202
|
-
"static/chunks/app/settings/page-27ef527431277f6b.js"
|
|
208
|
+
"static/chunks/app/audit/page-9bac9e3674f0fae9.js"
|
|
203
209
|
],
|
|
204
|
-
"/
|
|
205
|
-
"static/chunks/webpack-
|
|
210
|
+
"/share/[id]/file/page": [
|
|
211
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
206
212
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
207
213
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
208
214
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
209
215
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
210
|
-
"static/chunks/
|
|
211
|
-
"static/chunks/9411-af5f758c57741929.js",
|
|
212
|
-
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
213
|
-
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
214
|
-
"static/chunks/app/utilities/page-5f8903782a48ebac.js"
|
|
216
|
+
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
215
217
|
],
|
|
216
218
|
"/share/[id]/page": [
|
|
217
|
-
"static/chunks/webpack-
|
|
219
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
218
220
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
219
221
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
220
222
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
221
223
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
224
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
225
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
222
226
|
"static/chunks/9411-af5f758c57741929.js",
|
|
223
|
-
"static/chunks/
|
|
224
|
-
"static/chunks/
|
|
225
|
-
"static/chunks/app/share/[id]/page-70b32c2d1c5819a4.js"
|
|
227
|
+
"static/chunks/9813-b766d258f203cf47.js",
|
|
228
|
+
"static/chunks/app/share/[id]/page-517af2077ca1619b.js"
|
|
226
229
|
],
|
|
227
230
|
"/utilities/[scope]/[id]/page": [
|
|
228
|
-
"static/chunks/webpack-
|
|
231
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
229
232
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
230
233
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
231
234
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
232
235
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
233
|
-
"static/chunks/
|
|
234
|
-
"static/chunks/
|
|
236
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
237
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
238
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
235
239
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
236
|
-
"static/chunks/
|
|
237
|
-
"static/chunks/
|
|
238
|
-
"static/chunks/app/utilities/[scope]/[id]/page-
|
|
240
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
241
|
+
"static/chunks/9813-b766d258f203cf47.js",
|
|
242
|
+
"static/chunks/app/utilities/[scope]/[id]/page-cd2a7884a45d7e3d.js"
|
|
239
243
|
],
|
|
240
|
-
"/
|
|
241
|
-
"static/chunks/webpack-
|
|
244
|
+
"/utilities/page": [
|
|
245
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
242
246
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
243
247
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
244
248
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
245
249
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
246
|
-
"static/chunks/
|
|
250
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
251
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
252
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
253
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
254
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
255
|
+
"static/chunks/app/utilities/page-d6d31ca1ba920ef9.js"
|
|
247
256
|
],
|
|
248
257
|
"/roots/[id]/layout": [
|
|
249
|
-
"static/chunks/webpack-
|
|
258
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
250
259
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
251
260
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
252
261
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
253
262
|
"static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js"
|
|
254
263
|
],
|
|
255
|
-
"/roots/[id]/page": [
|
|
256
|
-
"static/chunks/webpack-
|
|
264
|
+
"/roots/[id]/kb/[...slug]/page": [
|
|
265
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
257
266
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
258
267
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
259
268
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
260
269
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
261
|
-
"static/chunks/
|
|
270
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
271
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
272
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
273
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
262
274
|
"static/chunks/9411-af5f758c57741929.js",
|
|
275
|
+
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
276
|
+
"static/chunks/8775-890699c74c28df61.js",
|
|
277
|
+
"static/chunks/2084-7233d5537043daca.js",
|
|
278
|
+
"static/chunks/9819-9c9fce1bc9bfd112.js",
|
|
279
|
+
"static/chunks/124-15fc36c432df3dbf.js",
|
|
280
|
+
"static/chunks/app/roots/[id]/kb/[...slug]/page-46920cb7c416ea8a.js"
|
|
281
|
+
],
|
|
282
|
+
"/roots/[id]/page": [
|
|
283
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
284
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
285
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
286
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
287
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
288
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
289
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
290
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
263
291
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
264
|
-
"static/chunks/
|
|
265
|
-
"static/chunks/
|
|
292
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
293
|
+
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
266
294
|
"static/chunks/8775-890699c74c28df61.js",
|
|
267
295
|
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
268
|
-
"static/chunks/
|
|
269
|
-
"static/chunks/
|
|
270
|
-
"static/chunks/
|
|
271
|
-
"static/chunks/
|
|
272
|
-
"static/chunks/app/roots/[id]/page-
|
|
296
|
+
"static/chunks/2084-7233d5537043daca.js",
|
|
297
|
+
"static/chunks/9819-9c9fce1bc9bfd112.js",
|
|
298
|
+
"static/chunks/4728-bc5cf7af49fca773.js",
|
|
299
|
+
"static/chunks/124-15fc36c432df3dbf.js",
|
|
300
|
+
"static/chunks/app/roots/[id]/page-22fd50b40a9d7da1.js"
|
|
273
301
|
],
|
|
274
302
|
"/roots/[id]/chat/[topicId]/page": [
|
|
275
|
-
"static/chunks/webpack-
|
|
303
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
276
304
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
277
305
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
278
306
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
279
307
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
280
|
-
"static/chunks/
|
|
281
|
-
"static/chunks/
|
|
308
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
309
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
310
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
282
311
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
283
|
-
"static/chunks/
|
|
284
|
-
"static/chunks/
|
|
312
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
313
|
+
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
285
314
|
"static/chunks/8775-890699c74c28df61.js",
|
|
286
315
|
"static/chunks/6568-e4d2de23d9f8d347.js",
|
|
287
|
-
"static/chunks/
|
|
288
|
-
"static/chunks/
|
|
289
|
-
"static/chunks/
|
|
290
|
-
"static/chunks/app/roots/[id]/chat/[topicId]/page-
|
|
316
|
+
"static/chunks/2084-7233d5537043daca.js",
|
|
317
|
+
"static/chunks/9819-9c9fce1bc9bfd112.js",
|
|
318
|
+
"static/chunks/4728-bc5cf7af49fca773.js",
|
|
319
|
+
"static/chunks/app/roots/[id]/chat/[topicId]/page-3be786d8da8f76d5.js"
|
|
291
320
|
],
|
|
292
|
-
"/roots/[id]/
|
|
293
|
-
"static/chunks/webpack-
|
|
321
|
+
"/roots/[id]/workflows/[wfId]/page": [
|
|
322
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
294
323
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
295
324
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
296
325
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
297
326
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
298
|
-
"static/chunks/
|
|
299
|
-
"static/chunks/
|
|
327
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
328
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
329
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
300
330
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
301
|
-
"static/chunks/
|
|
302
|
-
"static/chunks/
|
|
303
|
-
"static/chunks/8775-890699c74c28df61.js",
|
|
304
|
-
"static/chunks/5779-5be906c67d9d3c80.js",
|
|
305
|
-
"static/chunks/6594-fcdf71ca82322736.js",
|
|
306
|
-
"static/chunks/1316-fbbc7e5231784e28.js",
|
|
307
|
-
"static/chunks/app/roots/[id]/kb/[...slug]/page-9424547b67be2a76.js"
|
|
331
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
332
|
+
"static/chunks/app/roots/[id]/workflows/[wfId]/page-7efe470b18d48df2.js"
|
|
308
333
|
],
|
|
309
334
|
"/roots/[id]/workflows/page": [
|
|
310
|
-
"static/chunks/webpack-
|
|
335
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
311
336
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
312
337
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
313
338
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
314
339
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
315
|
-
"static/chunks/
|
|
340
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
341
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
342
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
316
343
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
317
|
-
"static/chunks/app/roots/[id]/workflows/page-
|
|
344
|
+
"static/chunks/app/roots/[id]/workflows/page-8783e266b597fb1a.js"
|
|
318
345
|
],
|
|
319
|
-
"/roots/[id]/
|
|
320
|
-
"static/chunks/webpack-
|
|
346
|
+
"/roots/[id]/memory/page": [
|
|
347
|
+
"static/chunks/webpack-96a46ed6f170dc97.js",
|
|
321
348
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
322
349
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
323
350
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
324
351
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
325
|
-
"static/chunks/
|
|
326
|
-
"static/chunks/
|
|
352
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
353
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
354
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
327
355
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
328
|
-
"static/chunks/
|
|
329
|
-
"static/chunks/app/roots/[id]/workflows/[wfId]/page-4da7b5a46cbaf70c.js"
|
|
356
|
+
"static/chunks/app/roots/[id]/memory/page-8391c646562e05f2.js"
|
|
330
357
|
]
|
|
331
358
|
}
|
|
332
359
|
}
|
|
@@ -1,34 +1,35 @@
|
|
|
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",
|
|
6
5
|
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
7
6
|
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
7
|
+
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
8
|
+
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
8
9
|
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
9
10
|
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
10
|
-
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
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",
|
|
12
13
|
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
13
14
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
14
|
-
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
15
15
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
|
|
16
|
+
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
16
17
|
"/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
|
|
17
18
|
"/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
|
|
18
|
-
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
19
19
|
"/agents/[agentId]/page": "/agents/[agentId]",
|
|
20
20
|
"/page": "/",
|
|
21
21
|
"/onboarding/page": "/onboarding",
|
|
22
|
-
"/audit/page": "/audit",
|
|
23
22
|
"/roots/new/page": "/roots/new",
|
|
24
23
|
"/settings/page": "/settings",
|
|
25
|
-
"/
|
|
24
|
+
"/audit/page": "/audit",
|
|
25
|
+
"/share/[id]/file/page": "/share/[id]/file",
|
|
26
26
|
"/share/[id]/page": "/share/[id]",
|
|
27
27
|
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
28
|
-
"/
|
|
28
|
+
"/utilities/page": "/utilities",
|
|
29
|
+
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
29
30
|
"/roots/[id]/page": "/roots/[id]",
|
|
30
31
|
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
|
|
31
|
-
"/roots/[id]/
|
|
32
|
+
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
|
|
32
33
|
"/roots/[id]/workflows/page": "/roots/[id]/workflows",
|
|
33
|
-
"/roots/[id]/
|
|
34
|
+
"/roots/[id]/memory/page": "/roots/[id]/memory"
|
|
34
35
|
}
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/14BmONHeyoAOMNd2xJOGC/_buildManifest.js",
|
|
9
|
+
"static/14BmONHeyoAOMNd2xJOGC/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
12
|
+
"static/chunks/webpack-96a46ed6f170dc97.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-96a46ed6f170dc97.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-96a46ed6f170dc97.js",
|
|
27
27
|
"static/chunks/framework-aaa7c1a953276299.js",
|
|
28
28
|
"static/chunks/main-bfb98fc1d6aa1d45.js",
|
|
29
29
|
"static/chunks/pages/_error-da89ab2956f0cf38.js"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"version": 4,
|
|
3
3
|
"routes": {},
|
|
4
4
|
"dynamicRoutes": {
|
|
5
|
-
"/api/utilities/[scope]/[id]/host-
|
|
5
|
+
"/api/utilities/[scope]/[id]/host-ui.mjs": {
|
|
6
6
|
"experimentalBypassFor": [
|
|
7
7
|
{
|
|
8
8
|
"type": "header",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"value": "multipart/form-data;.*"
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
|
-
"routeRegex": "^/api/utilities/([^/]+?)/([^/]+?)/host\\-
|
|
17
|
+
"routeRegex": "^/api/utilities/([^/]+?)/([^/]+?)/host\\-ui\\.mjs(?:/)?$",
|
|
18
18
|
"dataRoute": null,
|
|
19
19
|
"fallback": null,
|
|
20
20
|
"dataRouteRegex": null,
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"x-next-revalidate-tag-token"
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
-
"/api/utilities/[scope]/[id]/host-
|
|
30
|
+
"/api/utilities/[scope]/[id]/host-api.mjs": {
|
|
31
31
|
"experimentalBypassFor": [
|
|
32
32
|
{
|
|
33
33
|
"type": "header",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"value": "multipart/form-data;.*"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
|
-
"routeRegex": "^/api/utilities/([^/]+?)/([^/]+?)/host\\-
|
|
42
|
+
"routeRegex": "^/api/utilities/([^/]+?)/([^/]+?)/host\\-api\\.mjs(?:/)?$",
|
|
43
43
|
"dataRoute": null,
|
|
44
44
|
"fallback": null,
|
|
45
45
|
"dataRouteRegex": null,
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
},
|
|
56
56
|
"notFoundRoutes": [],
|
|
57
57
|
"preview": {
|
|
58
|
-
"previewModeId": "
|
|
59
|
-
"previewModeSigningKey": "
|
|
60
|
-
"previewModeEncryptionKey": "
|
|
58
|
+
"previewModeId": "001a47a8bf672c86b5630df914260518",
|
|
59
|
+
"previewModeSigningKey": "8aaf4efd32c3a31f5720b998bb441baf90f486cc2da2af3bfcd61391f6713ed9",
|
|
60
|
+
"previewModeEncryptionKey": "6248a4c6725aaa685fff395dd0cbaf64589b146cb1e9ea9487e13f3a4b4d001a"
|
|
61
61
|
}
|
|
62
62
|
}
|