reflex-agent 0.10.1 → 0.13.3
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 +146 -120
- package/.next/app-path-routes-manifest.json +10 -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/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 +1 -1
- 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.js +28 -10
- 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 +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 +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 +4 -4
- 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/1854.js +1 -0
- package/.next/server/chunks/1960.js +1 -1
- package/.next/server/chunks/2485.js +51 -2
- package/.next/server/chunks/2552.js +1 -1
- package/.next/server/chunks/{3829.js → 2553.js} +2 -2
- package/.next/server/chunks/269.js +1 -0
- package/.next/server/chunks/285.js +66 -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/569.js +1 -1
- package/.next/server/chunks/5798.js +3 -0
- package/.next/server/chunks/6057.js +1 -0
- package/.next/server/chunks/6261.js +1 -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/7800.js +1 -1
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9579.js +1 -1
- package/.next/server/chunks/9809.js +1 -1
- package/.next/server/functions-config-manifest.json +3 -3
- 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/1053-ea6a705a291aa42a.js +1 -0
- package/.next/static/chunks/2145-c6ca18def78454d6.js +1 -0
- package/.next/static/chunks/2283-846ac14d7ab55b2a.js +1 -0
- package/.next/static/chunks/3798-d4d575ac69051cf9.js +1 -0
- package/.next/static/chunks/4108.2dc3c767f831f9af.js +1 -0
- package/.next/static/chunks/4243-193beeabc76bcd91.js +1 -0
- package/.next/static/chunks/4678-15402b9832b27389.js +1 -0
- package/.next/static/chunks/6785-9a72b10489bc9c60.js +1 -0
- package/.next/static/chunks/951-5ff2aaad965fedb7.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-8dcb779a1ca1f1d1.js → page-9bac9e3674f0fae9.js} +1 -1
- package/.next/static/chunks/app/layout-b89925fa75d66eea.js +1 -0
- package/.next/static/chunks/app/onboarding/page-9b9f74b3737805f6.js +1 -0
- package/.next/static/chunks/app/page-d46c2ac151511ae7.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/{page-ca235f5f1d523635.js → page-8dc9ea79064a1e6e.js} +1 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-0345054358c099c2.js +1 -0
- package/.next/static/chunks/app/roots/[id]/memory/page-ca21167541d9d818.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-1c6b4677b911c463.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-688ef6bc97b92a38.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/{page-85f4eb885ecb80a1.js → page-4f1658f13b1ed62f.js} +1 -1
- package/.next/static/chunks/app/roots/new/page-3c0a418feff0bf27.js +1 -0
- package/.next/static/chunks/app/settings/page-bfc3e0b4fca2b6cd.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-3c41145c5052196e.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-561dd294cb2beb54.js +1 -0
- package/.next/static/chunks/app/utilities/page-5061f113002b5638.js +1 -0
- package/.next/static/chunks/{webpack-680c8fa1cf6aef64.js → webpack-e4214c40f8bbfb8a.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/lib/server/utilities/worker-bootstrap.js +28 -19
- package/package.json +1 -1
- package/.next/server/chunks/2108.js +0 -1
- package/.next/server/chunks/243.js +0 -1
- package/.next/server/chunks/827.js +0 -1
- package/.next/server/chunks/8501.js +0 -1
- package/.next/server/chunks/9448.js +0 -3
- package/.next/static/chunks/1215-6bf6c0997a3966b5.js +0 -1
- package/.next/static/chunks/1217-407174d9b164a499.js +0 -1
- package/.next/static/chunks/4108.e60f6f2d13c6e341.js +0 -1
- package/.next/static/chunks/5041-50b52df22f60e028.js +0 -1
- package/.next/static/chunks/5475-fd7801895adb058e.js +0 -1
- package/.next/static/chunks/7529-5e60df9bb54dac00.js +0 -1
- package/.next/static/chunks/7544-361ab91088caf4e2.js +0 -1
- package/.next/static/chunks/83-c3e4801d1362769d.js +0 -1
- package/.next/static/chunks/app/layout-d10a100470029f0e.js +0 -1
- package/.next/static/chunks/app/onboarding/page-a52d76f48c071f59.js +0 -1
- package/.next/static/chunks/app/page-8551ff0fd6989e65.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-aebc35e79e6e16d6.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-9b4a28b335dd8190.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-ab2801337dc9cc52.js +0 -1
- package/.next/static/chunks/app/roots/new/page-4036140c7828948d.js +0 -1
- package/.next/static/chunks/app/settings/page-175f2087baeb2328.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-5f86538339553350.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-223495e5566167ef.js +0 -1
- package/.next/static/chunks/app/utilities/page-cbd341f4f56941a0.js +0 -1
- package/.next/static/css/2bc00775af31f40f.css +0 -1
- /package/.next/static/{fQIjUyzIepDxqQpzYlf6H → BGlfzUnm4RdoF1cif83QI}/_buildManifest.js +0 -0
- /package/.next/static/{fQIjUyzIepDxqQpzYlf6H → BGlfzUnm4RdoF1cif83QI}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
BGlfzUnm4RdoF1cif83QI
|
|
@@ -1,208 +1,214 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/webpack-
|
|
4
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.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-e4214c40f8bbfb8a.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/
|
|
18
|
-
"static/chunks/9411-af5f758c57741929.js",
|
|
17
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
19
18
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
20
|
-
"static/chunks/
|
|
21
|
-
"static/chunks/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"static/chunks/webpack-680c8fa1cf6aef64.js",
|
|
25
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
26
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
27
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
28
|
-
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
19
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
20
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
21
|
+
"static/chunks/951-5ff2aaad965fedb7.js",
|
|
22
|
+
"static/chunks/app/layout-b89925fa75d66eea.js"
|
|
29
23
|
],
|
|
30
24
|
"/api/images/[rootId]/[file]/route": [
|
|
31
|
-
"static/chunks/webpack-
|
|
25
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
32
26
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
33
27
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
34
28
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
35
29
|
"static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
|
|
36
30
|
],
|
|
37
31
|
"/api/oauth/start/route": [
|
|
38
|
-
"static/chunks/webpack-
|
|
32
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.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
|
],
|
|
38
|
+
"/api/agents/[agentId]/respond/route": [
|
|
39
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
40
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
41
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
42
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
43
|
+
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
44
|
+
],
|
|
44
45
|
"/api/oauth/callback/route": [
|
|
45
|
-
"static/chunks/webpack-
|
|
46
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
46
47
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
47
48
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
48
49
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
49
50
|
"static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
|
|
50
51
|
],
|
|
51
52
|
"/api/roots/[id]/chat/[topicId]/stop/route": [
|
|
52
|
-
"static/chunks/webpack-
|
|
53
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
53
54
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
54
55
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
55
56
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
56
57
|
"static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
|
|
57
58
|
],
|
|
58
|
-
"/api/roots/[id]/chat/[topicId]/
|
|
59
|
-
"static/chunks/webpack-
|
|
59
|
+
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
60
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
60
61
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
61
62
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
62
63
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
63
|
-
"static/chunks/app/api/roots/[id]/chat/[topicId]/
|
|
64
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
|
|
64
65
|
],
|
|
65
66
|
"/api/roots/[id]/attachments/route": [
|
|
66
|
-
"static/chunks/webpack-
|
|
67
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
67
68
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
68
69
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
69
70
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
70
71
|
"static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
|
|
71
72
|
],
|
|
72
73
|
"/api/roots/[id]/dashboard/route": [
|
|
73
|
-
"static/chunks/webpack-
|
|
74
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
74
75
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
75
76
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
76
77
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
77
78
|
"static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
|
|
78
79
|
],
|
|
79
80
|
"/api/roots/[id]/suggestions/route": [
|
|
80
|
-
"static/chunks/webpack-
|
|
81
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
81
82
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
82
83
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
83
84
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
84
85
|
"static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
|
|
85
86
|
],
|
|
86
|
-
"/api/
|
|
87
|
-
"static/chunks/webpack-
|
|
87
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
88
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
88
89
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
89
90
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
90
91
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
91
|
-
"static/chunks/app/api/
|
|
92
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
|
|
92
93
|
],
|
|
93
94
|
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
94
|
-
"static/chunks/webpack-
|
|
95
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
95
96
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
96
97
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
97
98
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
98
99
|
"static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
|
|
99
100
|
],
|
|
100
|
-
"/api/utilities/[scope]/[id]/host-
|
|
101
|
-
"static/chunks/webpack-
|
|
101
|
+
"/api/utilities/[scope]/[id]/host-api.mjs/route": [
|
|
102
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
102
103
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
103
104
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
104
105
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
105
|
-
"static/chunks/app/api/utilities/[scope]/[id]/host-
|
|
106
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
|
|
106
107
|
],
|
|
107
|
-
"/api/utilities/[scope]/[id]/host/route": [
|
|
108
|
-
"static/chunks/webpack-
|
|
108
|
+
"/api/utilities/[scope]/[id]/host-ui.mjs/route": [
|
|
109
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
109
110
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
110
111
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
111
112
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
112
|
-
"static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
|
|
113
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
|
|
113
114
|
],
|
|
114
|
-
"/api/utilities/[scope]/[id]/
|
|
115
|
-
"static/chunks/webpack-
|
|
115
|
+
"/api/utilities/[scope]/[id]/host/route": [
|
|
116
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
116
117
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
117
118
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
118
119
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
119
|
-
"static/chunks/app/api/utilities/[scope]/[id]/
|
|
120
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
|
|
120
121
|
],
|
|
121
122
|
"/api/utilities/[scope]/[id]/style.css/route": [
|
|
122
|
-
"static/chunks/webpack-
|
|
123
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
123
124
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
124
125
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
125
126
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
126
127
|
"static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
|
|
127
128
|
],
|
|
128
|
-
"/api/
|
|
129
|
-
"static/chunks/webpack-
|
|
129
|
+
"/api/utilities/[scope]/[id]/iframe/route": [
|
|
130
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
130
131
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
131
132
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
132
133
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
133
|
-
"static/chunks/app/api/
|
|
134
|
+
"static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
|
|
134
135
|
],
|
|
135
136
|
"/agents/[agentId]/page": [
|
|
136
|
-
"static/chunks/webpack-
|
|
137
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.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-e4214c40f8bbfb8a.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/9411-af5f758c57741929.js",
|
|
154
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
154
155
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
156
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
155
157
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
158
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
156
159
|
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
157
|
-
"static/chunks/
|
|
158
|
-
"static/chunks/app/page-
|
|
160
|
+
"static/chunks/1053-ea6a705a291aa42a.js",
|
|
161
|
+
"static/chunks/app/page-d46c2ac151511ae7.js"
|
|
159
162
|
],
|
|
160
163
|
"/onboarding/page": [
|
|
161
|
-
"static/chunks/webpack-
|
|
164
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
162
165
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
163
166
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
164
167
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
165
|
-
"static/chunks/9411-af5f758c57741929.js",
|
|
166
168
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
167
|
-
"static/chunks/
|
|
169
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
170
|
+
"static/chunks/app/onboarding/page-9b9f74b3737805f6.js"
|
|
168
171
|
],
|
|
169
|
-
"/
|
|
170
|
-
"static/chunks/webpack-
|
|
172
|
+
"/roots/new/page": [
|
|
173
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.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-3c0a418feff0bf27.js"
|
|
178
184
|
],
|
|
179
|
-
"/
|
|
180
|
-
"static/chunks/webpack-
|
|
185
|
+
"/settings/page": [
|
|
186
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.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/9411-af5f758c57741929.js",
|
|
191
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
187
192
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
193
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
188
194
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
189
|
-
"static/chunks/
|
|
195
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
196
|
+
"static/chunks/6231-d572db56a0a44f92.js",
|
|
197
|
+
"static/chunks/app/settings/page-bfc3e0b4fca2b6cd.js"
|
|
190
198
|
],
|
|
191
|
-
"/
|
|
192
|
-
"static/chunks/webpack-
|
|
199
|
+
"/audit/page": [
|
|
200
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.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/
|
|
199
|
-
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
205
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
206
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
200
207
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
201
|
-
"static/chunks/
|
|
202
|
-
"static/chunks/app/settings/page-175f2087baeb2328.js"
|
|
208
|
+
"static/chunks/app/audit/page-9bac9e3674f0fae9.js"
|
|
203
209
|
],
|
|
204
210
|
"/share/[id]/file/page": [
|
|
205
|
-
"static/chunks/webpack-
|
|
211
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
206
212
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
207
213
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
208
214
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -210,124 +216,144 @@
|
|
|
210
216
|
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
211
217
|
],
|
|
212
218
|
"/share/[id]/page": [
|
|
213
|
-
"static/chunks/webpack-
|
|
219
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
214
220
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
215
221
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
216
222
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
217
223
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
218
|
-
"static/chunks/
|
|
224
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
219
225
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
220
|
-
"static/chunks/
|
|
221
|
-
"static/chunks/
|
|
226
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
227
|
+
"static/chunks/2283-846ac14d7ab55b2a.js",
|
|
228
|
+
"static/chunks/app/share/[id]/page-3c41145c5052196e.js"
|
|
222
229
|
],
|
|
223
|
-
"/utilities/page": [
|
|
224
|
-
"static/chunks/webpack-
|
|
230
|
+
"/utilities/[scope]/[id]/page": [
|
|
231
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
225
232
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
226
233
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
227
234
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
228
235
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
229
|
-
"static/chunks/
|
|
230
|
-
"static/chunks/9411-af5f758c57741929.js",
|
|
236
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
231
237
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
238
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
232
239
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
233
|
-
"static/chunks/
|
|
240
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
241
|
+
"static/chunks/2283-846ac14d7ab55b2a.js",
|
|
242
|
+
"static/chunks/app/utilities/[scope]/[id]/page-561dd294cb2beb54.js"
|
|
234
243
|
],
|
|
235
|
-
"/utilities/
|
|
236
|
-
"static/chunks/webpack-
|
|
244
|
+
"/utilities/page": [
|
|
245
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
237
246
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
238
247
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
239
248
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
240
249
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
241
|
-
"static/chunks/
|
|
242
|
-
"static/chunks/9411-af5f758c57741929.js",
|
|
250
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
243
251
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
252
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
244
253
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
245
|
-
"static/chunks/
|
|
246
|
-
"static/chunks/app/utilities/
|
|
254
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
255
|
+
"static/chunks/app/utilities/page-5061f113002b5638.js"
|
|
247
256
|
],
|
|
248
257
|
"/roots/[id]/layout": [
|
|
249
|
-
"static/chunks/webpack-
|
|
258
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.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
264
|
"/roots/[id]/chat/[topicId]/page": [
|
|
256
|
-
"static/chunks/webpack-
|
|
265
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.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/
|
|
262
|
-
"static/chunks/9411-af5f758c57741929.js",
|
|
270
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
263
271
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
272
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
264
273
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
274
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
265
275
|
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
266
276
|
"static/chunks/8775-890699c74c28df61.js",
|
|
267
277
|
"static/chunks/6568-e4d2de23d9f8d347.js",
|
|
268
|
-
"static/chunks/
|
|
269
|
-
"static/chunks/
|
|
270
|
-
"static/chunks/
|
|
271
|
-
"static/chunks/app/roots/[id]/chat/[topicId]/page-
|
|
278
|
+
"static/chunks/1053-ea6a705a291aa42a.js",
|
|
279
|
+
"static/chunks/3798-d4d575ac69051cf9.js",
|
|
280
|
+
"static/chunks/2145-c6ca18def78454d6.js",
|
|
281
|
+
"static/chunks/app/roots/[id]/chat/[topicId]/page-8dc9ea79064a1e6e.js"
|
|
272
282
|
],
|
|
273
|
-
"/roots/[id]/page": [
|
|
274
|
-
"static/chunks/webpack-
|
|
283
|
+
"/roots/[id]/kb/[...slug]/page": [
|
|
284
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
275
285
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
276
286
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
277
287
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
278
288
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
279
|
-
"static/chunks/
|
|
289
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
290
|
+
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
291
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
292
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
280
293
|
"static/chunks/9411-af5f758c57741929.js",
|
|
294
|
+
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
295
|
+
"static/chunks/8775-890699c74c28df61.js",
|
|
296
|
+
"static/chunks/1053-ea6a705a291aa42a.js",
|
|
297
|
+
"static/chunks/3798-d4d575ac69051cf9.js",
|
|
298
|
+
"static/chunks/4243-193beeabc76bcd91.js",
|
|
299
|
+
"static/chunks/app/roots/[id]/kb/[...slug]/page-0345054358c099c2.js"
|
|
300
|
+
],
|
|
301
|
+
"/roots/[id]/page": [
|
|
302
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
303
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
304
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
305
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
306
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
307
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
281
308
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
309
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
282
310
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
311
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
283
312
|
"static/chunks/2038-0849f9c03cc8d6ab.js",
|
|
284
313
|
"static/chunks/8775-890699c74c28df61.js",
|
|
285
314
|
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
286
|
-
"static/chunks/
|
|
287
|
-
"static/chunks/
|
|
288
|
-
"static/chunks/
|
|
289
|
-
"static/chunks/
|
|
290
|
-
"static/chunks/app/roots/[id]/page-
|
|
315
|
+
"static/chunks/1053-ea6a705a291aa42a.js",
|
|
316
|
+
"static/chunks/3798-d4d575ac69051cf9.js",
|
|
317
|
+
"static/chunks/2145-c6ca18def78454d6.js",
|
|
318
|
+
"static/chunks/4243-193beeabc76bcd91.js",
|
|
319
|
+
"static/chunks/app/roots/[id]/page-1c6b4677b911c463.js"
|
|
291
320
|
],
|
|
292
|
-
"/roots/[id]/workflows/
|
|
293
|
-
"static/chunks/webpack-
|
|
321
|
+
"/roots/[id]/workflows/page": [
|
|
322
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.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/9411-af5f758c57741929.js",
|
|
327
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
300
328
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
329
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
301
330
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
302
|
-
"static/chunks/app/roots/[id]/workflows/
|
|
331
|
+
"static/chunks/app/roots/[id]/workflows/page-4f1658f13b1ed62f.js"
|
|
303
332
|
],
|
|
304
|
-
"/roots/[id]/
|
|
305
|
-
"static/chunks/webpack-
|
|
333
|
+
"/roots/[id]/workflows/[wfId]/page": [
|
|
334
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
306
335
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
307
336
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
308
337
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
309
338
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
310
|
-
"static/chunks/
|
|
311
|
-
"static/chunks/9411-af5f758c57741929.js",
|
|
339
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
312
340
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
341
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
313
342
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
314
|
-
"static/chunks/
|
|
315
|
-
"static/chunks/
|
|
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"
|
|
343
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
344
|
+
"static/chunks/app/roots/[id]/workflows/[wfId]/page-688ef6bc97b92a38.js"
|
|
320
345
|
],
|
|
321
|
-
"/roots/[id]/
|
|
322
|
-
"static/chunks/webpack-
|
|
346
|
+
"/roots/[id]/memory/page": [
|
|
347
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.js",
|
|
323
348
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
324
349
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
325
350
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
326
351
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
327
|
-
"static/chunks/
|
|
352
|
+
"static/chunks/4678-15402b9832b27389.js",
|
|
328
353
|
"static/chunks/9776-e3882c1c63293e0a.js",
|
|
354
|
+
"static/chunks/6785-9a72b10489bc9c60.js",
|
|
329
355
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
330
|
-
"static/chunks/app/roots/[id]/
|
|
356
|
+
"static/chunks/app/roots/[id]/memory/page-ca21167541d9d818.js"
|
|
331
357
|
]
|
|
332
358
|
}
|
|
333
359
|
}
|
|
@@ -1,34 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
|
-
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
4
3
|
"/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
|
|
5
4
|
"/api/oauth/start/route": "/api/oauth/start",
|
|
5
|
+
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
6
6
|
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
7
7
|
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
8
|
-
"/api/roots/[id]/chat/[topicId]/
|
|
8
|
+
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
9
9
|
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
10
10
|
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
11
11
|
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
12
|
-
"/api/
|
|
12
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
13
13
|
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
14
|
+
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
14
15
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
|
|
15
16
|
"/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
|
|
16
|
-
"/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
|
|
17
17
|
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
18
|
-
"/api/
|
|
18
|
+
"/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
|
|
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",
|
|
24
|
+
"/audit/page": "/audit",
|
|
25
25
|
"/share/[id]/file/page": "/share/[id]/file",
|
|
26
26
|
"/share/[id]/page": "/share/[id]",
|
|
27
|
-
"/utilities/page": "/utilities",
|
|
28
27
|
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
28
|
+
"/utilities/page": "/utilities",
|
|
29
29
|
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
|
|
30
|
+
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
30
31
|
"/roots/[id]/page": "/roots/[id]",
|
|
32
|
+
"/roots/[id]/workflows/page": "/roots/[id]/workflows",
|
|
31
33
|
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
|
|
32
|
-
"/roots/[id]/
|
|
33
|
-
"/roots/[id]/workflows/page": "/roots/[id]/workflows"
|
|
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/BGlfzUnm4RdoF1cif83QI/_buildManifest.js",
|
|
9
|
+
"static/BGlfzUnm4RdoF1cif83QI/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
12
|
+
"static/chunks/webpack-e4214c40f8bbfb8a.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-e4214c40f8bbfb8a.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-e4214c40f8bbfb8a.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": "ac865055032b561217ac0d5d40fbf9ff",
|
|
59
|
+
"previewModeSigningKey": "7c2dea2ee81a8eeed58bfd05c15eaee0fc8824f6a1e9a476e742b4effb570476",
|
|
60
|
+
"previewModeEncryptionKey": "bf44975acdcfd63333c6d908ac42e3105d77d2f705986991bc7068ec9a0ac543"
|
|
61
61
|
}
|
|
62
62
|
}
|
|
@@ -175,6 +175,14 @@
|
|
|
175
175
|
},
|
|
176
176
|
"namedRegex": "^/roots/(?<nxtPid>[^/]+?)/kb/(?<nxtPslug>.+?)(?:/)?$"
|
|
177
177
|
},
|
|
178
|
+
{
|
|
179
|
+
"page": "/roots/[id]/memory",
|
|
180
|
+
"regex": "^/roots/([^/]+?)/memory(?:/)?$",
|
|
181
|
+
"routeKeys": {
|
|
182
|
+
"nxtPid": "nxtPid"
|
|
183
|
+
},
|
|
184
|
+
"namedRegex": "^/roots/(?<nxtPid>[^/]+?)/memory(?:/)?$"
|
|
185
|
+
},
|
|
178
186
|
{
|
|
179
187
|
"page": "/roots/[id]/workflows",
|
|
180
188
|
"regex": "^/roots/([^/]+?)/workflows(?:/)?$",
|