@jiangxiaosheng/digital-agent-platform 2.0.1 → 2.0.2

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.
Files changed (95) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +310 -44
  3. package/.next/app-path-routes-manifest.json +1 -1
  4. package/.next/build-manifest.json +19 -6
  5. package/.next/cache/.rscinfo +1 -1
  6. package/.next/cache/webpack/client-production/0.pack +0 -0
  7. package/.next/cache/webpack/client-production/index.pack +0 -0
  8. package/.next/cache/webpack/edge-server-production/0.pack +0 -0
  9. package/.next/cache/webpack/edge-server-production/index.pack +0 -0
  10. package/.next/cache/webpack/server-production/0.pack +0 -0
  11. package/.next/cache/webpack/server-production/index.pack +0 -0
  12. package/.next/next-minimal-server.js.nft.json +1 -1
  13. package/.next/next-server.js.nft.json +1 -1
  14. package/.next/prerender-manifest.json +1 -1
  15. package/.next/server/app/[locale]/agents/[id]/chat/page.js +1 -516
  16. package/.next/server/app/[locale]/agents/[id]/chat/page_client-reference-manifest.js +1 -1
  17. package/.next/server/app/[locale]/agents/[id]/edit/page_client-reference-manifest.js +1 -1
  18. package/.next/server/app/[locale]/agents/new/page_client-reference-manifest.js +1 -1
  19. package/.next/server/app/[locale]/agents/page_client-reference-manifest.js +1 -1
  20. package/.next/server/app/[locale]/knowledge/page_client-reference-manifest.js +1 -1
  21. package/.next/server/app/[locale]/page_client-reference-manifest.js +1 -1
  22. package/.next/server/app/[locale]/settings/page_client-reference-manifest.js +1 -1
  23. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  24. package/.next/server/app/_not-found.html +1 -1
  25. package/.next/server/app/_not-found.rsc +1 -1
  26. package/.next/server/app/api/agents/[id]/route_client-reference-manifest.js +1 -1
  27. package/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
  28. package/.next/server/app/api/auth-config/test/route_client-reference-manifest.js +1 -1
  29. package/.next/server/app/api/bash-output/route_client-reference-manifest.js +1 -1
  30. package/.next/server/app/api/builtin-providers/route_client-reference-manifest.js +1 -1
  31. package/.next/server/app/api/chat/[agentId]/route_client-reference-manifest.js +1 -1
  32. package/.next/server/app/api/env-vars/[key]/route_client-reference-manifest.js +1 -1
  33. package/.next/server/app/api/env-vars/route_client-reference-manifest.js +1 -1
  34. package/.next/server/app/api/env-vars/scan/route_client-reference-manifest.js +1 -1
  35. package/.next/server/app/api/file-serve/route_client-reference-manifest.js +1 -1
  36. package/.next/server/app/api/fs/browse/route_client-reference-manifest.js +1 -1
  37. package/.next/server/app/api/knowledge/[id]/documents/[docId]/route_client-reference-manifest.js +1 -1
  38. package/.next/server/app/api/knowledge/[id]/route_client-reference-manifest.js +1 -1
  39. package/.next/server/app/api/knowledge/[id]/upload/route.js +1 -1
  40. package/.next/server/app/api/knowledge/[id]/upload/route_client-reference-manifest.js +1 -1
  41. package/.next/server/app/api/knowledge/route_client-reference-manifest.js +1 -1
  42. package/.next/server/app/api/knowledge/search/route_client-reference-manifest.js +1 -1
  43. package/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  44. package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -1
  45. package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -1
  46. package/.next/server/app/api/sessions/[agentId]/[sessionId]/route_client-reference-manifest.js +1 -1
  47. package/.next/server/app/api/sessions/[agentId]/route_client-reference-manifest.js +1 -1
  48. package/.next/server/app/api/sessions/history/route_client-reference-manifest.js +1 -1
  49. package/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
  50. package/.next/server/app/api/skills/[name]/route_client-reference-manifest.js +1 -1
  51. package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -1
  52. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
  53. package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -1
  54. package/.next/server/app/api/tts/route_client-reference-manifest.js +1 -1
  55. package/.next/server/app/api/voice-provider/route_client-reference-manifest.js +1 -1
  56. package/.next/server/app/api/workspace-files/route_client-reference-manifest.js +1 -1
  57. package/.next/server/app/index.html +1 -1
  58. package/.next/server/app/index.rsc +1 -1
  59. package/.next/server/app/page_client-reference-manifest.js +1 -1
  60. package/.next/server/app-paths-manifest.json +38 -0
  61. package/.next/server/middleware-build-manifest.js +1 -22
  62. package/.next/server/middleware-manifest.json +5 -5
  63. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  64. package/.next/server/next-font-manifest.js +1 -1
  65. package/.next/server/pages/404.html +1 -1
  66. package/.next/server/pages/500.html +1 -1
  67. package/.next/server/pages/_error.js +1 -1
  68. package/.next/server/pages-manifest.json +1 -1
  69. package/.next/server/server-reference-manifest.js +1 -1
  70. package/.next/server/server-reference-manifest.json +1 -5
  71. package/.next/server/webpack-runtime.js +1 -215
  72. package/.next/static/chunks/{3763-85d191447a96df85.js → 3763-ea55ce7682889cb6.js} +1 -1
  73. package/.next/static/chunks/{6009-821afbef93a9b2dc.js → 6009-c9f03c0151c7d932.js} +1 -1
  74. package/.next/static/chunks/{7200-c9c613d1b11207fb.js → 7200-3e2b5e981a747a6b.js} +1 -1
  75. package/.next/static/chunks/app/[locale]/agents/[id]/chat/{page-95dc12875cda0b9c.js → page-1138da7e5b6e4435.js} +1 -1
  76. package/.next/static/chunks/app/[locale]/{layout-bca0349ba5d79253.js → layout-5c05e64401a6d048.js} +1 -1
  77. package/.next/trace +35 -35
  78. package/package.json +1 -1
  79. package/.next/server/vendor-chunks/@radix-ui.js +0 -125
  80. package/.next/server/vendor-chunks/lucide-react.js +0 -445
  81. package/.next/server/vendor-chunks/next.js +0 -3211
  82. package/.next/server/vendor-chunks/uuid.js +0 -75
  83. package/.next/static/chunks/app/layout.js +0 -39
  84. package/.next/static/chunks/webpack.js +0 -1416
  85. package/.next/static/development/_buildManifest.js +0 -1
  86. package/.next/static/development/_ssgManifest.js +0 -1
  87. package/.next/static/webpack/29489ef42c5fbc7f.webpack.hot-update.json +0 -1
  88. package/.next/static/webpack/app/layout.29489ef42c5fbc7f.hot-update.js +0 -22
  89. package/.next/static/webpack/app/layout.be3d0f45e3439f26.hot-update.js +0 -22
  90. package/.next/static/webpack/be3d0f45e3439f26.webpack.hot-update.json +0 -1
  91. package/.next/static/webpack/webpack.29489ef42c5fbc7f.hot-update.js +0 -18
  92. package/.next/static/webpack/webpack.be3d0f45e3439f26.hot-update.js +0 -18
  93. package/.next/types/app/[locale]/layout.ts +0 -84
  94. /package/.next/static/{RTJ4_XTTnBpNxBIZhyBht → yXEysGzm6PP-vW5ptUZ-5}/_buildManifest.js +0 -0
  95. /package/.next/static/{RTJ4_XTTnBpNxBIZhyBht → yXEysGzm6PP-vW5ptUZ-5}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- RTJ4_XTTnBpNxBIZhyBht
