reflex-agent 0.2.4 → 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 +103 -90
- package/.next/app-path-routes-manifest.json +8 -8
- 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 +3 -3
- 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 +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 +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 +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 -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 +8 -8
- 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/{3953.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/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-5fca180586957874.js → webpack-2b0eab4ccdf44f63.js} +1 -1
- package/.next/static/css/4b367c1d0fa99b78.css +1 -0
- package/.next/trace +47 -46
- 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 +2 -1
- 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/1410.js +0 -1
- package/.next/server/chunks/1986.js +0 -1
- package/.next/server/chunks/2448.js +0 -3
- package/.next/server/chunks/5754.js +0 -3
- package/.next/server/chunks/7097.js +0 -1
- package/.next/server/chunks/7782.js +0 -1
- package/.next/server/chunks/7987.js +0 -1
- package/.next/server/chunks/810.js +0 -1
- package/.next/server/chunks/8843.js +0 -1
- package/.next/server/chunks/9328.js +0 -179
- package/.next/server/pages/404.html +0 -1
- package/.next/static/chunks/2488-c9590facb4b9f184.js +0 -1
- package/.next/static/chunks/2684-257d38989ef53935.js +0 -1
- package/.next/static/chunks/4108.fb9f99a9c899ef54.js +0 -1
- package/.next/static/chunks/6231-d83c1544bbea8424.js +0 -1
- package/.next/static/chunks/9045-731ff0865352dd95.js +0 -1
- package/.next/static/chunks/9496-75ccd3fadb294fba.js +0 -1
- package/.next/static/chunks/992-4e7b7f722c629e21.js +0 -1
- package/.next/static/chunks/app/agents/[agentId]/page-0b5c2838354d0eba.js +0 -1
- package/.next/static/chunks/app/layout-9a59ed07c18cb786.js +0 -1
- package/.next/static/chunks/app/onboarding/page-79f07a813ea2abfe.js +0 -1
- package/.next/static/chunks/app/page-27f4b98b02ac4f79.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-8db2d0b75cd333c8.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-873b131eec3a2f30.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-270d0d49eb668784.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-7c1f10dbe0bcb9ad.js +0 -1
- package/.next/static/chunks/app/roots/new/page-ac1a9f6379710ca2.js +0 -1
- package/.next/static/chunks/app/settings/page-81cb1393e817dfc3.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-2d123f0a99e1606f.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-0bbb8d17af80c1da.js +0 -1
- package/.next/static/chunks/app/utilities/page-e6ce673b9357bf1f.js +0 -1
- package/.next/static/css/87e01f779d555d04.css +0 -1
- /package/.next/static/{og_wC7UPkGtJDiapaTgBr → fhVNqfmJl5Mdfhyhg6orp}/_buildManifest.js +0 -0
- /package/.next/static/{og_wC7UPkGtJDiapaTgBr → 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
37
|
"/api/oauth/callback/route": [
|
|
37
|
-
"static/chunks/webpack-
|
|
38
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
38
39
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
39
40
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
40
41
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
41
42
|
"static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
|
|
42
43
|
],
|
|
43
44
|
"/api/agents/[agentId]/respond/route": [
|
|
44
|
-
"static/chunks/webpack-
|
|
45
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
45
46
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
46
47
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
47
48
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
48
49
|
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
49
50
|
],
|
|
50
|
-
"/api/roots/[id]/chat/[topicId]/
|
|
51
|
-
"static/chunks/webpack-
|
|
51
|
+
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
52
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
52
53
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
53
54
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
54
55
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
55
|
-
"static/chunks/app/api/roots/[id]/chat/[topicId]/
|
|
56
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
|
|
56
57
|
],
|
|
57
|
-
"/api/roots/[id]/
|
|
58
|
-
"static/chunks/webpack-
|
|
58
|
+
"/api/roots/[id]/chat/[topicId]/stop/route": [
|
|
59
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
59
60
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
60
61
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
61
62
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
62
|
-
"static/chunks/app/api/roots/[id]/
|
|
63
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
|
|
63
64
|
],
|
|
64
|
-
"/api/roots/[id]/
|
|
65
|
-
"static/chunks/webpack-
|
|
65
|
+
"/api/roots/[id]/dashboard/route": [
|
|
66
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
66
67
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
67
68
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
68
69
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
69
|
-
"static/chunks/app/api/roots/[id]/
|
|
70
|
+
"static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
|
|
70
71
|
],
|
|
71
|
-
"/api/roots/[id]/
|
|
72
|
-
"static/chunks/webpack-
|
|
72
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
73
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
73
74
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
74
75
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
75
76
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
76
|
-
"static/chunks/app/api/roots/[id]/
|
|
77
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
|
|
77
78
|
],
|
|
78
79
|
"/api/roots/[id]/attachments/route": [
|
|
79
|
-
"static/chunks/webpack-
|
|
80
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
80
81
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
81
82
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
82
83
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
83
84
|
"static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
|
|
84
85
|
],
|
|
85
|
-
"/api/
|
|
86
|
-
"static/chunks/webpack-
|
|
86
|
+
"/api/roots/[id]/suggestions/route": [
|
|
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
|
-
"static/chunks/app/api/
|
|
91
|
+
"static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
|
|
91
92
|
],
|
|
92
93
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": [
|
|
93
|
-
"static/chunks/webpack-
|
|
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
98
|
"static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
|
|
98
99
|
],
|
|
99
|
-
"/api/
|
|
100
|
-
"static/chunks/webpack-
|
|
100
|
+
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
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
|
-
"static/chunks/app/api/
|
|
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",
|
|
@@ -173,140 +177,149 @@
|
|
|
173
177
|
"static/chunks/app/audit/page-e3445076d462aa80.js"
|
|
174
178
|
],
|
|
175
179
|
"/roots/new/page": [
|
|
176
|
-
"static/chunks/webpack-
|
|
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/app/roots/new/page-
|
|
185
|
-
],
|
|
186
|
-
"/share/[id]/file/page": [
|
|
187
|
-
"static/chunks/webpack-5fca180586957874.js",
|
|
188
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
189
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
190
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
191
|
-
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
192
|
-
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
189
|
+
"static/chunks/app/roots/new/page-df8d2c1f0c64c37a.js"
|
|
193
190
|
],
|
|
194
191
|
"/settings/page": [
|
|
195
|
-
"static/chunks/webpack-
|
|
192
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
196
193
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
197
194
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
198
195
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
199
196
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
200
197
|
"static/chunks/1217-407174d9b164a499.js",
|
|
198
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
201
199
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
202
200
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
203
201
|
"static/chunks/5235-990ba9c4c8446446.js",
|
|
204
|
-
"static/chunks/app/settings/page-
|
|
202
|
+
"static/chunks/app/settings/page-fdba798d9e243ad3.js"
|
|
203
|
+
],
|
|
204
|
+
"/share/[id]/file/page": [
|
|
205
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
206
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
207
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
208
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
209
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
210
|
+
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
205
211
|
],
|
|
206
212
|
"/share/[id]/page": [
|
|
207
|
-
"static/chunks/webpack-
|
|
213
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
208
214
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
209
215
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
210
216
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
211
217
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
218
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
212
219
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
213
|
-
"static/chunks/
|
|
214
|
-
"static/chunks/app/share/[id]/page-
|
|
220
|
+
"static/chunks/3736-f4e42d6d38be50b0.js",
|
|
221
|
+
"static/chunks/app/share/[id]/page-818a451d05e08d26.js"
|
|
215
222
|
],
|
|
216
|
-
"/utilities/page": [
|
|
217
|
-
"static/chunks/webpack-
|
|
223
|
+
"/utilities/[scope]/[id]/page": [
|
|
224
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
218
225
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
219
226
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
220
227
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
221
228
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
222
229
|
"static/chunks/1217-407174d9b164a499.js",
|
|
230
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
223
231
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
224
232
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
225
|
-
"static/chunks/
|
|
233
|
+
"static/chunks/3736-f4e42d6d38be50b0.js",
|
|
234
|
+
"static/chunks/app/utilities/[scope]/[id]/page-2cee09cc2ab9b5e8.js"
|
|
226
235
|
],
|
|
227
|
-
"/utilities/
|
|
228
|
-
"static/chunks/webpack-
|
|
236
|
+
"/utilities/page": [
|
|
237
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
229
238
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
230
239
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
231
240
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
232
241
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
233
242
|
"static/chunks/1217-407174d9b164a499.js",
|
|
243
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
234
244
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
235
245
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
236
|
-
"static/chunks/
|
|
237
|
-
"static/chunks/app/utilities/[scope]/[id]/page-0bbb8d17af80c1da.js"
|
|
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]/page": [
|
|
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/
|
|
261
|
-
"static/chunks/
|
|
262
|
-
"static/chunks/app/roots/[id]/page-270d0d49eb668784.js"
|
|
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"
|
|
263
272
|
],
|
|
264
|
-
"/roots/[id]/
|
|
265
|
-
"static/chunks/webpack-
|
|
273
|
+
"/roots/[id]/workflows/[wfId]/page": [
|
|
274
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
266
275
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
267
276
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
268
277
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
269
278
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
270
279
|
"static/chunks/1217-407174d9b164a499.js",
|
|
280
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
271
281
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
272
282
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
273
|
-
"static/chunks/
|
|
274
|
-
"static/chunks/8775-890699c74c28df61.js",
|
|
275
|
-
"static/chunks/6568-e4d2de23d9f8d347.js",
|
|
276
|
-
"static/chunks/2684-257d38989ef53935.js",
|
|
277
|
-
"static/chunks/992-4e7b7f722c629e21.js",
|
|
278
|
-
"static/chunks/9496-75ccd3fadb294fba.js",
|
|
279
|
-
"static/chunks/app/roots/[id]/chat/[topicId]/page-8db2d0b75cd333c8.js"
|
|
283
|
+
"static/chunks/app/roots/[id]/workflows/[wfId]/page-1ee3320bf5744efc.js"
|
|
280
284
|
],
|
|
281
285
|
"/roots/[id]/kb/[...slug]/page": [
|
|
282
|
-
"static/chunks/webpack-
|
|
286
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
283
287
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
284
288
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
285
289
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
286
290
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
287
291
|
"static/chunks/1217-407174d9b164a499.js",
|
|
292
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
288
293
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
289
294
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
290
295
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
291
296
|
"static/chunks/8775-890699c74c28df61.js",
|
|
292
|
-
"static/chunks/
|
|
293
|
-
"static/chunks/
|
|
294
|
-
"static/chunks/
|
|
295
|
-
"static/chunks/app/roots/[id]/kb/[...slug]/page-
|
|
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"
|
|
296
301
|
],
|
|
297
|
-
"/roots/[id]/
|
|
298
|
-
"static/chunks/webpack-
|
|
302
|
+
"/roots/[id]/page": [
|
|
303
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
299
304
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
300
305
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
301
306
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
302
307
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
303
308
|
"static/chunks/1217-407174d9b164a499.js",
|
|
309
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
304
310
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
305
311
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
306
|
-
"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"
|
|
307
320
|
],
|
|
308
321
|
"/roots/[id]/workflows/page": [
|
|
309
|
-
"static/chunks/webpack-
|
|
322
|
+
"static/chunks/webpack-2b0eab4ccdf44f63.js",
|
|
310
323
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
311
324
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
312
325
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"/api/oauth/start/route": "/api/oauth/start",
|
|
5
5
|
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
6
6
|
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
7
|
+
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
7
8
|
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
8
9
|
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
9
|
-
"/api/roots/[id]/chat/[topicId]/
|
|
10
|
-
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
10
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
11
11
|
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
12
|
-
"/api/
|
|
12
|
+
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
13
13
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
14
|
-
"/api/
|
|
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",
|
|
17
17
|
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"/onboarding/page": "/onboarding",
|
|
22
22
|
"/audit/page": "/audit",
|
|
23
23
|
"/roots/new/page": "/roots/new",
|
|
24
|
-
"/share/[id]/file/page": "/share/[id]/file",
|
|
25
24
|
"/settings/page": "/settings",
|
|
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]",
|
|
29
|
-
"/
|
|
28
|
+
"/utilities/page": "/utilities",
|
|
30
29
|
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
|
|
31
|
-
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
32
30
|
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
|
|
31
|
+
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
32
|
+
"/roots/[id]/page": "/roots/[id]",
|
|
33
33
|
"/roots/[id]/workflows/page": "/roots/[id]/workflows"
|
|
34
34
|
}
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/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
|
}
|