@jiangxiaosheng/digital-agent-platform 1.0.3 → 1.0.4
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 +67 -67
- package/.next/app-path-routes-manifest.json +1 -1
- package/.next/build-manifest.json +2 -2
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/eslint/.cache_1bmmeh3 +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/1.pack +0 -0
- package/.next/cache/webpack/client-production/3.pack +0 -0
- package/.next/cache/webpack/client-production/4.pack +0 -0
- package/.next/cache/webpack/client-production/5.pack +0 -0
- package/.next/cache/webpack/client-production/6.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/1.pack +0 -0
- package/.next/cache/webpack/server-production/3.pack +0 -0
- package/.next/cache/webpack/server-production/4.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/.next/next-minimal-server.js.nft.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/server/app/[locale]/agents/[id]/chat/page_client-reference-manifest.js +1 -1
- package/.next/server/app/[locale]/agents/[id]/edit/page_client-reference-manifest.js +1 -1
- package/.next/server/app/[locale]/agents/new/page_client-reference-manifest.js +1 -1
- package/.next/server/app/[locale]/agents/page_client-reference-manifest.js +1 -1
- package/.next/server/app/[locale]/knowledge/page_client-reference-manifest.js +1 -1
- package/.next/server/app/[locale]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/[locale]/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +1 -1
- package/.next/server/app/api/agents/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/auth-config/test/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/bash-output/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/chat/[agentId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/env-vars/[key]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/env-vars/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/env-vars/scan/route.js +1 -1
- package/.next/server/app/api/env-vars/scan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/file-serve/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/fs/browse/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/knowledge/[id]/documents/[docId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/knowledge/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/knowledge/[id]/upload/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/knowledge/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/knowledge/search/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/sessions/[agentId]/[sessionId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/sessions/[agentId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/sessions/history/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/[name]/route.js +1 -1
- package/.next/server/app/api/skills/[name]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/install/route.js +1 -1
- package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/route.js +1 -1
- package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/tts/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/voice-provider/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/workspace-files/route_client-reference-manifest.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +17 -17
- package/.next/server/middleware-manifest.json +4 -4
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/trace +4 -4
- package/package.json +1 -1
- package/src/app/api/models/route.ts +8 -2
- package/src/lib/skills.ts +2 -1
- /package/.next/static/{jzQoM_kWiDDx3mIoxV6tk → 0f9LzcIDG_ySmdh1lmd-C}/_buildManifest.js +0 -0
- /package/.next/static/{jzQoM_kWiDDx3mIoxV6tk → 0f9LzcIDG_ySmdh1lmd-C}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0f9LzcIDG_ySmdh1lmd-C
|
|
@@ -15,13 +15,6 @@
|
|
|
15
15
|
"static/css/632ce3b5496b50af.css",
|
|
16
16
|
"static/chunks/app/layout-4af7a40b1f262149.js"
|
|
17
17
|
],
|
|
18
|
-
"/api/agents/route": [
|
|
19
|
-
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
20
|
-
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
21
|
-
"static/chunks/1517-9c89c425ac486877.js",
|
|
22
|
-
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
23
|
-
"static/chunks/app/api/agents/route-e227ba4be09c8ea2.js"
|
|
24
|
-
],
|
|
25
18
|
"/api/agents/[id]/route": [
|
|
26
19
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
27
20
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
@@ -29,33 +22,33 @@
|
|
|
29
22
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
30
23
|
"static/chunks/app/api/agents/[id]/route-2c9f12e90dc8bc05.js"
|
|
31
24
|
],
|
|
32
|
-
"/api/
|
|
25
|
+
"/api/agents/route": [
|
|
33
26
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
34
27
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
35
28
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
36
29
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
37
|
-
"static/chunks/app/api/
|
|
30
|
+
"static/chunks/app/api/agents/route-e227ba4be09c8ea2.js"
|
|
38
31
|
],
|
|
39
|
-
"/api/knowledge/route": [
|
|
32
|
+
"/api/knowledge/[id]/documents/[docId]/route": [
|
|
40
33
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
41
34
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
42
35
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
43
36
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
44
|
-
"static/chunks/app/api/knowledge/route-
|
|
37
|
+
"static/chunks/app/api/knowledge/[id]/documents/[docId]/route-db2e1804b71004c5.js"
|
|
45
38
|
],
|
|
46
|
-
"/api/knowledge/[id]/
|
|
39
|
+
"/api/knowledge/[id]/route": [
|
|
47
40
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
48
41
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
49
42
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
50
43
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
51
|
-
"static/chunks/app/api/knowledge/[id]/
|
|
44
|
+
"static/chunks/app/api/knowledge/[id]/route-501735d3dfb2e743.js"
|
|
52
45
|
],
|
|
53
|
-
"/api/
|
|
46
|
+
"/api/knowledge/route": [
|
|
54
47
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
55
48
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
56
49
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
57
50
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
58
|
-
"static/chunks/app/api/
|
|
51
|
+
"static/chunks/app/api/knowledge/route-f5adfe5daf2e157c.js"
|
|
59
52
|
],
|
|
60
53
|
"/api/knowledge/search/route": [
|
|
61
54
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
@@ -71,19 +64,19 @@
|
|
|
71
64
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
72
65
|
"static/chunks/app/api/sessions/[agentId]/route-2fa7611378376ed4.js"
|
|
73
66
|
],
|
|
74
|
-
"/api/
|
|
67
|
+
"/api/sessions/[agentId]/[sessionId]/route": [
|
|
75
68
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
76
69
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
77
70
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
78
71
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
79
|
-
"static/chunks/app/api/
|
|
72
|
+
"static/chunks/app/api/sessions/[agentId]/[sessionId]/route-4ed9dc6ddb3b98da.js"
|
|
80
73
|
],
|
|
81
|
-
"/api/
|
|
74
|
+
"/api/settings/route": [
|
|
82
75
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
83
76
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
84
77
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
85
78
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
86
|
-
"static/chunks/app/api/
|
|
79
|
+
"static/chunks/app/api/settings/route-969f9ac513905ffe.js"
|
|
87
80
|
],
|
|
88
81
|
"/api/env-vars/[key]/route": [
|
|
89
82
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
@@ -92,12 +85,12 @@
|
|
|
92
85
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
93
86
|
"static/chunks/app/api/env-vars/[key]/route-567c08ee1be81799.js"
|
|
94
87
|
],
|
|
95
|
-
"/api/
|
|
88
|
+
"/api/bash-output/route": [
|
|
96
89
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
97
90
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
98
91
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
99
92
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
100
|
-
"static/chunks/app/api/
|
|
93
|
+
"static/chunks/app/api/bash-output/route-0bfb3c0f9ff5859a.js"
|
|
101
94
|
],
|
|
102
95
|
"/api/env-vars/route": [
|
|
103
96
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
@@ -106,12 +99,12 @@
|
|
|
106
99
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
107
100
|
"static/chunks/app/api/env-vars/route-146d3ab2015e6fe6.js"
|
|
108
101
|
],
|
|
109
|
-
"/api/
|
|
102
|
+
"/api/tts/route": [
|
|
110
103
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
111
104
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
112
105
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
113
106
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
114
|
-
"static/chunks/app/api/
|
|
107
|
+
"static/chunks/app/api/tts/route-8186cb3d5316250e.js"
|
|
115
108
|
],
|
|
116
109
|
"/api/file-serve/route": [
|
|
117
110
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
@@ -127,13 +120,6 @@
|
|
|
127
120
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
128
121
|
"static/chunks/app/api/fs/browse/route-85da11c8b91bfc41.js"
|
|
129
122
|
],
|
|
130
|
-
"/api/bash-output/route": [
|
|
131
|
-
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
132
|
-
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
133
|
-
"static/chunks/1517-9c89c425ac486877.js",
|
|
134
|
-
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
135
|
-
"static/chunks/app/api/bash-output/route-0bfb3c0f9ff5859a.js"
|
|
136
|
-
],
|
|
137
123
|
"/api/models-config/route": [
|
|
138
124
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
139
125
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
@@ -141,26 +127,26 @@
|
|
|
141
127
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
142
128
|
"static/chunks/app/api/models-config/route-ad2d0c9262659d68.js"
|
|
143
129
|
],
|
|
144
|
-
"/api/
|
|
130
|
+
"/api/env-vars/scan/route": [
|
|
145
131
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
146
132
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
147
133
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
148
134
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
149
|
-
"static/chunks/app/api/
|
|
135
|
+
"static/chunks/app/api/env-vars/scan/route-2910d42f96d76168.js"
|
|
150
136
|
],
|
|
151
|
-
"/api/
|
|
137
|
+
"/api/auth-config/test/route": [
|
|
152
138
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
153
139
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
154
140
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
155
141
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
156
|
-
"static/chunks/app/api/
|
|
142
|
+
"static/chunks/app/api/auth-config/test/route-1a6a754ae71e89f0.js"
|
|
157
143
|
],
|
|
158
|
-
"/api/
|
|
144
|
+
"/api/knowledge/[id]/upload/route": [
|
|
159
145
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
160
146
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
161
147
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
162
148
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
163
|
-
"static/chunks/app/api/
|
|
149
|
+
"static/chunks/app/api/knowledge/[id]/upload/route-fb036c262ee843f0.js"
|
|
164
150
|
],
|
|
165
151
|
"/api/skills/install/route": [
|
|
166
152
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
@@ -176,33 +162,33 @@
|
|
|
176
162
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
177
163
|
"static/chunks/app/api/skills/route-e5affcfa067cf550.js"
|
|
178
164
|
],
|
|
179
|
-
"/api/skills/
|
|
165
|
+
"/api/skills/[name]/route": [
|
|
180
166
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
181
167
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
182
168
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
183
169
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
184
|
-
"static/chunks/app/api/skills/
|
|
170
|
+
"static/chunks/app/api/skills/[name]/route-7df36eded75e7234.js"
|
|
185
171
|
],
|
|
186
|
-
"/api/
|
|
172
|
+
"/api/chat/[agentId]/route": [
|
|
187
173
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
188
174
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
189
175
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
190
176
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
191
|
-
"static/chunks/app/api/
|
|
177
|
+
"static/chunks/app/api/chat/[agentId]/route-f7318b5c8e97f243.js"
|
|
192
178
|
],
|
|
193
|
-
"/api/models/route": [
|
|
179
|
+
"/api/models-config/test/route": [
|
|
194
180
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
195
181
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
196
182
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
197
183
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
198
|
-
"static/chunks/app/api/models/route-
|
|
184
|
+
"static/chunks/app/api/models-config/test/route-272aea5aa29f1429.js"
|
|
199
185
|
],
|
|
200
|
-
"/api/
|
|
186
|
+
"/api/skills/search/route": [
|
|
201
187
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
202
188
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
203
189
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
204
190
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
205
|
-
"static/chunks/app/api/
|
|
191
|
+
"static/chunks/app/api/skills/search/route-b5b24854e46bb392.js"
|
|
206
192
|
],
|
|
207
193
|
"/api/sessions/history/route": [
|
|
208
194
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
@@ -211,6 +197,20 @@
|
|
|
211
197
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
212
198
|
"static/chunks/app/api/sessions/history/route-5a455eb0be9b3a33.js"
|
|
213
199
|
],
|
|
200
|
+
"/api/models/route": [
|
|
201
|
+
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
202
|
+
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
203
|
+
"static/chunks/1517-9c89c425ac486877.js",
|
|
204
|
+
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
205
|
+
"static/chunks/app/api/models/route-9e102c5352543aea.js"
|
|
206
|
+
],
|
|
207
|
+
"/api/voice-provider/route": [
|
|
208
|
+
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
209
|
+
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
210
|
+
"static/chunks/1517-9c89c425ac486877.js",
|
|
211
|
+
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
212
|
+
"static/chunks/app/api/voice-provider/route-df0bb3cf19b0296c.js"
|
|
213
|
+
],
|
|
214
214
|
"/api/workspace-files/route": [
|
|
215
215
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
216
216
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
@@ -237,6 +237,16 @@
|
|
|
237
237
|
"static/chunks/7200-c9c613d1b11207fb.js",
|
|
238
238
|
"static/chunks/app/[locale]/layout-48d759d6db5dd8ae.js"
|
|
239
239
|
],
|
|
240
|
+
"/[locale]/agents/[id]/chat/page": [
|
|
241
|
+
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
242
|
+
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
243
|
+
"static/chunks/1517-9c89c425ac486877.js",
|
|
244
|
+
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
245
|
+
"static/chunks/8313-cd4e4ad40e185f1c.js",
|
|
246
|
+
"static/chunks/1868-9f3e42aa5a6ea9d2.js",
|
|
247
|
+
"static/chunks/5663-7b816438e0166950.js",
|
|
248
|
+
"static/chunks/app/[locale]/agents/[id]/chat/page-95dc12875cda0b9c.js"
|
|
249
|
+
],
|
|
240
250
|
"/[locale]/agents/new/page": [
|
|
241
251
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
242
252
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
@@ -251,15 +261,22 @@
|
|
|
251
261
|
"static/chunks/3923-e04a628626d77a16.js",
|
|
252
262
|
"static/chunks/app/[locale]/agents/new/page-aeaa197c0ccfd2f9.js"
|
|
253
263
|
],
|
|
254
|
-
"/[locale]/
|
|
264
|
+
"/[locale]/agents/page": [
|
|
255
265
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
256
266
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
257
267
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
258
268
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
259
269
|
"static/chunks/8313-cd4e4ad40e185f1c.js",
|
|
260
270
|
"static/chunks/3259-52b0aabc8fbba4a9.js",
|
|
261
|
-
"static/chunks/
|
|
262
|
-
"static/chunks/app/[locale]/
|
|
271
|
+
"static/chunks/8173-6258ed62b7084bda.js",
|
|
272
|
+
"static/chunks/app/[locale]/agents/page-243c454594122944.js"
|
|
273
|
+
],
|
|
274
|
+
"/[locale]/page": [
|
|
275
|
+
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
276
|
+
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
277
|
+
"static/chunks/1517-9c89c425ac486877.js",
|
|
278
|
+
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
279
|
+
"static/chunks/app/[locale]/page-b9ea4f8cf8aeb0f1.js"
|
|
263
280
|
],
|
|
264
281
|
"/[locale]/settings/page": [
|
|
265
282
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
@@ -271,15 +288,15 @@
|
|
|
271
288
|
"static/chunks/6742-ad22486f7c4c8592.js",
|
|
272
289
|
"static/chunks/app/[locale]/settings/page-71d67c3b9f712584.js"
|
|
273
290
|
],
|
|
274
|
-
"/[locale]/
|
|
291
|
+
"/[locale]/knowledge/page": [
|
|
275
292
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
276
293
|
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
277
294
|
"static/chunks/1517-9c89c425ac486877.js",
|
|
278
295
|
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
279
296
|
"static/chunks/8313-cd4e4ad40e185f1c.js",
|
|
297
|
+
"static/chunks/3259-52b0aabc8fbba4a9.js",
|
|
280
298
|
"static/chunks/1868-9f3e42aa5a6ea9d2.js",
|
|
281
|
-
"static/chunks/
|
|
282
|
-
"static/chunks/app/[locale]/agents/[id]/chat/page-95dc12875cda0b9c.js"
|
|
299
|
+
"static/chunks/app/[locale]/knowledge/page-7b4b6aa0a07d7da3.js"
|
|
283
300
|
],
|
|
284
301
|
"/[locale]/agents/[id]/edit/page": [
|
|
285
302
|
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
@@ -294,23 +311,6 @@
|
|
|
294
311
|
"static/chunks/2733-714d0e6cd51477c7.js",
|
|
295
312
|
"static/chunks/3923-e04a628626d77a16.js",
|
|
296
313
|
"static/chunks/app/[locale]/agents/[id]/edit/page-8d0cc73c7aff7774.js"
|
|
297
|
-
],
|
|
298
|
-
"/[locale]/agents/page": [
|
|
299
|
-
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
300
|
-
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
301
|
-
"static/chunks/1517-9c89c425ac486877.js",
|
|
302
|
-
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
303
|
-
"static/chunks/8313-cd4e4ad40e185f1c.js",
|
|
304
|
-
"static/chunks/3259-52b0aabc8fbba4a9.js",
|
|
305
|
-
"static/chunks/8173-6258ed62b7084bda.js",
|
|
306
|
-
"static/chunks/app/[locale]/agents/page-243c454594122944.js"
|
|
307
|
-
],
|
|
308
|
-
"/[locale]/page": [
|
|
309
|
-
"static/chunks/webpack-9b9d7723f8078270.js",
|
|
310
|
-
"static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
|
|
311
|
-
"static/chunks/1517-9c89c425ac486877.js",
|
|
312
|
-
"static/chunks/main-app-07be5f69ef8a336a.js",
|
|
313
|
-
"static/chunks/app/[locale]/page-b9ea4f8cf8aeb0f1.js"
|
|
314
314
|
]
|
|
315
315
|
}
|
|
316
316
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"/_not-found/page":"/_not-found","/api/agents/route":"/api/agents","/api/agents/
|
|
1
|
+
{"/_not-found/page":"/_not-found","/api/agents/[id]/route":"/api/agents/[id]","/api/agents/route":"/api/agents","/api/knowledge/[id]/documents/[docId]/route":"/api/knowledge/[id]/documents/[docId]","/api/knowledge/[id]/route":"/api/knowledge/[id]","/api/knowledge/route":"/api/knowledge","/api/knowledge/search/route":"/api/knowledge/search","/api/sessions/[agentId]/route":"/api/sessions/[agentId]","/api/sessions/[agentId]/[sessionId]/route":"/api/sessions/[agentId]/[sessionId]","/api/settings/route":"/api/settings","/api/env-vars/[key]/route":"/api/env-vars/[key]","/api/bash-output/route":"/api/bash-output","/api/env-vars/route":"/api/env-vars","/api/tts/route":"/api/tts","/api/file-serve/route":"/api/file-serve","/api/fs/browse/route":"/api/fs/browse","/api/models-config/route":"/api/models-config","/api/env-vars/scan/route":"/api/env-vars/scan","/api/auth-config/test/route":"/api/auth-config/test","/api/knowledge/[id]/upload/route":"/api/knowledge/[id]/upload","/api/skills/install/route":"/api/skills/install","/api/skills/route":"/api/skills","/api/skills/[name]/route":"/api/skills/[name]","/api/chat/[agentId]/route":"/api/chat/[agentId]","/api/models-config/test/route":"/api/models-config/test","/api/skills/search/route":"/api/skills/search","/api/sessions/history/route":"/api/sessions/history","/api/models/route":"/api/models","/api/voice-provider/route":"/api/voice-provider","/api/workspace-files/route":"/api/workspace-files","/page":"/","/[locale]/agents/[id]/chat/page":"/[locale]/agents/[id]/chat","/[locale]/agents/new/page":"/[locale]/agents/new","/[locale]/agents/page":"/[locale]/agents","/[locale]/page":"/[locale]","/[locale]/settings/page":"/[locale]/settings","/[locale]/knowledge/page":"/[locale]/knowledge","/[locale]/agents/[id]/edit/page":"/[locale]/agents/[id]/edit"}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/0f9LzcIDG_ySmdh1lmd-C/_buildManifest.js",
|
|
9
|
+
"static/0f9LzcIDG_ySmdh1lmd-C/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-9b9d7723f8078270.js",
|