1
+ yXEysGzm6PP-vW5ptUZ-5
@@ -1,61 +1,327 @@
1
1
  {
2
2
  "pages": {
3
- "/layout": [
4
- "static/chunks/webpack.js",
5
- "static/chunks/main-app.js",
6
- "static/css/app/layout.css",
7
- "static/chunks/app/layout.js"
8
- ],
9
- "/[locale]/layout": [
10
- "static/chunks/webpack.js",
11
- "static/chunks/main-app.js",
12
- "static/css/app/[locale]/layout.css",
13
- "static/chunks/app/[locale]/layout.js"
3
+ "/_not-found/page": [
4
+ "static/chunks/webpack-9b9d7723f8078270.js",
5
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
6
+ "static/chunks/1517-9c89c425ac486877.js",
7
+ "static/chunks/main-app-07be5f69ef8a336a.js",
8
+ "static/chunks/app/_not-found/page-f97d2843fca4f7e9.js"
14
9
  ],
15
- "/[locale]/page": [
16
- "static/chunks/webpack.js",
17
- "static/chunks/main-app.js",
18
- "static/chunks/app/[locale]/page.js"
10
+ "/layout": [
11
+ "static/chunks/webpack-9b9d7723f8078270.js",
12
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
13
+ "static/chunks/1517-9c89c425ac486877.js",
14
+ "static/chunks/main-app-07be5f69ef8a336a.js",
15
+ "static/css/cf57e4f98fcf821e.css",
16
+ "static/chunks/app/layout-4af7a40b1f262149.js"
19
17
  ],
20
- "/[locale]/agents/page": [
21
- "static/chunks/webpack.js",
22
- "static/chunks/main-app.js",
23
- "static/chunks/app/[locale]/agents/page.js"
18
+ "/api/agents/[id]/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/[id]/route-487d5b6ace8ca811.js"
24
24
  ],
25
25
  "/api/agents/route": [
26
- "static/chunks/webpack.js",
27
- "static/chunks/main-app.js",
28
- "static/chunks/app/api/agents/route.js"
26
+ "static/chunks/webpack-9b9d7723f8078270.js",
27
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
28
+ "static/chunks/1517-9c89c425ac486877.js",
29
+ "static/chunks/main-app-07be5f69ef8a336a.js",
30
+ "static/chunks/app/api/agents/route-103bf3cbbca8a465.js"
29
31
  ],
30
- "/[locale]/agents/[id]/chat/page": [
31
- "static/chunks/webpack.js",
32
- "static/chunks/main-app.js",
33
- "static/chunks/app/[locale]/agents/[id]/chat/page.js"
32
+ "/api/knowledge/[id]/route": [
33
+ "static/chunks/webpack-9b9d7723f8078270.js",
34
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
35
+ "static/chunks/1517-9c89c425ac486877.js",
36
+ "static/chunks/main-app-07be5f69ef8a336a.js",
37
+ "static/chunks/app/api/knowledge/[id]/route-94aec3ec358f9d7d.js"
34
38
  ],
35
- "/api/workspace-files/route": [
36
- "static/chunks/webpack.js",
37
- "static/chunks/main-app.js",
38
- "static/chunks/app/api/workspace-files/route.js"
39
+ "/api/knowledge/[id]/documents/[docId]/route": [
40
+ "static/chunks/webpack-9b9d7723f8078270.js",
41
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
42
+ "static/chunks/1517-9c89c425ac486877.js",
43
+ "static/chunks/main-app-07be5f69ef8a336a.js",
44
+ "static/chunks/app/api/knowledge/[id]/documents/[docId]/route-d76cc634a6e8e171.js"
39
45
  ],
40
- "/api/agents/[id]/route": [
41
- "static/chunks/webpack.js",
42
- "static/chunks/main-app.js",
43
- "static/chunks/app/api/agents/[id]/route.js"
46
+ "/api/knowledge/search/route": [
47
+ "static/chunks/webpack-9b9d7723f8078270.js",
48
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
49
+ "static/chunks/1517-9c89c425ac486877.js",
50
+ "static/chunks/main-app-07be5f69ef8a336a.js",
51
+ "static/chunks/app/api/knowledge/search/route-61f38144202dcb2d.js"
44
52
  ],
45
- "/api/skills/route": [
46
- "static/chunks/webpack.js",
47
- "static/chunks/main-app.js",
48
- "static/chunks/app/api/skills/route.js"
53
+ "/api/knowledge/route": [
54
+ "static/chunks/webpack-9b9d7723f8078270.js",
55
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
56
+ "static/chunks/1517-9c89c425ac486877.js",
57
+ "static/chunks/main-app-07be5f69ef8a336a.js",
58
+ "static/chunks/app/api/knowledge/route-4bcbcf4cba562468.js"
59
+ ],
60
+ "/api/sessions/[agentId]/[sessionId]/route": [
61
+ "static/chunks/webpack-9b9d7723f8078270.js",
62
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
63
+ "static/chunks/1517-9c89c425ac486877.js",
64
+ "static/chunks/main-app-07be5f69ef8a336a.js",
65
+ "static/chunks/app/api/sessions/[agentId]/[sessionId]/route-f98dd5b5c6c9e89e.js"
49
66
  ],
50
67
  "/api/sessions/[agentId]/route": [
51
- "static/chunks/webpack.js",
52
- "static/chunks/main-app.js",
53
- "static/chunks/app/api/sessions/[agentId]/route.js"
68
+ "static/chunks/webpack-9b9d7723f8078270.js",
69
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
70
+ "static/chunks/1517-9c89c425ac486877.js",
71
+ "static/chunks/main-app-07be5f69ef8a336a.js",
72
+ "static/chunks/app/api/sessions/[agentId]/route-d27f5331c7d1d73c.js"
73
+ ],
74
+ "/api/settings/route": [
75
+ "static/chunks/webpack-9b9d7723f8078270.js",
76
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
77
+ "static/chunks/1517-9c89c425ac486877.js",
78
+ "static/chunks/main-app-07be5f69ef8a336a.js",
79
+ "static/chunks/app/api/settings/route-0484f9bc2fa78f45.js"
80
+ ],
81
+ "/api/tts/route": [
82
+ "static/chunks/webpack-9b9d7723f8078270.js",
83
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
84
+ "static/chunks/1517-9c89c425ac486877.js",
85
+ "static/chunks/main-app-07be5f69ef8a336a.js",
86
+ "static/chunks/app/api/tts/route-d750b1b210760252.js"
87
+ ],
88
+ "/api/bash-output/route": [
89
+ "static/chunks/webpack-9b9d7723f8078270.js",
90
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
91
+ "static/chunks/1517-9c89c425ac486877.js",
92
+ "static/chunks/main-app-07be5f69ef8a336a.js",
93
+ "static/chunks/app/api/bash-output/route-760896e04ed7b9d4.js"
94
+ ],
95
+ "/api/auth-config/test/route": [
96
+ "static/chunks/webpack-9b9d7723f8078270.js",
97
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
98
+ "static/chunks/1517-9c89c425ac486877.js",
99
+ "static/chunks/main-app-07be5f69ef8a336a.js",
100
+ "static/chunks/app/api/auth-config/test/route-a29429de3a9d31ab.js"
101
+ ],
102
+ "/api/env-vars/[key]/route": [
103
+ "static/chunks/webpack-9b9d7723f8078270.js",
104
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
105
+ "static/chunks/1517-9c89c425ac486877.js",
106
+ "static/chunks/main-app-07be5f69ef8a336a.js",
107
+ "static/chunks/app/api/env-vars/[key]/route-d7c6bf72e969121b.js"
108
+ ],
109
+ "/api/file-serve/route": [
110
+ "static/chunks/webpack-9b9d7723f8078270.js",
111
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
112
+ "static/chunks/1517-9c89c425ac486877.js",
113
+ "static/chunks/main-app-07be5f69ef8a336a.js",
114
+ "static/chunks/app/api/file-serve/route-5b2be723b7e52a29.js"
115
+ ],
116
+ "/api/fs/browse/route": [
117
+ "static/chunks/webpack-9b9d7723f8078270.js",
118
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
119
+ "static/chunks/1517-9c89c425ac486877.js",
120
+ "static/chunks/main-app-07be5f69ef8a336a.js",
121
+ "static/chunks/app/api/fs/browse/route-03b7fb60e0c2ae21.js"
122
+ ],
123
+ "/api/env-vars/route": [
124
+ "static/chunks/webpack-9b9d7723f8078270.js",
125
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
126
+ "static/chunks/1517-9c89c425ac486877.js",
127
+ "static/chunks/main-app-07be5f69ef8a336a.js",
128
+ "static/chunks/app/api/env-vars/route-99e89fc92d8332bc.js"
129
+ ],
130
+ "/api/env-vars/scan/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/env-vars/scan/route-e90558a31727cd55.js"
136
+ ],
137
+ "/api/builtin-providers/route": [
138
+ "static/chunks/webpack-9b9d7723f8078270.js",
139
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
140
+ "static/chunks/1517-9c89c425ac486877.js",
141
+ "static/chunks/main-app-07be5f69ef8a336a.js",
142
+ "static/chunks/app/api/builtin-providers/route-7d3287c0ce090018.js"
143
+ ],
144
+ "/api/knowledge/[id]/upload/route": [
145
+ "static/chunks/webpack-9b9d7723f8078270.js",
146
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
147
+ "static/chunks/1517-9c89c425ac486877.js",
148
+ "static/chunks/main-app-07be5f69ef8a336a.js",
149
+ "static/chunks/app/api/knowledge/[id]/upload/route-5ec8fd7329b127ee.js"
150
+ ],
151
+ "/api/models-config/route": [
152
+ "static/chunks/webpack-9b9d7723f8078270.js",
153
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
154
+ "static/chunks/1517-9c89c425ac486877.js",
155
+ "static/chunks/main-app-07be5f69ef8a336a.js",
156
+ "static/chunks/app/api/models-config/route-919cd970b2f321bc.js"
157
+ ],
158
+ "/api/skills/[name]/route": [
159
+ "static/chunks/webpack-9b9d7723f8078270.js",
160
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
161
+ "static/chunks/1517-9c89c425ac486877.js",
162
+ "static/chunks/main-app-07be5f69ef8a336a.js",
163
+ "static/chunks/app/api/skills/[name]/route-60ab694f88b38a80.js"
164
+ ],
165
+ "/api/models-config/test/route": [
166
+ "static/chunks/webpack-9b9d7723f8078270.js",
167
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
168
+ "static/chunks/1517-9c89c425ac486877.js",
169
+ "static/chunks/main-app-07be5f69ef8a336a.js",
170
+ "static/chunks/app/api/models-config/test/route-623e3f4f4547b92a.js"
171
+ ],
172
+ "/api/skills/install/route": [
173
+ "static/chunks/webpack-9b9d7723f8078270.js",
174
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
175
+ "static/chunks/1517-9c89c425ac486877.js",
176
+ "static/chunks/main-app-07be5f69ef8a336a.js",
177
+ "static/chunks/app/api/skills/install/route-3519685184de3b32.js"
178
+ ],
179
+ "/api/skills/search/route": [
180
+ "static/chunks/webpack-9b9d7723f8078270.js",
181
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
182
+ "static/chunks/1517-9c89c425ac486877.js",
183
+ "static/chunks/main-app-07be5f69ef8a336a.js",
184
+ "static/chunks/app/api/skills/search/route-2e8c4b1a8d241ab5.js"
185
+ ],
186
+ "/api/skills/route": [
187
+ "static/chunks/webpack-9b9d7723f8078270.js",
188
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
189
+ "static/chunks/1517-9c89c425ac486877.js",
190
+ "static/chunks/main-app-07be5f69ef8a336a.js",
191
+ "static/chunks/app/api/skills/route-5758143326b468cb.js"
54
192
  ],
55
193
  "/api/chat/[agentId]/route": [
56
- "static/chunks/webpack.js",
57
- "static/chunks/main-app.js",
58
- "static/chunks/app/api/chat/[agentId]/route.js"
194
+ "static/chunks/webpack-9b9d7723f8078270.js",
195
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
196
+ "static/chunks/1517-9c89c425ac486877.js",
197
+ "static/chunks/main-app-07be5f69ef8a336a.js",
198
+ "static/chunks/app/api/chat/[agentId]/route-4b246ffe26c033d4.js"
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-73d7e42046f197ca.js"
206
+ ],
207
+ "/api/sessions/history/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/sessions/history/route-eae09ff778401c3f.js"
213
+ ],
214
+ "/api/workspace-files/route": [
215
+ "static/chunks/webpack-9b9d7723f8078270.js",
216
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
217
+ "static/chunks/1517-9c89c425ac486877.js",
218
+ "static/chunks/main-app-07be5f69ef8a336a.js",
219
+ "static/chunks/app/api/workspace-files/route-958c0f162a89a917.js"
220
+ ],
221
+ "/api/voice-provider/route": [
222
+ "static/chunks/webpack-9b9d7723f8078270.js",
223
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
224
+ "static/chunks/1517-9c89c425ac486877.js",
225
+ "static/chunks/main-app-07be5f69ef8a336a.js",
226
+ "static/chunks/app/api/voice-provider/route-9a64867b3cad917d.js"
227
+ ],
228
+ "/page": [
229
+ "static/chunks/webpack-9b9d7723f8078270.js",
230
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
231
+ "static/chunks/1517-9c89c425ac486877.js",
232
+ "static/chunks/main-app-07be5f69ef8a336a.js",
233
+ "static/chunks/app/page-166b54712ace687e.js"
234
+ ],
235
+ "/[locale]/layout": [
236
+ "static/chunks/webpack-9b9d7723f8078270.js",
237
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
238
+ "static/chunks/1517-9c89c425ac486877.js",
239
+ "static/chunks/main-app-07be5f69ef8a336a.js",
240
+ "static/css/7e7d96b1e6991756.css",
241
+ "static/chunks/8313-cd4e4ad40e185f1c.js",
242
+ "static/chunks/1868-9f3e42aa5a6ea9d2.js",
243
+ "static/chunks/8173-7b49941544f5ad1e.js",
244
+ "static/chunks/7200-3e2b5e981a747a6b.js",
245
+ "static/chunks/app/[locale]/layout-5c05e64401a6d048.js"
246
+ ],
247
+ "/[locale]/agents/new/page": [
248
+ "static/chunks/webpack-9b9d7723f8078270.js",
249
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
250
+ "static/chunks/1517-9c89c425ac486877.js",
251
+ "static/chunks/main-app-07be5f69ef8a336a.js",
252
+ "static/chunks/8313-cd4e4ad40e185f1c.js",
253
+ "static/chunks/1868-9f3e42aa5a6ea9d2.js",
254
+ "static/chunks/3259-52b0aabc8fbba4a9.js",
255
+ "static/chunks/8173-7b49941544f5ad1e.js",
256
+ "static/chunks/5964-cdb47df650c9e359.js",
257
+ "static/chunks/3763-ea55ce7682889cb6.js",
258
+ "static/chunks/5822-2ca912318cc34b52.js",
259
+ "static/chunks/6009-c9f03c0151c7d932.js",
260
+ "static/chunks/app/[locale]/agents/new/page-11833508212d4d80.js"
261
+ ],
262
+ "/[locale]/settings/page": [
263
+ "static/chunks/webpack-9b9d7723f8078270.js",
264
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
265
+ "static/chunks/1517-9c89c425ac486877.js",
266
+ "static/chunks/main-app-07be5f69ef8a336a.js",
267
+ "static/chunks/8313-cd4e4ad40e185f1c.js",
268
+ "static/chunks/1868-9f3e42aa5a6ea9d2.js",
269
+ "static/chunks/3259-52b0aabc8fbba4a9.js",
270
+ "static/chunks/5964-cdb47df650c9e359.js",
271
+ "static/chunks/5822-2ca912318cc34b52.js",
272
+ "static/chunks/app/[locale]/settings/page-5e543763315f5261.js"
273
+ ],
274
+ "/[locale]/agents/[id]/edit/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/8313-cd4e4ad40e185f1c.js",
280
+ "static/chunks/1868-9f3e42aa5a6ea9d2.js",
281
+ "static/chunks/3259-52b0aabc8fbba4a9.js",
282
+ "static/chunks/8173-7b49941544f5ad1e.js",
283
+ "static/chunks/5964-cdb47df650c9e359.js",
284
+ "static/chunks/3763-ea55ce7682889cb6.js",
285
+ "static/chunks/5822-2ca912318cc34b52.js",
286
+ "static/chunks/6009-c9f03c0151c7d932.js",
287
+ "static/chunks/app/[locale]/agents/[id]/edit/page-74a70d27b56ead9b.js"
288
+ ],
289
+ "/[locale]/agents/page": [
290
+ "static/chunks/webpack-9b9d7723f8078270.js",
291
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
292
+ "static/chunks/1517-9c89c425ac486877.js",
293
+ "static/chunks/main-app-07be5f69ef8a336a.js",
294
+ "static/chunks/8313-cd4e4ad40e185f1c.js",
295
+ "static/chunks/3259-52b0aabc8fbba4a9.js",
296
+ "static/chunks/8173-7b49941544f5ad1e.js",
297
+ "static/chunks/app/[locale]/agents/page-32d5ea5aa1849f9b.js"
298
+ ],
299
+ "/[locale]/knowledge/page": [
300
+ "static/chunks/webpack-9b9d7723f8078270.js",
301
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
302
+ "static/chunks/1517-9c89c425ac486877.js",
303
+ "static/chunks/main-app-07be5f69ef8a336a.js",
304
+ "static/chunks/8313-cd4e4ad40e185f1c.js",
305
+ "static/chunks/1868-9f3e42aa5a6ea9d2.js",
306
+ "static/chunks/3259-52b0aabc8fbba4a9.js",
307
+ "static/chunks/app/[locale]/knowledge/page-4928374e08e30a81.js"
308
+ ],
309
+ "/[locale]/page": [
310
+ "static/chunks/webpack-9b9d7723f8078270.js",
311
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
312
+ "static/chunks/1517-9c89c425ac486877.js",
313
+ "static/chunks/main-app-07be5f69ef8a336a.js",
314
+ "static/chunks/app/[locale]/page-127ea088d6caa34a.js"
315
+ ],
316
+ "/[locale]/agents/[id]/chat/page": [
317
+ "static/chunks/webpack-9b9d7723f8078270.js",
318
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
319
+ "static/chunks/1517-9c89c425ac486877.js",
320
+ "static/chunks/main-app-07be5f69ef8a336a.js",
321
+ "static/chunks/8313-cd4e4ad40e185f1c.js",
322
+ "static/chunks/1868-9f3e42aa5a6ea9d2.js",
323
+ "static/chunks/5663-7b816438e0166950.js",
324
+ "static/chunks/app/[locale]/agents/[id]/chat/page-1138da7e5b6e4435.js"
59
325
  ]
60
326
  }
61
327
  }
@@ -1 +1 @@
1
- {"/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/search/route":"/api/knowledge/search","/api/knowledge/route":"/api/knowledge","/api/sessions/[agentId]/route":"/api/sessions/[agentId]","/api/sessions/[agentId]/[sessionId]/route":"/api/sessions/[agentId]/[sessionId]","/_not-found/page":"/_not-found","/api/settings/route":"/api/settings","/api/tts/route":"/api/tts","/api/builtin-providers/route":"/api/builtin-providers","/api/bash-output/route":"/api/bash-output","/api/env-vars/[key]/route":"/api/env-vars/[key]","/api/auth-config/test/route":"/api/auth-config/test","/api/file-serve/route":"/api/file-serve","/api/env-vars/route":"/api/env-vars","/api/env-vars/scan/route":"/api/env-vars/scan","/api/fs/browse/route":"/api/fs/browse","/api/knowledge/[id]/upload/route":"/api/knowledge/[id]/upload","/api/models-config/test/route":"/api/models-config/test","/api/models-config/route":"/api/models-config","/api/skills/install/route":"/api/skills/install","/api/skills/[name]/route":"/api/skills/[name]","/api/models/route":"/api/models","/api/skills/route":"/api/skills","/api/sessions/history/route":"/api/sessions/history","/api/chat/[agentId]/route":"/api/chat/[agentId]","/api/skills/search/route":"/api/skills/search","/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/[id]/edit/page":"/[locale]/agents/[id]/edit","/[locale]/knowledge/page":"/[locale]/knowledge","/[locale]/agents/page":"/[locale]/agents","/[locale]/page":"/[locale]","/[locale]/settings/page":"/[locale]/settings","/[locale]/agents/new/page":"/[locale]/agents/new"}
1
+ {"/_not-found/page":"/_not-found","/api/agents/[id]/route":"/api/agents/[id]","/api/agents/route":"/api/agents","/api/knowledge/[id]/route":"/api/knowledge/[id]","/api/knowledge/[id]/documents/[docId]/route":"/api/knowledge/[id]/documents/[docId]","/api/knowledge/search/route":"/api/knowledge/search","/api/knowledge/route":"/api/knowledge","/api/sessions/[agentId]/[sessionId]/route":"/api/sessions/[agentId]/[sessionId]","/api/sessions/[agentId]/route":"/api/sessions/[agentId]","/api/settings/route":"/api/settings","/api/tts/route":"/api/tts","/api/bash-output/route":"/api/bash-output","/api/auth-config/test/route":"/api/auth-config/test","/api/env-vars/[key]/route":"/api/env-vars/[key]","/api/file-serve/route":"/api/file-serve","/api/fs/browse/route":"/api/fs/browse","/api/env-vars/route":"/api/env-vars","/api/env-vars/scan/route":"/api/env-vars/scan","/api/builtin-providers/route":"/api/builtin-providers","/api/knowledge/[id]/upload/route":"/api/knowledge/[id]/upload","/api/models-config/route":"/api/models-config","/api/skills/[name]/route":"/api/skills/[name]","/api/models-config/test/route":"/api/models-config/test","/api/skills/install/route":"/api/skills/install","/api/skills/search/route":"/api/skills/search","/api/skills/route":"/api/skills","/api/chat/[agentId]/route":"/api/chat/[agentId]","/api/models/route":"/api/models","/api/sessions/history/route":"/api/sessions/history","/api/workspace-files/route":"/api/workspace-files","/api/voice-provider/route":"/api/voice-provider","/page":"/","/[locale]/agents/new/page":"/[locale]/agents/new","/[locale]/settings/page":"/[locale]/settings","/[locale]/agents/[id]/edit/page":"/[locale]/agents/[id]/edit","/[locale]/agents/page":"/[locale]/agents","/[locale]/knowledge/page":"/[locale]/knowledge","/[locale]/page":"/[locale]","/[locale]/agents/[id]/chat/page":"/[locale]/agents/[id]/chat"}
@@ -1,20 +1,33 @@
1
1
  {
2
2
  "polyfillFiles": [
3
- "static/chunks/polyfills.js"
3
+ "static/chunks/polyfills-42372ed130431b0a.js"
4
4
  ],
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/development/_buildManifest.js",
9
- "static/development/_ssgManifest.js"
8
+ "static/yXEysGzm6PP-vW5ptUZ-5/_buildManifest.js",
9
+ "static/yXEysGzm6PP-vW5ptUZ-5/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
- "static/chunks/webpack.js",
13
- "static/chunks/main-app.js"
12
+ "static/chunks/webpack-9b9d7723f8078270.js",
13
+ "static/chunks/4bd1b696-c90310bf0ab1fbc7.js",
14
+ "static/chunks/1517-9c89c425ac486877.js",
15
+ "static/chunks/main-app-07be5f69ef8a336a.js"
14
16
  ],
15
17
  "rootMainFilesTree": {},
16
18
  "pages": {
17
- "/_app": []
19
+ "/_app": [
20
+ "static/chunks/webpack-9b9d7723f8078270.js",
21
+ "static/chunks/framework-a08059d19b5ea91c.js",
22
+ "static/chunks/main-294df54c69003650.js",
23
+ "static/chunks/pages/_app-00b41aece417ee52.js"
24
+ ],
25
+ "/_error": [
26
+ "static/chunks/webpack-9b9d7723f8078270.js",
27
+ "static/chunks/framework-a08059d19b5ea91c.js",
28
+ "static/chunks/main-294df54c69003650.js",
29
+ "static/chunks/pages/_error-6b43ce36a8d09a61.js"
30
+ ]
18
31
  },
19
32
  "ampFirstPages": []
20
33
  }
@@ -1 +1 @@
1
- {"encryption.key":"kEtkseQiFetyfXBHghbPvmmNO/UxQ+jh03uoNtQVBEI=","encryption.expire_at":1786438441818}
1
+ {"encryption.key":"8jQWHOkFDfVzsLYwqYBNo0EIKKXwk+CHnSQ+8Y2FhHs=","encryption.expire_at":1786438849075}
@@ -1 +1 @@
1
- {"version":1,"files":["../node_modules/styled-jsx/index.js","../node_modules/styled-jsx/package.json","../node_modules/styled-jsx/dist/index/index.js","../node_modules/react/package.json","../node_modules/react/index.js","../node_modules/client-only/package.json","../node_modules/react/cjs/react.production.js","../node_modules/client-only/index.js","../node_modules/styled-jsx/style.js","../node_modules/next/dist/compiled/next-server/server.runtime.prod.js","../node_modules/next/package.json","../node_modules/next/dist/lib/is-error.js","../node_modules/next/dist/server/body-streams.js","../node_modules/next/dist/lib/constants.js","../node_modules/next/dist/shared/lib/constants.js","../node_modules/next/dist/server/web/utils.js","../node_modules/next/dist/client/components/app-router-headers.js","../node_modules/next/dist/server/lib/trace/tracer.js","../node_modules/next/dist/server/lib/trace/constants.js","../node_modules/next/dist/server/app-render/work-async-storage.external.js","../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../node_modules/next/dist/shared/lib/is-plain-object.js","../node_modules/next/dist/lib/picocolors.js","../node_modules/next/dist/shared/lib/modern-browserslist-target.js","../node_modules/next/dist/shared/lib/is-thenable.js","../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../node_modules/next/dist/shared/lib/runtime-config.external.js","../node_modules/next/dist/server/after/builtin-request-context.js","../node_modules/next/dist/server/patch-error-inspect.js","../node_modules/@swc/helpers/_/_interop_require_default/package.json","../node_modules/next/dist/server/app-render/async-local-storage.js","../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../node_modules/@swc/helpers/package.json","../node_modules/next/dist/compiled/jsonwebtoken/package.json","../node_modules/next/dist/shared/lib/error-source.js","../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../node_modules/next/dist/client/components/react-dev-overlay/server/middleware-webpack.js","../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../node_modules/next/dist/compiled/ws/package.json","../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../node_modules/next/dist/compiled/jsonwebtoken/index.js","../node_modules/next/dist/client/components/react-dev-overlay/server/shared.js","../node_modules/next/dist/compiled/ws/index.js","../node_modules/next/dist/compiled/source-map/package.json","../node_modules/next/dist/shared/lib/is-internal.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/node-stack-frames.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/launchEditor.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-source-map-from-file.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-stack.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/webpack-module-path.js","../node_modules/next/dist/compiled/source-map/source-map.js","../node_modules/next/dist/compiled/debug/package.json","../node_modules/next/dist/lib/semver-noop.js","../node_modules/next/dist/compiled/debug/index.js","../node_modules/next/dist/compiled/babel/code-frame.js","../node_modules/next/dist/compiled/source-map08/package.json","../node_modules/next/dist/client/components/is-hydration-error.js","../node_modules/@swc/helpers/_/_interop_require_wildcard/package.json","../node_modules/next/dist/compiled/babel/package.json","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-source-map-url.js","../node_modules/next/dist/compiled/source-map08/source-map.js","../node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","../node_modules/next/dist/compiled/babel/bundle.js","../node_modules/next/dist/compiled/stacktrace-parser/package.json","../node_modules/next/dist/compiled/shell-quote/package.json","../node_modules/next/dist/compiled/data-uri-to-buffer/package.json","../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../node_modules/next/dist/compiled/shell-quote/index.js","../node_modules/next/dist/compiled/data-uri-to-buffer/index.js","../node_modules/next/dist/compiled/browserslist/package.json","../node_modules/next/dist/compiled/semver/package.json","../node_modules/next/dist/compiled/babel-packages/package.json","../node_modules/next/dist/compiled/json5/package.json","../node_modules/next/dist/compiled/lru-cache/package.json","../node_modules/next/dist/compiled/browserslist/index.js","../node_modules/next/dist/compiled/semver/index.js","../node_modules/next/dist/compiled/babel-packages/packages-bundle.js","../node_modules/next/dist/compiled/json5/index.js","../node_modules/next/dist/compiled/lru-cache/index.js","../node_modules/caniuse-lite/dist/unpacker/feature.js","../node_modules/caniuse-lite/dist/unpacker/agents.js","../node_modules/caniuse-lite/dist/unpacker/region.js","../node_modules/caniuse-lite/package.json","../node_modules/next/dist/compiled/babel/parser.js","../node_modules/next/dist/compiled/babel/core.js","../node_modules/next/dist/compiled/babel/traverse.js","../node_modules/next/dist/compiled/babel/types.js","../node_modules/caniuse-lite/data/agents.js","../node_modules/caniuse-lite/dist/unpacker/versionGroups.js","../node_modules/caniuse-lite/dist/lib/statuses.js","../node_modules/caniuse-lite/dist/unpacker/browsers.js","../node_modules/caniuse-lite/dist/lib/supported.js","../node_modules/caniuse-lite/dist/unpacker/browserVersions.js","../node_modules/caniuse-lite/data/versionGroups.js","../node_modules/caniuse-lite/data/browsers.js","../node_modules/caniuse-lite/data/browserVersions.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/amp-context.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","../node_modules/next/dist/server/route-modules/app-page/module.compiled.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js","../node_modules/next/dist/server/route-modules/pages/module.compiled.js"]}
1
+ {"version":1,"files":["../node_modules/styled-jsx/index.js","../node_modules/styled-jsx/package.json","../node_modules/styled-jsx/dist/index/index.js","../node_modules/react/package.json","../node_modules/react/index.js","../node_modules/client-only/package.json","../node_modules/react/cjs/react.production.js","../node_modules/client-only/index.js","../node_modules/styled-jsx/style.js","../node_modules/next/dist/compiled/next-server/server.runtime.prod.js","../node_modules/next/package.json","../node_modules/next/dist/lib/is-error.js","../node_modules/next/dist/server/body-streams.js","../node_modules/next/dist/lib/constants.js","../node_modules/next/dist/shared/lib/constants.js","../node_modules/next/dist/server/web/utils.js","../node_modules/next/dist/client/components/app-router-headers.js","../node_modules/next/dist/server/lib/trace/tracer.js","../node_modules/next/dist/server/lib/trace/constants.js","../node_modules/next/dist/server/app-render/work-async-storage.external.js","../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../node_modules/next/dist/shared/lib/is-plain-object.js","../node_modules/next/dist/lib/picocolors.js","../node_modules/next/dist/shared/lib/modern-browserslist-target.js","../node_modules/next/dist/shared/lib/is-thenable.js","../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../node_modules/next/dist/shared/lib/runtime-config.external.js","../node_modules/next/dist/server/after/builtin-request-context.js","../node_modules/next/dist/server/patch-error-inspect.js","../node_modules/@swc/helpers/_/_interop_require_default/package.json","../node_modules/next/dist/server/app-render/async-local-storage.js","../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../node_modules/@swc/helpers/package.json","../node_modules/next/dist/compiled/jsonwebtoken/package.json","../node_modules/next/dist/shared/lib/error-source.js","../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../node_modules/next/dist/client/components/react-dev-overlay/server/middleware-webpack.js","../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../node_modules/next/dist/compiled/ws/package.json","../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../node_modules/next/dist/compiled/jsonwebtoken/index.js","../node_modules/next/dist/client/components/react-dev-overlay/server/shared.js","../node_modules/next/dist/compiled/ws/index.js","../node_modules/next/dist/compiled/source-map/package.json","../node_modules/next/dist/shared/lib/is-internal.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-source-map-from-file.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/node-stack-frames.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-stack.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/launchEditor.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/webpack-module-path.js","../node_modules/next/dist/compiled/source-map/source-map.js","../node_modules/next/dist/compiled/debug/package.json","../node_modules/next/dist/lib/semver-noop.js","../node_modules/next/dist/compiled/debug/index.js","../node_modules/next/dist/compiled/babel/code-frame.js","../node_modules/next/dist/compiled/source-map08/package.json","../node_modules/next/dist/client/components/is-hydration-error.js","../node_modules/@swc/helpers/_/_interop_require_wildcard/package.json","../node_modules/next/dist/compiled/babel/package.json","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-source-map-url.js","../node_modules/next/dist/compiled/source-map08/source-map.js","../node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","../node_modules/next/dist/compiled/babel/bundle.js","../node_modules/next/dist/compiled/data-uri-to-buffer/package.json","../node_modules/next/dist/compiled/stacktrace-parser/package.json","../node_modules/next/dist/compiled/shell-quote/package.json","../node_modules/next/dist/compiled/data-uri-to-buffer/index.js","../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../node_modules/next/dist/compiled/shell-quote/index.js","../node_modules/next/dist/compiled/browserslist/package.json","../node_modules/next/dist/compiled/babel-packages/package.json","../node_modules/next/dist/compiled/semver/package.json","../node_modules/next/dist/compiled/json5/package.json","../node_modules/next/dist/compiled/lru-cache/package.json","../node_modules/next/dist/compiled/browserslist/index.js","../node_modules/next/dist/compiled/babel-packages/packages-bundle.js","../node_modules/next/dist/compiled/semver/index.js","../node_modules/next/dist/compiled/json5/index.js","../node_modules/next/dist/compiled/lru-cache/index.js","../node_modules/caniuse-lite/dist/unpacker/feature.js","../node_modules/caniuse-lite/dist/unpacker/region.js","../node_modules/caniuse-lite/dist/unpacker/agents.js","../node_modules/caniuse-lite/package.json","../node_modules/next/dist/compiled/babel/parser.js","../node_modules/next/dist/compiled/babel/core.js","../node_modules/next/dist/compiled/babel/types.js","../node_modules/next/dist/compiled/babel/traverse.js","../node_modules/caniuse-lite/data/agents.js","../node_modules/caniuse-lite/dist/unpacker/versionGroups.js","../node_modules/caniuse-lite/dist/lib/statuses.js","../node_modules/caniuse-lite/dist/lib/supported.js","../node_modules/caniuse-lite/dist/unpacker/browsers.js","../node_modules/caniuse-lite/dist/unpacker/browserVersions.js","../node_modules/caniuse-lite/data/versionGroups.js","../node_modules/caniuse-lite/data/browsers.js","../node_modules/caniuse-lite/data/browserVersions.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/amp-context.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js","../node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","../node_modules/next/dist/server/route-modules/app-page/module.compiled.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js","../node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js","../node_modules/next/dist/server/route-modules/pages/module.compiled.js"]}