reflex-agent 0.2.3 → 0.3.0
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 +116 -103
- package/.next/app-path-routes-manifest.json +10 -10
- package/.next/build-manifest.json +5 -5
- package/.next/prerender-manifest.json +4 -54
- package/.next/react-loadable-manifest.json +1 -1
- package/.next/server/app/_not-found/page.js +1 -1
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/agents/[agentId]/page.js +3 -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 +2 -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 +4 -4
- 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.js +0 -0
- 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 +2 -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 +2 -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 +3 -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 +2 -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 -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 -6
- 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 -6
- 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 +3 -3
- 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 +5 -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 -17
- 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 -10
- package/.next/server/chunks/1.js +3 -0
- package/.next/server/chunks/1223.js +1 -1
- package/.next/server/chunks/133.js +1 -490
- package/.next/server/chunks/1888.js +1 -1
- package/.next/server/chunks/{9739.js → 1988.js} +13 -9
- package/.next/server/chunks/2192.js +1 -0
- package/.next/server/chunks/2433.js +1 -1
- package/.next/server/chunks/2503.js +1 -1
- package/.next/server/chunks/285.js +471 -0
- package/.next/server/chunks/2995.js +1 -0
- package/.next/server/chunks/3240.js +1 -1
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/{2528.js → 3512.js} +2 -2
- package/.next/server/chunks/3657.js +1 -1
- package/.next/server/chunks/4066.js +1 -1
- package/.next/server/chunks/4438.js +1 -0
- package/.next/server/chunks/4553.js +1 -1
- package/.next/server/chunks/4812.js +179 -0
- package/.next/server/chunks/4925.js +1 -1
- package/.next/server/chunks/5319.js +1 -1
- package/.next/server/chunks/569.js +1 -1
- package/.next/server/chunks/6730.js +1 -1
- package/.next/server/chunks/6734.js +1 -0
- package/.next/server/chunks/6909.js +142 -161
- package/.next/server/chunks/7215.js +1 -0
- package/.next/server/chunks/8262.js +1 -1
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/94.js +1 -1
- package/.next/server/chunks/9835.js +1 -1
- package/.next/server/chunks/9944.js +1 -0
- 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-manifest.json +1 -2
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/1082-326e649fb24d4945.js +1 -0
- package/.next/static/chunks/3736-f4e42d6d38be50b0.js +1 -0
- package/.next/static/chunks/4108.ca0bdf3cbf3c56cc.js +1 -0
- package/.next/static/chunks/6445-99824866a51b582a.js +1 -0
- package/.next/static/chunks/7482-7ef26030a10ce14f.js +1 -0
- package/.next/static/chunks/8944-c4f2406ecd61094f.js +1 -0
- package/.next/static/chunks/9411-af5f758c57741929.js +3 -0
- package/.next/static/chunks/9415-eb6b5d4c2de3a7c0.js +1 -0
- package/.next/static/chunks/app/agents/[agentId]/page-5d6f4cb16b42d02b.js +1 -0
- package/.next/static/chunks/app/layout-85eb1fd21dab0895.js +1 -0
- package/.next/static/chunks/app/onboarding/page-2013bd8124b9162e.js +1 -0
- package/.next/static/chunks/app/page-558a224e13ffb52c.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-b42f03fd58669d12.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-7d17b4e6a5231f56.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-4aab5266f432e37e.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-1ee3320bf5744efc.js +1 -0
- package/.next/static/chunks/app/roots/new/page-df8d2c1f0c64c37a.js +1 -0
- package/.next/static/chunks/app/settings/page-fdba798d9e243ad3.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-818a451d05e08d26.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-2cee09cc2ab9b5e8.js +1 -0
- package/.next/static/chunks/app/utilities/page-44a51522b347f13e.js +1 -0
- package/.next/static/chunks/{webpack-87b4bb79fdc48563.js → webpack-2b0eab4ccdf44f63.js} +1 -1
- package/.next/static/css/4b367c1d0fa99b78.css +1 -0
- package/.next/trace +47 -46
- package/README.md +4 -1
- package/dist/lib/reflex/agents/prompts.js +46 -46
- package/dist/lib/reflex/agents/prompts.js.map +1 -1
- package/dist/lib/reflex/prompts/defaults.js +102 -102
- package/next.config.ts +4 -1
- package/package.json +4 -3
- package/packages/utilities/learn-anything/README.md +29 -29
- package/packages/utilities/learn-anything/actions/_json.ts +11 -11
- package/packages/utilities/learn-anything/actions/_store.ts +2 -2
- package/packages/utilities/learn-anything/actions/buildModule.ts +60 -59
- package/packages/utilities/learn-anything/actions/explainSelection.ts +14 -13
- package/packages/utilities/learn-anything/actions/generateOutline.ts +15 -15
- package/packages/utilities/learn-anything/actions/generateQuiz.ts +8 -8
- package/packages/utilities/learn-anything/actions/generateTrainer.ts +15 -15
- package/packages/utilities/learn-anything/actions/refreshCourseCard.ts +4 -4
- package/packages/utilities/learn-anything/actions/tutorAsk.ts +15 -15
- package/packages/utilities/learn-anything/article-view.tsx +4 -4
- package/packages/utilities/learn-anything/manifest.json +5 -5
- package/packages/utilities/learn-anything/ui.tsx +57 -57
- package/.next/server/app/_not-found.html +0 -1
- package/.next/server/app/_not-found.meta +0 -8
- package/.next/server/app/_not-found.rsc +0 -18
- package/.next/server/app/index.html +0 -1
- package/.next/server/app/index.meta +0 -9
- package/.next/server/app/index.rsc +0 -19
- package/.next/server/chunks/1986.js +0 -1
- package/.next/server/chunks/4065.js +0 -1
- package/.next/server/chunks/6981.js +0 -1
- package/.next/server/chunks/7017.js +0 -3
- package/.next/server/chunks/7800.js +0 -1
- package/.next/server/chunks/8494.js +0 -1
- package/.next/server/chunks/8843.js +0 -1
- package/.next/server/chunks/9328.js +0 -179
- package/.next/server/chunks/9423.js +0 -3
- package/.next/server/chunks/9455.js +0 -1
- package/.next/server/pages/404.html +0 -1
- package/.next/static/chunks/1384-d28fb6c6c058876f.js +0 -1
- package/.next/static/chunks/2718-78fee2c0de782178.js +0 -1
- package/.next/static/chunks/4108.1ef6b5e7679b56ac.js +0 -1
- package/.next/static/chunks/7238-11701befb3ca3e41.js +0 -1
- package/.next/static/chunks/7951-590bf2004d7935b5.js +0 -1
- package/.next/static/chunks/8423-ffded33a21b27360.js +0 -1
- package/.next/static/chunks/9045-731ff0865352dd95.js +0 -1
- package/.next/static/chunks/app/agents/[agentId]/page-0b5c2838354d0eba.js +0 -1
- package/.next/static/chunks/app/layout-4fbf9f91ad45e221.js +0 -1
- package/.next/static/chunks/app/onboarding/page-532b193d1c4b0dee.js +0 -1
- package/.next/static/chunks/app/page-e3ec0990b78ce7c7.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-11aad9a40def2e0d.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-d8757a85e873dfa1.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-76216026efb90ae0.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-c4b6e3825f8626f5.js +0 -1
- package/.next/static/chunks/app/roots/new/page-53ea8d2787e79425.js +0 -1
- package/.next/static/chunks/app/settings/page-7ebaf2b62f256538.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-d5bbbb7e454d1375.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-e2f928a37483d113.js +0 -1
- package/.next/static/chunks/app/utilities/page-839262ff726a52a2.js +0 -1
- package/.next/static/css/87e01f779d555d04.css +0 -1
- /package/.next/static/{vTfQfQnAWV_hFVZjWEYvZ → fhVNqfmJl5Mdfhyhg6orp}/_buildManifest.js +0 -0
- /package/.next/static/{vTfQfQnAWV_hFVZjWEYvZ → fhVNqfmJl5Mdfhyhg6orp}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
fhVNqfmJl5Mdfhyhg6orp
|
|
@@ -1,169 +1,173 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/webpack-
|
|
4
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.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-2b0eab4ccdf44f63.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/4b367c1d0fa99b78.css",
|
|
16
16
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
17
17
|
"static/chunks/1217-407174d9b164a499.js",
|
|
18
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
18
19
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
19
|
-
"static/chunks/
|
|
20
|
-
"static/chunks/app/layout-
|
|
20
|
+
"static/chunks/6445-99824866a51b582a.js",
|
|
21
|
+
"static/chunks/app/layout-85eb1fd21dab0895.js"
|
|
21
22
|
],
|
|
22
23
|
"/api/images/[rootId]/[file]/route": [
|
|
23
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
24
25
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
25
26
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
26
27
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
27
28
|
"static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
|
|
28
29
|
],
|
|
29
30
|
"/api/oauth/start/route": [
|
|
30
|
-
"static/chunks/webpack-
|
|
31
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
31
32
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
32
33
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
33
34
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
34
35
|
"static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
|
|
35
36
|
],
|
|
36
|
-
"/api/agents/[agentId]/respond/route": [
|
|
37
|
-
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
38
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
39
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
40
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
41
|
-
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
42
|
-
],
|
|
43
37
|
"/api/oauth/callback/route": [
|
|
44
|
-
"static/chunks/webpack-
|
|
38
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
45
39
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
46
40
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
47
41
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
48
42
|
"static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
|
|
49
43
|
],
|
|
50
|
-
"/api/
|
|
51
|
-
"static/chunks/webpack-
|
|
44
|
+
"/api/agents/[agentId]/respond/route": [
|
|
45
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
52
46
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
53
47
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
54
48
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
55
|
-
"static/chunks/app/api/
|
|
49
|
+
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
56
50
|
],
|
|
57
|
-
"/api/roots/[id]/
|
|
58
|
-
"static/chunks/webpack-
|
|
51
|
+
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
52
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
59
53
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
60
54
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
61
55
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
62
|
-
"static/chunks/app/api/roots/[id]/
|
|
56
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
|
|
63
57
|
],
|
|
64
|
-
"/api/roots/[id]/chat/[topicId]/
|
|
65
|
-
"static/chunks/webpack-
|
|
58
|
+
"/api/roots/[id]/chat/[topicId]/stop/route": [
|
|
59
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
66
60
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
67
61
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
68
62
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
69
|
-
"static/chunks/app/api/roots/[id]/chat/[topicId]/
|
|
63
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
|
|
70
64
|
],
|
|
71
65
|
"/api/roots/[id]/dashboard/route": [
|
|
72
|
-
"static/chunks/webpack-
|
|
66
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
73
67
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
74
68
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
75
69
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
76
70
|
"static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
|
|
77
71
|
],
|
|
78
|
-
"/api/
|
|
79
|
-
"static/chunks/webpack-
|
|
72
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
73
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
80
74
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
81
75
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
82
76
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
83
|
-
"static/chunks/app/api/
|
|
77
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
|
|
78
|
+
],
|
|
79
|
+
"/api/roots/[id]/attachments/route": [
|
|
80
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
81
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
82
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
83
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
84
|
+
"static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
|
|
84
85
|
],
|
|
85
86
|
"/api/roots/[id]/suggestions/route": [
|
|
86
|
-
"static/chunks/webpack-
|
|
87
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
87
88
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
88
89
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
89
90
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
90
91
|
"static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
|
|
91
92
|
],
|
|
92
|
-
"/api/
|
|
93
|
-
"static/chunks/webpack-
|
|
93
|
+
"/api/utilities/[scope]/[id]/host-api.mjs/route": [
|
|
94
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
94
95
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
95
96
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
96
97
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
97
|
-
"static/chunks/app/api/
|
|
98
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
|
|
98
99
|
],
|
|
99
100
|
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
100
|
-
"static/chunks/webpack-
|
|
101
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
101
102
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
102
103
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
103
104
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
104
105
|
"static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
|
|
105
106
|
],
|
|
106
107
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": [
|
|
107
|
-
"static/chunks/webpack-
|
|
108
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
108
109
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
109
110
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
110
111
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
111
112
|
"static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
|
|
112
113
|
],
|
|
113
114
|
"/api/utilities/[scope]/[id]/host/route": [
|
|
114
|
-
"static/chunks/webpack-
|
|
115
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
115
116
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
116
117
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
117
118
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
118
119
|
"static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
|
|
119
120
|
],
|
|
120
121
|
"/api/utilities/[scope]/[id]/style.css/route": [
|
|
121
|
-
"static/chunks/webpack-
|
|
122
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
122
123
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
123
124
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
124
125
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
125
126
|
"static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
|
|
126
127
|
],
|
|
127
128
|
"/api/utilities/[scope]/[id]/iframe/route": [
|
|
128
|
-
"static/chunks/webpack-
|
|
129
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
129
130
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
130
131
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
131
132
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
132
133
|
"static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
|
|
133
134
|
],
|
|
134
135
|
"/agents/[agentId]/page": [
|
|
135
|
-
"static/chunks/webpack-
|
|
136
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
136
137
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
137
138
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
138
139
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
139
140
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
140
141
|
"static/chunks/1217-407174d9b164a499.js",
|
|
142
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
141
143
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
142
|
-
"static/chunks/app/agents/[agentId]/page-
|
|
144
|
+
"static/chunks/app/agents/[agentId]/page-5d6f4cb16b42d02b.js"
|
|
143
145
|
],
|
|
144
146
|
"/page": [
|
|
145
|
-
"static/chunks/webpack-
|
|
147
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
146
148
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
147
149
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
148
150
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
149
151
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
150
152
|
"static/chunks/1217-407174d9b164a499.js",
|
|
153
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
151
154
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
152
155
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
153
156
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
154
|
-
"static/chunks/
|
|
155
|
-
"static/chunks/app/page-
|
|
157
|
+
"static/chunks/7482-7ef26030a10ce14f.js",
|
|
158
|
+
"static/chunks/app/page-558a224e13ffb52c.js"
|
|
156
159
|
],
|
|
157
160
|
"/onboarding/page": [
|
|
158
|
-
"static/chunks/webpack-
|
|
161
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
159
162
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
160
163
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
161
164
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
165
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
162
166
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
163
|
-
"static/chunks/app/onboarding/page-
|
|
167
|
+
"static/chunks/app/onboarding/page-2013bd8124b9162e.js"
|
|
164
168
|
],
|
|
165
169
|
"/audit/page": [
|
|
166
|
-
"static/chunks/webpack-
|
|
170
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
167
171
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
168
172
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
169
173
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -172,148 +176,157 @@
|
|
|
172
176
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
173
177
|
"static/chunks/app/audit/page-e3445076d462aa80.js"
|
|
174
178
|
],
|
|
175
|
-
"/
|
|
176
|
-
"static/chunks/webpack-
|
|
179
|
+
"/roots/new/page": [
|
|
180
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
177
181
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
178
182
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
179
183
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
180
184
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
181
185
|
"static/chunks/1217-407174d9b164a499.js",
|
|
186
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
182
187
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
183
188
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
184
|
-
"static/chunks/
|
|
185
|
-
"static/chunks/app/settings/page-7ebaf2b62f256538.js"
|
|
189
|
+
"static/chunks/app/roots/new/page-df8d2c1f0c64c37a.js"
|
|
186
190
|
],
|
|
187
|
-
"/
|
|
188
|
-
"static/chunks/webpack-
|
|
191
|
+
"/settings/page": [
|
|
192
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
189
193
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
190
194
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
191
195
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
192
196
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
197
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
198
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
199
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
193
200
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
194
|
-
"static/chunks/
|
|
195
|
-
"static/chunks/app/
|
|
201
|
+
"static/chunks/5235-990ba9c4c8446446.js",
|
|
202
|
+
"static/chunks/app/settings/page-fdba798d9e243ad3.js"
|
|
196
203
|
],
|
|
197
|
-
"/
|
|
198
|
-
"static/chunks/webpack-
|
|
204
|
+
"/share/[id]/file/page": [
|
|
205
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
199
206
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
200
207
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
201
208
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
202
209
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
203
|
-
"static/chunks/
|
|
204
|
-
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
205
|
-
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
206
|
-
"static/chunks/app/roots/new/page-53ea8d2787e79425.js"
|
|
210
|
+
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
207
211
|
],
|
|
208
|
-
"/
|
|
209
|
-
"static/chunks/webpack-
|
|
212
|
+
"/share/[id]/page": [
|
|
213
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
210
214
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
211
215
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
212
216
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
213
217
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
214
|
-
"static/chunks/
|
|
215
|
-
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
218
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
216
219
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
217
|
-
"static/chunks/
|
|
218
|
-
"static/chunks/app/
|
|
220
|
+
"static/chunks/3736-f4e42d6d38be50b0.js",
|
|
221
|
+
"static/chunks/app/share/[id]/page-818a451d05e08d26.js"
|
|
219
222
|
],
|
|
220
|
-
"/
|
|
221
|
-
"static/chunks/webpack-
|
|
223
|
+
"/utilities/[scope]/[id]/page": [
|
|
224
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
222
225
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
223
226
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
224
227
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
225
228
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
226
|
-
"static/chunks/
|
|
229
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
230
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
231
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
232
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
233
|
+
"static/chunks/3736-f4e42d6d38be50b0.js",
|
|
234
|
+
"static/chunks/app/utilities/[scope]/[id]/page-2cee09cc2ab9b5e8.js"
|
|
227
235
|
],
|
|
228
236
|
"/utilities/page": [
|
|
229
|
-
"static/chunks/webpack-
|
|
237
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
230
238
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
231
239
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
232
240
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
233
241
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
234
242
|
"static/chunks/1217-407174d9b164a499.js",
|
|
243
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
235
244
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
236
245
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
237
|
-
"static/chunks/app/utilities/page-
|
|
246
|
+
"static/chunks/app/utilities/page-44a51522b347f13e.js"
|
|
238
247
|
],
|
|
239
248
|
"/roots/[id]/layout": [
|
|
240
|
-
"static/chunks/webpack-
|
|
249
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
241
250
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
242
251
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
243
252
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
244
253
|
"static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js"
|
|
245
254
|
],
|
|
246
|
-
"/roots/[id]/
|
|
247
|
-
"static/chunks/webpack-
|
|
255
|
+
"/roots/[id]/chat/[topicId]/page": [
|
|
256
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
248
257
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
249
258
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
250
259
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
251
260
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
252
261
|
"static/chunks/1217-407174d9b164a499.js",
|
|
262
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
253
263
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
254
264
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
255
265
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
256
266
|
"static/chunks/8775-890699c74c28df61.js",
|
|
257
|
-
"static/chunks/
|
|
258
|
-
"static/chunks/
|
|
259
|
-
"static/chunks/
|
|
260
|
-
"static/chunks/
|
|
267
|
+
"static/chunks/6568-e4d2de23d9f8d347.js",
|
|
268
|
+
"static/chunks/7482-7ef26030a10ce14f.js",
|
|
269
|
+
"static/chunks/1082-326e649fb24d4945.js",
|
|
270
|
+
"static/chunks/9415-eb6b5d4c2de3a7c0.js",
|
|
271
|
+
"static/chunks/app/roots/[id]/chat/[topicId]/page-b42f03fd58669d12.js"
|
|
261
272
|
],
|
|
262
|
-
"/roots/[id]/
|
|
263
|
-
"static/chunks/webpack-
|
|
273
|
+
"/roots/[id]/workflows/[wfId]/page": [
|
|
274
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
264
275
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
265
276
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
266
277
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
267
278
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
268
279
|
"static/chunks/1217-407174d9b164a499.js",
|
|
280
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
269
281
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
270
282
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
271
|
-
"static/chunks/
|
|
272
|
-
"static/chunks/8775-890699c74c28df61.js",
|
|
273
|
-
"static/chunks/6568-e4d2de23d9f8d347.js",
|
|
274
|
-
"static/chunks/7238-11701befb3ca3e41.js",
|
|
275
|
-
"static/chunks/8423-ffded33a21b27360.js",
|
|
276
|
-
"static/chunks/7951-590bf2004d7935b5.js",
|
|
277
|
-
"static/chunks/app/roots/[id]/chat/[topicId]/page-11aad9a40def2e0d.js"
|
|
283
|
+
"static/chunks/app/roots/[id]/workflows/[wfId]/page-1ee3320bf5744efc.js"
|
|
278
284
|
],
|
|
279
|
-
"/roots/[id]/
|
|
280
|
-
"static/chunks/webpack-
|
|
285
|
+
"/roots/[id]/kb/[...slug]/page": [
|
|
286
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
281
287
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
282
288
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
283
289
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
284
290
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
285
291
|
"static/chunks/1217-407174d9b164a499.js",
|
|
292
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
286
293
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
287
|
-
"static/chunks/
|
|
294
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
295
|
+
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
296
|
+
"static/chunks/8775-890699c74c28df61.js",
|
|
297
|
+
"static/chunks/7482-7ef26030a10ce14f.js",
|
|
298
|
+
"static/chunks/1082-326e649fb24d4945.js",
|
|
299
|
+
"static/chunks/8944-c4f2406ecd61094f.js",
|
|
300
|
+
"static/chunks/app/roots/[id]/kb/[...slug]/page-7d17b4e6a5231f56.js"
|
|
288
301
|
],
|
|
289
|
-
"/roots/[id]/
|
|
290
|
-
"static/chunks/webpack-
|
|
302
|
+
"/roots/[id]/page": [
|
|
303
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
291
304
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
292
305
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
293
306
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
294
307
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
295
308
|
"static/chunks/1217-407174d9b164a499.js",
|
|
309
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
296
310
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
297
311
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
298
|
-
"static/chunks/
|
|
312
|
+
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
313
|
+
"static/chunks/8775-890699c74c28df61.js",
|
|
314
|
+
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
315
|
+
"static/chunks/7482-7ef26030a10ce14f.js",
|
|
316
|
+
"static/chunks/1082-326e649fb24d4945.js",
|
|
317
|
+
"static/chunks/9415-eb6b5d4c2de3a7c0.js",
|
|
318
|
+
"static/chunks/8944-c4f2406ecd61094f.js",
|
|
319
|
+
"static/chunks/app/roots/[id]/page-4aab5266f432e37e.js"
|
|
299
320
|
],
|
|
300
|
-
"/roots/[id]/page": [
|
|
301
|
-
"static/chunks/webpack-
|
|
321
|
+
"/roots/[id]/workflows/page": [
|
|
322
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
302
323
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
303
324
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
304
325
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
305
326
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
306
327
|
"static/chunks/1217-407174d9b164a499.js",
|
|
307
328
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
308
|
-
"static/chunks/
|
|
309
|
-
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
310
|
-
"static/chunks/8775-890699c74c28df61.js",
|
|
311
|
-
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
312
|
-
"static/chunks/7238-11701befb3ca3e41.js",
|
|
313
|
-
"static/chunks/8423-ffded33a21b27360.js",
|
|
314
|
-
"static/chunks/7951-590bf2004d7935b5.js",
|
|
315
|
-
"static/chunks/2718-78fee2c0de782178.js",
|
|
316
|
-
"static/chunks/app/roots/[id]/page-76216026efb90ae0.js"
|
|
329
|
+
"static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js"
|
|
317
330
|
]
|
|
318
331
|
}
|
|
319
332
|
}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
3
|
"/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
|
|
4
4
|
"/api/oauth/start/route": "/api/oauth/start",
|
|
5
|
-
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
6
5
|
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
7
|
-
"/api/
|
|
8
|
-
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
6
|
+
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
9
7
|
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
8
|
+
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
10
9
|
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
11
|
-
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
12
|
-
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
13
10
|
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
11
|
+
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
12
|
+
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
13
|
+
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
14
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
16
|
"/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"/page": "/",
|
|
21
21
|
"/onboarding/page": "/onboarding",
|
|
22
22
|
"/audit/page": "/audit",
|
|
23
|
+
"/roots/new/page": "/roots/new",
|
|
23
24
|
"/settings/page": "/settings",
|
|
25
|
+
"/share/[id]/file/page": "/share/[id]/file",
|
|
24
26
|
"/share/[id]/page": "/share/[id]",
|
|
25
|
-
"/roots/new/page": "/roots/new",
|
|
26
27
|
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
27
|
-
"/share/[id]/file/page": "/share/[id]/file",
|
|
28
28
|
"/utilities/page": "/utilities",
|
|
29
|
-
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
30
29
|
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
|
|
31
|
-
"/roots/[id]/workflows/page": "/roots/[id]/workflows",
|
|
32
30
|
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
|
|
33
|
-
"/roots/[id]/page": "/roots/[id]"
|
|
31
|
+
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
32
|
+
"/roots/[id]/page": "/roots/[id]",
|
|
33
|
+
"/roots/[id]/workflows/page": "/roots/[id]/workflows"
|
|
34
34
|
}
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/fhVNqfmJl5Mdfhyhg6orp/_buildManifest.js",
|
|
9
|
+
"static/fhVNqfmJl5Mdfhyhg6orp/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
12
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.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-2b0eab4ccdf44f63.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-2b0eab4ccdf44f63.js",
|
|
27
27
|
"static/chunks/framework-aaa7c1a953276299.js",
|
|
28
28
|
"static/chunks/main-bfb98fc1d6aa1d45.js",
|
|
29
29
|
"static/chunks/pages/_error-da89ab2956f0cf38.js"
|
|
@@ -1,56 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 4,
|
|
3
|
-
"routes": {
|
|
4
|
-
"/_not-found": {
|
|
5
|
-
"initialStatus": 404,
|
|
6
|
-
"experimentalBypassFor": [
|
|
7
|
-
{
|
|
8
|
-
"type": "header",
|
|
9
|
-
"key": "next-action"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"type": "header",
|
|
13
|
-
"key": "content-type",
|
|
14
|
-
"value": "multipart/form-data;.*"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"initialRevalidateSeconds": false,
|
|
18
|
-
"srcRoute": "/_not-found",
|
|
19
|
-
"dataRoute": "/_not-found.rsc",
|
|
20
|
-
"allowHeader": [
|
|
21
|
-
"host",
|
|
22
|
-
"x-matched-path",
|
|
23
|
-
"x-prerender-revalidate",
|
|
24
|
-
"x-prerender-revalidate-if-generated",
|
|
25
|
-
"x-next-revalidated-tags",
|
|
26
|
-
"x-next-revalidate-tag-token"
|
|
27
|
-
]
|
|
28
|
-
},
|
|
29
|
-
"/": {
|
|
30
|
-
"experimentalBypassFor": [
|
|
31
|
-
{
|
|
32
|
-
"type": "header",
|
|
33
|
-
"key": "next-action"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"type": "header",
|
|
37
|
-
"key": "content-type",
|
|
38
|
-
"value": "multipart/form-data;.*"
|
|
39
|
-
}
|
|
40
|
-
],
|
|
41
|
-
"initialRevalidateSeconds": false,
|
|
42
|
-
"srcRoute": "/",
|
|
43
|
-
"dataRoute": "/index.rsc",
|
|
44
|
-
"allowHeader": [
|
|
45
|
-
"host",
|
|
46
|
-
"x-matched-path",
|
|
47
|
-
"x-prerender-revalidate",
|
|
48
|
-
"x-prerender-revalidate-if-generated",
|
|
49
|
-
"x-next-revalidated-tags",
|
|
50
|
-
"x-next-revalidate-tag-token"
|
|
51
|
-
]
|
|
52
|
-
}
|
|
53
|
-
},
|
|
3
|
+
"routes": {},
|
|
54
4
|
"dynamicRoutes": {
|
|
55
5
|
"/api/utilities/[scope]/[id]/host-api.mjs": {
|
|
56
6
|
"experimentalBypassFor": [
|
|
@@ -105,8 +55,8 @@
|
|
|
105
55
|
},
|
|
106
56
|
"notFoundRoutes": [],
|
|
107
57
|
"preview": {
|
|
108
|
-
"previewModeId": "
|
|
109
|
-
"previewModeSigningKey": "
|
|
110
|
-
"previewModeEncryptionKey": "
|
|
58
|
+
"previewModeId": "10ae7a841bece32de59153b689290706",
|
|
59
|
+
"previewModeSigningKey": "10cabd5f57d779db886833943a3fa32dc81bfbcc0f044bd73f96b02c79029673",
|
|
60
|
+
"previewModeEncryptionKey": "1fbc55eb3464a275ff0c636bd069cfe9bc08951682319fac625fa30cb8614fe1"
|
|
111
61
|
}
|
|
112
62
|
}
|