reflex-agent 0.2.4 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +111 -98
- package/.next/app-path-routes-manifest.json +9 -9
- 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 +4 -4
- package/.next/server/app/onboarding/page.js.nft.json +1 -1
- package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page.js +2 -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 +4 -2
- 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 +9 -9
- 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/2433.js +1 -1
- package/.next/server/chunks/2503.js +1 -1
- package/.next/server/chunks/285.js +471 -0
- package/.next/server/chunks/2959.js +1 -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/3657.js +1 -1
- package/.next/server/chunks/4066.js +1 -1
- package/.next/server/chunks/4438.js +1 -0
- package/.next/server/chunks/4514.js +3 -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/{3953.js → 5068.js} +2 -2
- 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/6909.js +142 -161
- 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/9427.js +1 -0
- package/.next/server/chunks/9538.js +1 -0
- package/.next/server/chunks/963.js +1 -0
- package/.next/server/chunks/9835.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/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/2865-134f546f21ca4330.js +1 -0
- package/.next/static/chunks/4108.5abdb7812a13eafd.js +1 -0
- package/.next/static/chunks/5254-4196f25e56270de5.js +1 -0
- package/.next/static/chunks/5521-cbc665104c7e59d3.js +1 -0
- package/.next/static/chunks/6445-99824866a51b582a.js +1 -0
- package/.next/static/chunks/8855-9b941d2b78f398ce.js +1 -0
- package/.next/static/chunks/8871-2948840b33c0863d.js +1 -0
- package/.next/static/chunks/9411-af5f758c57741929.js +3 -0
- package/.next/static/chunks/app/agents/[agentId]/page-5d6f4cb16b42d02b.js +1 -0
- package/.next/static/chunks/app/layout-d4cf24375db6d793.js +1 -0
- package/.next/static/chunks/app/onboarding/page-7303664b62ccc24a.js +1 -0
- package/.next/static/chunks/app/page-97d312db91d569f7.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-123f60a544619a3c.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-e253597edb1b2440.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-91a8de6a1c79f8a3.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-4300a52e163883df.js +1 -0
- package/.next/static/chunks/app/roots/new/page-6b104aad46a38173.js +1 -0
- package/.next/static/chunks/app/settings/page-afe1b80f7f45c5eb.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-a5fb565bd892d4df.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-eb713a2b5209942c.js +1 -0
- package/.next/static/chunks/app/utilities/page-b7f30c151c42a27c.js +1 -0
- package/.next/static/chunks/{webpack-5fca180586957874.js → webpack-bddc3babcbc30dd7.js} +1 -1
- package/.next/static/css/60e9b6cdf1283e83.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 -2
- 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/packages/utilities/learn-anything/README.md +0 -41
- package/packages/utilities/learn-anything/actions/_json.ts +0 -191
- package/packages/utilities/learn-anything/actions/_store.ts +0 -248
- package/packages/utilities/learn-anything/actions/buildModule.ts +0 -487
- package/packages/utilities/learn-anything/actions/explainSelection.ts +0 -64
- package/packages/utilities/learn-anything/actions/generateOutline.ts +0 -170
- package/packages/utilities/learn-anything/actions/generateQuiz.ts +0 -72
- package/packages/utilities/learn-anything/actions/generateTrainer.ts +0 -106
- package/packages/utilities/learn-anything/actions/refreshCourseCard.ts +0 -76
- package/packages/utilities/learn-anything/actions/tutorAsk.ts +0 -93
- package/packages/utilities/learn-anything/article-view.tsx +0 -464
- package/packages/utilities/learn-anything/manifest.json +0 -42
- package/packages/utilities/learn-anything/ui.tsx +0 -1589
- /package/.next/static/{og_wC7UPkGtJDiapaTgBr → IGuuMcet1qtGZQCP2MEn4}/_buildManifest.js +0 -0
- /package/.next/static/{og_wC7UPkGtJDiapaTgBr → IGuuMcet1qtGZQCP2MEn4}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
IGuuMcet1qtGZQCP2MEn4
|
|
@@ -1,319 +1,332 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/webpack-
|
|
4
|
+
"static/chunks/webpack-bddc3babcbc30dd7.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-bddc3babcbc30dd7.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/60e9b6cdf1283e83.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-d4cf24375db6d793.js"
|
|
21
22
|
],
|
|
22
23
|
"/api/images/[rootId]/[file]/route": [
|
|
23
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-bddc3babcbc30dd7.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
|
-
"/api/oauth/start/route": [
|
|
30
|
-
"static/chunks/webpack-5fca180586957874.js",
|
|
31
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
32
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
33
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
34
|
-
"static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
|
|
35
|
-
],
|
|
36
30
|
"/api/oauth/callback/route": [
|
|
37
|
-
"static/chunks/webpack-
|
|
31
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
38
32
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
39
33
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
40
34
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
41
35
|
"static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
|
|
42
36
|
],
|
|
43
37
|
"/api/agents/[agentId]/respond/route": [
|
|
44
|
-
"static/chunks/webpack-
|
|
38
|
+
"static/chunks/webpack-bddc3babcbc30dd7.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/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
49
43
|
],
|
|
50
|
-
"/api/roots/[id]/chat/[topicId]/
|
|
51
|
-
"static/chunks/webpack-
|
|
44
|
+
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
45
|
+
"static/chunks/webpack-bddc3babcbc30dd7.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/roots/[id]/chat/[topicId]/
|
|
49
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
|
|
56
50
|
],
|
|
57
51
|
"/api/roots/[id]/dashboard/route": [
|
|
58
|
-
"static/chunks/webpack-
|
|
52
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
59
53
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
60
54
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
61
55
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
62
56
|
"static/chunks/app/api/roots/[id]/dashboard/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-bddc3babcbc30dd7.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]/suggestions/route": [
|
|
72
|
-
"static/chunks/webpack-
|
|
66
|
+
"static/chunks/webpack-bddc3babcbc30dd7.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]/suggestions/route-7e2f82a91b10b7e2.js"
|
|
77
71
|
],
|
|
78
|
-
"/api/roots/[id]/attachments/route": [
|
|
79
|
-
"static/chunks/webpack-5fca180586957874.js",
|
|
80
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
81
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
82
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
83
|
-
"static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
|
|
84
|
-
],
|
|
85
72
|
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
86
|
-
"static/chunks/webpack-
|
|
73
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
87
74
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
88
75
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
89
76
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
90
77
|
"static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
|
|
91
78
|
],
|
|
92
79
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": [
|
|
93
|
-
"static/chunks/webpack-
|
|
80
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
94
81
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
95
82
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
96
83
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
97
84
|
"static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
|
|
98
85
|
],
|
|
86
|
+
"/api/roots/[id]/attachments/route": [
|
|
87
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
88
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
89
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
90
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
91
|
+
"static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
|
|
92
|
+
],
|
|
99
93
|
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
100
|
-
"static/chunks/webpack-
|
|
94
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
101
95
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
102
96
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
103
97
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
104
98
|
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
|
|
105
99
|
],
|
|
106
100
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": [
|
|
107
|
-
"static/chunks/webpack-
|
|
101
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
108
102
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
109
103
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
110
104
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
111
105
|
"static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
|
|
112
106
|
],
|
|
113
107
|
"/api/utilities/[scope]/[id]/host/route": [
|
|
114
|
-
"static/chunks/webpack-
|
|
108
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
115
109
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
116
110
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
117
111
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
118
112
|
"static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
|
|
119
113
|
],
|
|
120
114
|
"/api/utilities/[scope]/[id]/style.css/route": [
|
|
121
|
-
"static/chunks/webpack-
|
|
115
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
122
116
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
123
117
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
124
118
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
125
119
|
"static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
|
|
126
120
|
],
|
|
127
121
|
"/api/utilities/[scope]/[id]/iframe/route": [
|
|
128
|
-
"static/chunks/webpack-
|
|
122
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
129
123
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
130
124
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
131
125
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
132
126
|
"static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
|
|
133
127
|
],
|
|
128
|
+
"/api/oauth/start/route": [
|
|
129
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
130
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
131
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
132
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
133
|
+
"static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
|
|
134
|
+
],
|
|
134
135
|
"/agents/[agentId]/page": [
|
|
135
|
-
"static/chunks/webpack-
|
|
136
|
+
"static/chunks/webpack-bddc3babcbc30dd7.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-bddc3babcbc30dd7.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/2865-134f546f21ca4330.js",
|
|
158
|
+
"static/chunks/app/page-97d312db91d569f7.js"
|
|
156
159
|
],
|
|
157
160
|
"/onboarding/page": [
|
|
158
|
-
"static/chunks/webpack-
|
|
161
|
+
"static/chunks/webpack-bddc3babcbc30dd7.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-7303664b62ccc24a.js"
|
|
164
168
|
],
|
|
165
|
-
"/
|
|
166
|
-
"static/chunks/webpack-
|
|
169
|
+
"/roots/new/page": [
|
|
170
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
167
171
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
168
172
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
169
173
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
170
174
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
171
175
|
"static/chunks/1217-407174d9b164a499.js",
|
|
176
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
172
177
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
173
|
-
"static/chunks/
|
|
178
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
179
|
+
"static/chunks/app/roots/new/page-6b104aad46a38173.js"
|
|
174
180
|
],
|
|
175
|
-
"/
|
|
176
|
-
"static/chunks/webpack-
|
|
181
|
+
"/settings/page": [
|
|
182
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
177
183
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
178
184
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
179
185
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
180
186
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
181
187
|
"static/chunks/1217-407174d9b164a499.js",
|
|
188
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
182
189
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
183
190
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
184
|
-
"static/chunks/
|
|
191
|
+
"static/chunks/5235-990ba9c4c8446446.js",
|
|
192
|
+
"static/chunks/app/settings/page-afe1b80f7f45c5eb.js"
|
|
185
193
|
],
|
|
186
194
|
"/share/[id]/file/page": [
|
|
187
|
-
"static/chunks/webpack-
|
|
195
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
188
196
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
189
197
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
190
198
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
191
199
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
192
200
|
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
193
201
|
],
|
|
194
|
-
"/
|
|
195
|
-
"static/chunks/webpack-
|
|
202
|
+
"/share/[id]/page": [
|
|
203
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
196
204
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
197
205
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
198
206
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
199
207
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
200
|
-
"static/chunks/
|
|
201
|
-
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
208
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
202
209
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
203
|
-
"static/chunks/
|
|
204
|
-
"static/chunks/app/
|
|
210
|
+
"static/chunks/8871-2948840b33c0863d.js",
|
|
211
|
+
"static/chunks/app/share/[id]/page-a5fb565bd892d4df.js"
|
|
205
212
|
],
|
|
206
|
-
"/
|
|
207
|
-
"static/chunks/webpack-
|
|
213
|
+
"/utilities/page": [
|
|
214
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
208
215
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
209
216
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
210
217
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
211
218
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
219
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
220
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
221
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
212
222
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
213
|
-
"static/chunks/
|
|
214
|
-
"static/chunks/app/share/[id]/page-2d123f0a99e1606f.js"
|
|
223
|
+
"static/chunks/app/utilities/page-b7f30c151c42a27c.js"
|
|
215
224
|
],
|
|
216
|
-
"/utilities/page": [
|
|
217
|
-
"static/chunks/webpack-
|
|
225
|
+
"/utilities/[scope]/[id]/page": [
|
|
226
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
218
227
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
219
228
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
220
229
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
221
230
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
222
231
|
"static/chunks/1217-407174d9b164a499.js",
|
|
232
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
223
233
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
224
234
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
225
|
-
"static/chunks/
|
|
235
|
+
"static/chunks/8871-2948840b33c0863d.js",
|
|
236
|
+
"static/chunks/app/utilities/[scope]/[id]/page-eb713a2b5209942c.js"
|
|
226
237
|
],
|
|
227
|
-
"/
|
|
228
|
-
"static/chunks/webpack-
|
|
238
|
+
"/audit/page": [
|
|
239
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
229
240
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
230
241
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
231
242
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
232
243
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
233
244
|
"static/chunks/1217-407174d9b164a499.js",
|
|
234
245
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
235
|
-
"static/chunks/
|
|
236
|
-
"static/chunks/6231-d83c1544bbea8424.js",
|
|
237
|
-
"static/chunks/app/utilities/[scope]/[id]/page-0bbb8d17af80c1da.js"
|
|
246
|
+
"static/chunks/app/audit/page-e3445076d462aa80.js"
|
|
238
247
|
],
|
|
239
248
|
"/roots/[id]/layout": [
|
|
240
|
-
"static/chunks/webpack-
|
|
249
|
+
"static/chunks/webpack-bddc3babcbc30dd7.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-bddc3babcbc30dd7.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/2865-134f546f21ca4330.js",
|
|
269
|
+
"static/chunks/5254-4196f25e56270de5.js",
|
|
270
|
+
"static/chunks/5521-cbc665104c7e59d3.js",
|
|
271
|
+
"static/chunks/app/roots/[id]/chat/[topicId]/page-123f60a544619a3c.js"
|
|
263
272
|
],
|
|
264
|
-
"/roots/[id]/
|
|
265
|
-
"static/chunks/webpack-
|
|
273
|
+
"/roots/[id]/kb/[...slug]/page": [
|
|
274
|
+
"static/chunks/webpack-bddc3babcbc30dd7.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
283
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
274
284
|
"static/chunks/8775-890699c74c28df61.js",
|
|
275
|
-
"static/chunks/
|
|
276
|
-
"static/chunks/
|
|
277
|
-
"static/chunks/
|
|
278
|
-
"static/chunks/
|
|
279
|
-
"static/chunks/app/roots/[id]/chat/[topicId]/page-8db2d0b75cd333c8.js"
|
|
285
|
+
"static/chunks/2865-134f546f21ca4330.js",
|
|
286
|
+
"static/chunks/5254-4196f25e56270de5.js",
|
|
287
|
+
"static/chunks/8855-9b941d2b78f398ce.js",
|
|
288
|
+
"static/chunks/app/roots/[id]/kb/[...slug]/page-e253597edb1b2440.js"
|
|
280
289
|
],
|
|
281
|
-
"/roots/[id]/
|
|
282
|
-
"static/chunks/webpack-
|
|
290
|
+
"/roots/[id]/page": [
|
|
291
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
283
292
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
284
293
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
285
294
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
286
295
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
287
296
|
"static/chunks/1217-407174d9b164a499.js",
|
|
297
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
288
298
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
289
299
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
290
300
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
291
301
|
"static/chunks/8775-890699c74c28df61.js",
|
|
292
|
-
"static/chunks/
|
|
293
|
-
"static/chunks/
|
|
294
|
-
"static/chunks/
|
|
295
|
-
"static/chunks/
|
|
302
|
+
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
303
|
+
"static/chunks/2865-134f546f21ca4330.js",
|
|
304
|
+
"static/chunks/5254-4196f25e56270de5.js",
|
|
305
|
+
"static/chunks/5521-cbc665104c7e59d3.js",
|
|
306
|
+
"static/chunks/8855-9b941d2b78f398ce.js",
|
|
307
|
+
"static/chunks/app/roots/[id]/page-91a8de6a1c79f8a3.js"
|
|
296
308
|
],
|
|
297
|
-
"/roots/[id]/workflows/
|
|
298
|
-
"static/chunks/webpack-
|
|
309
|
+
"/roots/[id]/workflows/page": [
|
|
310
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
299
311
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
300
312
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
301
313
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
302
314
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
303
315
|
"static/chunks/1217-407174d9b164a499.js",
|
|
304
316
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
305
|
-
"static/chunks/
|
|
306
|
-
"static/chunks/app/roots/[id]/workflows/[wfId]/page-7c1f10dbe0bcb9ad.js"
|
|
317
|
+
"static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js"
|
|
307
318
|
],
|
|
308
|
-
"/roots/[id]/workflows/page": [
|
|
309
|
-
"static/chunks/webpack-
|
|
319
|
+
"/roots/[id]/workflows/[wfId]/page": [
|
|
320
|
+
"static/chunks/webpack-bddc3babcbc30dd7.js",
|
|
310
321
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
311
322
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
312
323
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
313
324
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
314
325
|
"static/chunks/1217-407174d9b164a499.js",
|
|
326
|
+
"static/chunks/9411-af5f758c57741929.js",
|
|
315
327
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
316
|
-
"static/chunks/
|
|
328
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
329
|
+
"static/chunks/app/roots/[id]/workflows/[wfId]/page-4300a52e163883df.js"
|
|
317
330
|
]
|
|
318
331
|
}
|
|
319
332
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
3
|
"/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
|
|
4
|
-
"/api/oauth/start/route": "/api/oauth/start",
|
|
5
4
|
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
6
5
|
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
7
|
-
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
8
|
-
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
9
6
|
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
7
|
+
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
8
|
+
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
10
9
|
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
11
|
-
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
12
10
|
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
13
11
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
12
|
+
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
14
13
|
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
15
14
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
|
|
16
15
|
"/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
|
|
17
16
|
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
18
17
|
"/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
|
|
18
|
+
"/api/oauth/start/route": "/api/oauth/start",
|
|
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
|
-
"/share/[id]/file/page": "/share/[id]/file",
|
|
25
23
|
"/settings/page": "/settings",
|
|
24
|
+
"/share/[id]/file/page": "/share/[id]/file",
|
|
26
25
|
"/share/[id]/page": "/share/[id]",
|
|
27
26
|
"/utilities/page": "/utilities",
|
|
28
27
|
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
29
|
-
"/
|
|
28
|
+
"/audit/page": "/audit",
|
|
30
29
|
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
|
|
31
30
|
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
32
|
-
"/roots/[id]/
|
|
33
|
-
"/roots/[id]/workflows/page": "/roots/[id]/workflows"
|
|
31
|
+
"/roots/[id]/page": "/roots/[id]",
|
|
32
|
+
"/roots/[id]/workflows/page": "/roots/[id]/workflows",
|
|
33
|
+
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]"
|
|
34
34
|
}
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/IGuuMcet1qtGZQCP2MEn4/_buildManifest.js",
|
|
9
|
+
"static/IGuuMcet1qtGZQCP2MEn4/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
12
|
+
"static/chunks/webpack-bddc3babcbc30dd7.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-bddc3babcbc30dd7.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-bddc3babcbc30dd7.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": "8eb847f6daefe4a7ac31cb817937cf12",
|
|
59
|
+
"previewModeSigningKey": "77e2f00a38bcd3222208677e95ba94b1e77e0bf889304fa38d60e3b523e584ec",
|
|
60
|
+
"previewModeEncryptionKey": "7f598a9e5eb77ca3901c83ff39e812dd3b4892fe53aeccda38f2e96dd7ff761c"
|
|
111
61
|
}
|
|
112
62
|
}
|