@agent-spaces/server 0.3.0 → 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/dist/adapters/claude-code-runtime/index.js +48 -6
- package/dist/adapters/claude-code-runtime/message-format.js +3 -3
- package/dist/adapters/git.js +140 -2
- package/dist/agents/agent-designer.js +334 -0
- package/dist/agents/agent-message-parts.js +8 -0
- package/dist/agents/commit-agent.js +9 -2
- package/dist/agents/issue-task-controller.js +14 -4
- package/dist/app.js +53 -1
- package/dist/package.json +1 -1
- package/dist/routes/agent-sse.js +4 -1
- package/dist/routes/agent.js +15 -0
- package/dist/routes/channel.js +1 -1
- package/dist/routes/file.js +97 -1
- package/dist/routes/git.js +122 -1
- package/dist/routes/iframe-bookmarks.js +33 -0
- package/dist/routes/speech-recognition.js +80 -0
- package/dist/services/agent.js +48 -5
- package/dist/services/builtin-tools.js +67 -1
- package/dist/services/channel.js +2 -0
- package/dist/services/command-process-manager.js +14 -1
- package/dist/services/file.js +86 -6
- package/dist/services/gitignore.js +65 -0
- package/dist/services/issue-retry.js +2 -1
- package/dist/services/issue.js +2 -2
- package/dist/services/notification-hub/bot-agent.js +9 -1
- package/dist/services/persistent-agent-context.js +155 -0
- package/dist/services/pty.js +47 -2
- package/dist/services/search.js +11 -3
- package/dist/services/speech-recognition/base.js +3 -0
- package/dist/services/speech-recognition/index.js +16 -0
- package/dist/services/speech-recognition/tencent.js +112 -0
- package/dist/storage/iframe-bookmarks-store.js +46 -0
- package/dist/storage/speech-recognition-store.js +58 -0
- package/dist/web/404.html +1 -1
- package/dist/web/__next.__PAGE__.txt +4 -4
- package/dist/web/__next._full.txt +31 -26
- package/dist/web/__next._head.txt +4 -4
- package/dist/web/__next._index.txt +17 -13
- package/dist/web/__next._tree.txt +2 -2
- package/dist/web/_next/static/chunks/0-mtp2au0a0nh.js +189 -0
- package/dist/web/_next/static/chunks/00amm3dvu3po9.js +31 -0
- package/dist/web/_next/static/chunks/02unyp1obddyn.js +3 -0
- package/dist/web/_next/static/chunks/0d.v1csiyl.1~.js +2 -0
- package/dist/web/_next/static/chunks/0egot8y~i-ge3.js +1 -0
- package/dist/web/_next/static/chunks/0e~0o6v_awcod.js +1 -0
- package/dist/web/_next/static/chunks/0fpf.rso9mhc0.js +1 -0
- package/dist/web/_next/static/chunks/0glol5jdarfma.js +2 -0
- package/dist/web/_next/static/chunks/0m1ud--um8kjh.js +1 -0
- package/dist/web/_next/static/chunks/0o6w-uw2p.phy.js +5 -0
- package/dist/web/_next/static/chunks/0os7q6w~-tmg7.css +1 -0
- package/dist/web/_next/static/chunks/0plreh4_gkxf9.js +1 -0
- package/dist/web/_next/static/chunks/0u7_qd9hzqwac.js +1 -0
- package/dist/web/_next/static/chunks/0vesz93a98px4.js +1 -0
- package/dist/web/_next/static/chunks/0w3o.7vi.dlm6.js +1 -0
- package/dist/web/_next/static/chunks/0xtmr0y4vo-~p.js +1 -0
- package/dist/web/_next/static/chunks/0~3uikgc074il.js +1 -0
- package/dist/web/_next/static/chunks/{0y5ipuqgqfrob.js → 0~xn0gfqxa20r.js} +3 -3
- package/dist/web/_next/static/chunks/11ozf700niy2z.js +1 -0
- package/dist/web/_next/static/chunks/{0jmsjlawtg6oa.js → 145gbwitjxamg.js} +1 -1
- package/dist/web/_next/static/chunks/{turbopack-0lxiiw.jhevml.js → turbopack-0kcwat8.leugk.js} +1 -1
- package/dist/web/_not-found/__next._full.txt +34 -30
- package/dist/web/_not-found/__next._head.txt +4 -4
- package/dist/web/_not-found/__next._index.txt +17 -13
- package/dist/web/_not-found/__next._not-found.__PAGE__.txt +2 -2
- package/dist/web/_not-found/__next._not-found.txt +3 -3
- package/dist/web/_not-found/__next._tree.txt +2 -2
- package/dist/web/_not-found.html +1 -1
- package/dist/web/_not-found.txt +34 -30
- package/dist/web/index.html +1 -1
- package/dist/web/index.txt +31 -26
- package/dist/web/login/__next._full.txt +35 -29
- package/dist/web/login/__next._head.txt +4 -4
- package/dist/web/login/__next._index.txt +17 -13
- package/dist/web/login/__next._tree.txt +2 -2
- package/dist/web/login/__next.login.__PAGE__.txt +4 -4
- package/dist/web/login/__next.login.txt +3 -3
- package/dist/web/login.html +1 -1
- package/dist/web/login.txt +35 -29
- package/dist/web/settings/__next._full.txt +36 -34
- package/dist/web/settings/__next._head.txt +4 -4
- package/dist/web/settings/__next._index.txt +17 -13
- package/dist/web/settings/__next._tree.txt +2 -2
- package/dist/web/settings/__next.settings.__PAGE__.txt +4 -4
- package/dist/web/settings/__next.settings.txt +5 -5
- package/dist/web/settings/agents/__next._full.txt +38 -35
- package/dist/web/settings/agents/__next._head.txt +4 -4
- package/dist/web/settings/agents/__next._index.txt +17 -13
- package/dist/web/settings/agents/__next._tree.txt +2 -2
- package/dist/web/settings/agents/__next.settings.agents.__PAGE__.txt +4 -4
- package/dist/web/settings/agents/__next.settings.agents.txt +3 -3
- package/dist/web/settings/agents/__next.settings.txt +5 -5
- package/dist/web/settings/agents.html +1 -1
- package/dist/web/settings/agents.txt +38 -35
- package/dist/web/settings/mcps/__next._full.txt +38 -35
- package/dist/web/settings/mcps/__next._head.txt +4 -4
- package/dist/web/settings/mcps/__next._index.txt +17 -13
- package/dist/web/settings/mcps/__next._tree.txt +2 -2
- package/dist/web/settings/mcps/__next.settings.mcps.__PAGE__.txt +4 -4
- package/dist/web/settings/mcps/__next.settings.mcps.txt +3 -3
- package/dist/web/settings/mcps/__next.settings.txt +5 -5
- package/dist/web/settings/mcps.html +1 -1
- package/dist/web/settings/mcps.txt +38 -35
- package/dist/web/settings/models/__next._full.txt +38 -35
- package/dist/web/settings/models/__next._head.txt +4 -4
- package/dist/web/settings/models/__next._index.txt +17 -13
- package/dist/web/settings/models/__next._tree.txt +2 -2
- package/dist/web/settings/models/__next.settings.models.__PAGE__.txt +4 -4
- package/dist/web/settings/models/__next.settings.models.txt +3 -3
- package/dist/web/settings/models/__next.settings.txt +5 -5
- package/dist/web/settings/models.html +1 -1
- package/dist/web/settings/models.txt +38 -35
- package/dist/web/settings/providers/__next._full.txt +38 -35
- package/dist/web/settings/providers/__next._head.txt +4 -4
- package/dist/web/settings/providers/__next._index.txt +17 -13
- package/dist/web/settings/providers/__next._tree.txt +2 -2
- package/dist/web/settings/providers/__next.settings.providers.__PAGE__.txt +4 -4
- package/dist/web/settings/providers/__next.settings.providers.txt +3 -3
- package/dist/web/settings/providers/__next.settings.txt +5 -5
- package/dist/web/settings/providers.html +1 -1
- package/dist/web/settings/providers.txt +38 -35
- package/dist/web/settings/skills/__next._full.txt +38 -35
- package/dist/web/settings/skills/__next._head.txt +4 -4
- package/dist/web/settings/skills/__next._index.txt +17 -13
- package/dist/web/settings/skills/__next._tree.txt +2 -2
- package/dist/web/settings/skills/__next.settings.skills.__PAGE__.txt +4 -4
- package/dist/web/settings/skills/__next.settings.skills.txt +3 -3
- package/dist/web/settings/skills/__next.settings.txt +5 -5
- package/dist/web/settings/skills.html +1 -1
- package/dist/web/settings/skills.txt +38 -35
- package/dist/web/settings.html +1 -1
- package/dist/web/settings.txt +36 -34
- package/dist/web/workflows/__next._full.txt +36 -31
- package/dist/web/workflows/__next._head.txt +4 -4
- package/dist/web/workflows/__next._index.txt +17 -13
- package/dist/web/workflows/__next._tree.txt +2 -2
- package/dist/web/workflows/__next.workflows.__PAGE__.txt +4 -4
- package/dist/web/workflows/__next.workflows.txt +3 -3
- package/dist/web/workflows.html +1 -1
- package/dist/web/workflows.txt +36 -31
- package/dist/web/workspace/_/__next._full.txt +39 -34
- package/dist/web/workspace/_/__next._head.txt +4 -4
- package/dist/web/workspace/_/__next._index.txt +17 -13
- package/dist/web/workspace/_/__next._tree.txt +2 -2
- package/dist/web/workspace/_/__next.workspace.$d$id.__PAGE__.txt +3 -3
- package/dist/web/workspace/_/__next.workspace.$d$id.txt +3 -3
- package/dist/web/workspace/_/__next.workspace.txt +3 -3
- package/dist/web/workspace/_.html +1 -1
- package/dist/web/workspace/_.txt +39 -34
- package/dist/web/workspaces/__next._full.txt +35 -30
- package/dist/web/workspaces/__next._head.txt +4 -4
- package/dist/web/workspaces/__next._index.txt +17 -13
- package/dist/web/workspaces/__next._tree.txt +2 -2
- package/dist/web/workspaces/__next.workspaces.__PAGE__.txt +4 -4
- package/dist/web/workspaces/__next.workspaces.txt +3 -3
- package/dist/web/workspaces.html +1 -1
- package/dist/web/workspaces.txt +35 -30
- package/dist/ws/agent-prompt.js +48 -18
- package/dist/ws/agent-runner.js +4 -1
- package/dist/ws/message-parts.js +8 -0
- package/dist/ws/terminal-handler.js +1 -1
- package/package.json +1 -1
- package/public/avatars/1778953228323-5je54x-user.jpg +0 -0
- package/public/avatars/1778954057880-g01q6y-user.jpg +0 -0
- package/dist/web/_next/static/chunks/002-dxhags4dj.js +0 -2
- package/dist/web/_next/static/chunks/00fu7sjtftd3f.js +0 -1
- package/dist/web/_next/static/chunks/00s_1ft2-qz0r.js +0 -1
- package/dist/web/_next/static/chunks/02wkg1tjv~_t2.js +0 -1
- package/dist/web/_next/static/chunks/03jy~o.gx._e-.js +0 -3
- package/dist/web/_next/static/chunks/07bs5ds68tg38.js +0 -2
- package/dist/web/_next/static/chunks/0b1w9_ne4c2ez.js +0 -1
- package/dist/web/_next/static/chunks/0bzechrx76-ix.js +0 -1
- package/dist/web/_next/static/chunks/0csqa76ud3h4d.js +0 -1
- package/dist/web/_next/static/chunks/0fxdvo63ywaa~.js +0 -1
- package/dist/web/_next/static/chunks/0k5bmi-es-2nj.js +0 -1
- package/dist/web/_next/static/chunks/0pep4mkvt3.rh.js +0 -31
- package/dist/web/_next/static/chunks/0tqwdxb-8t_n1.js +0 -1
- package/dist/web/_next/static/chunks/0yc41k980zabo.js +0 -1
- package/dist/web/_next/static/chunks/0zhhkzv4.0koq.js +0 -183
- package/dist/web/_next/static/chunks/0zl19l5tuoppw.js +0 -1
- package/dist/web/_next/static/chunks/102lz3yanx8i~.css +0 -1
- package/dist/web/_next/static/chunks/13wm9.vry~.lh.js +0 -5
- /package/dist/web/_next/static/{XzP71HbFE1fuE_bLT-x7i → 4dBAEZ275uRqcyeaRmXSx}/_buildManifest.js +0 -0
- /package/dist/web/_next/static/{XzP71HbFE1fuE_bLT-x7i → 4dBAEZ275uRqcyeaRmXSx}/_clientMiddlewareManifest.js +0 -0
- /package/dist/web/_next/static/{XzP71HbFE1fuE_bLT-x7i → 4dBAEZ275uRqcyeaRmXSx}/_ssgManifest.js +0 -0
package/dist/services/search.js
CHANGED
|
@@ -3,6 +3,7 @@ import { execSync } from 'node:child_process';
|
|
|
3
3
|
import { readdir, stat, readFile } from 'node:fs/promises';
|
|
4
4
|
import { join, relative } from 'node:path';
|
|
5
5
|
import { resolvePath } from './file.js';
|
|
6
|
+
import { createGitignoreFilter } from './gitignore.js';
|
|
6
7
|
const IGNORED_DIRS = new Set(['.git', 'node_modules', '.next', '.DS_Store', '__pycache__', '.turbo', 'dist', 'build', '.cache']);
|
|
7
8
|
const BINARY_EXTENSIONS = new Set(['.png', '.jpg', '.jpeg', '.gif', '.ico', '.svg', '.woff', '.woff2', '.ttf', '.eot', '.mp3', '.mp4', '.zip', '.tar', '.gz', '.wasm']);
|
|
8
9
|
const MAX_FILE_SIZE = 1024 * 1024; // 1MB
|
|
@@ -80,6 +81,7 @@ async function searchWithNodeJs(basePath, options) {
|
|
|
80
81
|
catch {
|
|
81
82
|
return [];
|
|
82
83
|
}
|
|
84
|
+
const ig = await createGitignoreFilter(basePath);
|
|
83
85
|
async function walk(dir) {
|
|
84
86
|
if (results.length >= maxResults)
|
|
85
87
|
return;
|
|
@@ -90,6 +92,9 @@ async function searchWithNodeJs(basePath, options) {
|
|
|
90
92
|
if (IGNORED_DIRS.has(entry.name))
|
|
91
93
|
continue;
|
|
92
94
|
const fullPath = join(dir, entry.name);
|
|
95
|
+
const relPath = relative(basePath, fullPath);
|
|
96
|
+
if (ig.isIgnored(relPath, entry.name, entry.isDirectory()))
|
|
97
|
+
continue;
|
|
93
98
|
if (entry.isDirectory()) {
|
|
94
99
|
await walk(fullPath);
|
|
95
100
|
}
|
|
@@ -134,7 +139,7 @@ async function searchWithNodeJs(basePath, options) {
|
|
|
134
139
|
return results;
|
|
135
140
|
}
|
|
136
141
|
// --- file name search ---
|
|
137
|
-
async function walkForFiles(dir, query, results, basePath, limit) {
|
|
142
|
+
async function walkForFiles(dir, query, results, basePath, limit, ig) {
|
|
138
143
|
if (results.length >= limit)
|
|
139
144
|
return;
|
|
140
145
|
const entries = await readdir(dir, { withFileTypes: true });
|
|
@@ -145,6 +150,8 @@ async function walkForFiles(dir, query, results, basePath, limit) {
|
|
|
145
150
|
continue;
|
|
146
151
|
const fullPath = join(dir, entry.name);
|
|
147
152
|
const relPath = relative(basePath, fullPath);
|
|
153
|
+
if (ig.isIgnored(relPath, entry.name, entry.isDirectory()))
|
|
154
|
+
continue;
|
|
148
155
|
if (entry.name.toLowerCase().includes(query.toLowerCase())) {
|
|
149
156
|
results.push({
|
|
150
157
|
path: relPath,
|
|
@@ -153,7 +160,7 @@ async function walkForFiles(dir, query, results, basePath, limit) {
|
|
|
153
160
|
});
|
|
154
161
|
}
|
|
155
162
|
if (entry.isDirectory()) {
|
|
156
|
-
await walkForFiles(fullPath, query, results, basePath, limit);
|
|
163
|
+
await walkForFiles(fullPath, query, results, basePath, limit, ig);
|
|
157
164
|
}
|
|
158
165
|
}
|
|
159
166
|
}
|
|
@@ -174,8 +181,9 @@ export async function searchFiles(workspace, query) {
|
|
|
174
181
|
const basePath = resolvePath(workspace, '');
|
|
175
182
|
if (!basePath)
|
|
176
183
|
return [];
|
|
184
|
+
const ig = await createGitignoreFilter(basePath);
|
|
177
185
|
const results = [];
|
|
178
|
-
await walkForFiles(basePath, query, results, basePath, 100);
|
|
186
|
+
await walkForFiles(basePath, query, results, basePath, 100, ig);
|
|
179
187
|
return results;
|
|
180
188
|
}
|
|
181
189
|
export async function getDirectoryFiles(basePath, dir, extensions, maxFiles, maxSize) {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { SpeechRecognitionProviderBase } from './base.js';
|
|
2
|
+
import { TencentSpeechProvider } from './tencent.js';
|
|
3
|
+
const providers = [
|
|
4
|
+
new TencentSpeechProvider(),
|
|
5
|
+
];
|
|
6
|
+
function getProvider(provider) {
|
|
7
|
+
const p = providers.find(p => p.provider === provider);
|
|
8
|
+
if (!p)
|
|
9
|
+
throw new Error(`Unknown speech recognition provider: ${provider}`);
|
|
10
|
+
return p;
|
|
11
|
+
}
|
|
12
|
+
export async function createSpeechSession(config) {
|
|
13
|
+
return getProvider(config.provider).createSession(config);
|
|
14
|
+
}
|
|
15
|
+
export { SpeechRecognitionProviderBase };
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { randomUUID } from 'node:crypto';
|
|
2
|
+
import { createHmac } from 'node:crypto';
|
|
3
|
+
import WebSocket from 'ws';
|
|
4
|
+
import { SpeechRecognitionProviderBase } from './base.js';
|
|
5
|
+
export class TencentSpeechProvider extends SpeechRecognitionProviderBase {
|
|
6
|
+
provider = 'tencent';
|
|
7
|
+
async createSession(config) {
|
|
8
|
+
const { appId, secretId, secretKey } = this.extractCredentials(config);
|
|
9
|
+
const voiceId = randomUUID();
|
|
10
|
+
const timestamp = Math.floor(Date.now() / 1000);
|
|
11
|
+
const expired = timestamp + 86400;
|
|
12
|
+
const nonce = Math.floor(Math.random() * 100000000);
|
|
13
|
+
const params = {
|
|
14
|
+
secretid: secretId,
|
|
15
|
+
timestamp: String(timestamp),
|
|
16
|
+
expired: String(expired),
|
|
17
|
+
nonce: String(nonce),
|
|
18
|
+
engine_model_type: '16k_zh',
|
|
19
|
+
voice_id: voiceId,
|
|
20
|
+
voice_format: '1', // PCM
|
|
21
|
+
needvad: '1',
|
|
22
|
+
filter_dirty: '1',
|
|
23
|
+
filter_modal: '1',
|
|
24
|
+
filter_punc: '1',
|
|
25
|
+
};
|
|
26
|
+
const signature = this.generateSignature(appId, params, secretKey);
|
|
27
|
+
params.signature = signature;
|
|
28
|
+
const url = `wss://asr.cloud.tencent.com/asr/v2/${appId}?${new URLSearchParams(params).toString()}`;
|
|
29
|
+
const ws = new WebSocket(url);
|
|
30
|
+
const resultCallbacks = [];
|
|
31
|
+
const errorCallbacks = [];
|
|
32
|
+
const closeCallbacks = [];
|
|
33
|
+
return new Promise((resolve, reject) => {
|
|
34
|
+
const handshakeTimeout = setTimeout(() => {
|
|
35
|
+
ws.close();
|
|
36
|
+
reject(new Error('Tencent ASR handshake timeout'));
|
|
37
|
+
}, 10000);
|
|
38
|
+
ws.on('open', () => {
|
|
39
|
+
// Wait for handshake confirmation
|
|
40
|
+
});
|
|
41
|
+
ws.on('message', (data) => {
|
|
42
|
+
clearTimeout(handshakeTimeout);
|
|
43
|
+
const msg = JSON.parse(data.toString());
|
|
44
|
+
if (msg.code !== 0) {
|
|
45
|
+
const err = new Error(`Tencent ASR error [${msg.code}]: ${msg.message}`);
|
|
46
|
+
errorCallbacks.forEach(cb => cb(err));
|
|
47
|
+
ws.close();
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
if (msg.final === 1) {
|
|
51
|
+
closeCallbacks.forEach(cb => cb());
|
|
52
|
+
ws.close();
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
if (msg.result) {
|
|
56
|
+
const result = {
|
|
57
|
+
text: msg.result.voice_text_str,
|
|
58
|
+
isFinal: msg.result.slice_type === 2,
|
|
59
|
+
sliceType: msg.result.slice_type,
|
|
60
|
+
};
|
|
61
|
+
resultCallbacks.forEach(cb => cb(result));
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
ws.on('error', (err) => {
|
|
65
|
+
clearTimeout(handshakeTimeout);
|
|
66
|
+
errorCallbacks.forEach(cb => cb(err));
|
|
67
|
+
});
|
|
68
|
+
ws.on('close', () => {
|
|
69
|
+
clearTimeout(handshakeTimeout);
|
|
70
|
+
closeCallbacks.forEach(cb => cb());
|
|
71
|
+
});
|
|
72
|
+
// Wait for first message (handshake confirmation) to resolve
|
|
73
|
+
ws.once('message', (data) => {
|
|
74
|
+
clearTimeout(handshakeTimeout);
|
|
75
|
+
const msg = JSON.parse(data.toString());
|
|
76
|
+
if (msg.code !== 0) {
|
|
77
|
+
reject(new Error(`Tencent ASR handshake failed [${msg.code}]: ${msg.message}`));
|
|
78
|
+
return;
|
|
79
|
+
}
|
|
80
|
+
resolve({
|
|
81
|
+
sendAudio: (data) => {
|
|
82
|
+
if (ws.readyState === WebSocket.OPEN)
|
|
83
|
+
ws.send(data);
|
|
84
|
+
},
|
|
85
|
+
end: () => {
|
|
86
|
+
if (ws.readyState === WebSocket.OPEN)
|
|
87
|
+
ws.send(JSON.stringify({ type: 'end' }));
|
|
88
|
+
},
|
|
89
|
+
onResult: (cb) => resultCallbacks.push(cb),
|
|
90
|
+
onError: (cb) => errorCallbacks.push(cb),
|
|
91
|
+
onClose: (cb) => closeCallbacks.push(cb),
|
|
92
|
+
});
|
|
93
|
+
});
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
extractCredentials(config) {
|
|
97
|
+
const { appId, secretId, secretKey } = config.credentials;
|
|
98
|
+
if (!appId || !secretId || !secretKey) {
|
|
99
|
+
throw new Error('Tencent speech recognition requires appId, secretId, and secretKey');
|
|
100
|
+
}
|
|
101
|
+
return { appId, secretId, secretKey };
|
|
102
|
+
}
|
|
103
|
+
generateSignature(appId, params, secretKey) {
|
|
104
|
+
const sortedKeys = Object.keys(params).sort();
|
|
105
|
+
const queryString = sortedKeys.map(k => `${k}=${params[k]}`).join('&');
|
|
106
|
+
const signStr = `asr.cloud.tencent.com/asr/v2/${appId}?${queryString}`;
|
|
107
|
+
const hmac = createHmac('sha1', secretKey);
|
|
108
|
+
hmac.update(signStr);
|
|
109
|
+
return hmac.digest('base64');
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
//# sourceMappingURL=tencent.js.map
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { join } from 'node:path';
|
|
2
|
+
import { readJsonFile, writeJsonFile, ensureDir, getDataDir } from './json-store.js';
|
|
3
|
+
function filePath() {
|
|
4
|
+
const dir = join(getDataDir());
|
|
5
|
+
ensureDir(dir);
|
|
6
|
+
return join(dir, 'iframe-bookmarks.json');
|
|
7
|
+
}
|
|
8
|
+
export function listBookmarks() {
|
|
9
|
+
return readJsonFile(filePath()) ?? [];
|
|
10
|
+
}
|
|
11
|
+
export function addBookmark(data) {
|
|
12
|
+
const bookmarks = listBookmarks();
|
|
13
|
+
const bookmark = {
|
|
14
|
+
id: `bm-${Date.now()}-${Math.random().toString(36).slice(2, 8)}`,
|
|
15
|
+
title: data.title.trim(),
|
|
16
|
+
url: data.url.trim(),
|
|
17
|
+
size: data.size || 'full',
|
|
18
|
+
createdAt: new Date().toISOString(),
|
|
19
|
+
};
|
|
20
|
+
bookmarks.push(bookmark);
|
|
21
|
+
writeJsonFile(filePath(), bookmarks);
|
|
22
|
+
return bookmark;
|
|
23
|
+
}
|
|
24
|
+
export function updateBookmark(id, data) {
|
|
25
|
+
const bookmarks = listBookmarks();
|
|
26
|
+
const idx = bookmarks.findIndex((b) => b.id === id);
|
|
27
|
+
if (idx === -1)
|
|
28
|
+
return null;
|
|
29
|
+
if (data.title !== undefined)
|
|
30
|
+
bookmarks[idx].title = data.title.trim();
|
|
31
|
+
if (data.url !== undefined)
|
|
32
|
+
bookmarks[idx].url = data.url.trim();
|
|
33
|
+
if (data.size !== undefined)
|
|
34
|
+
bookmarks[idx].size = data.size;
|
|
35
|
+
writeJsonFile(filePath(), bookmarks);
|
|
36
|
+
return bookmarks[idx];
|
|
37
|
+
}
|
|
38
|
+
export function removeBookmark(id) {
|
|
39
|
+
const bookmarks = listBookmarks();
|
|
40
|
+
const next = bookmarks.filter((b) => b.id !== id);
|
|
41
|
+
if (next.length === bookmarks.length)
|
|
42
|
+
return false;
|
|
43
|
+
writeJsonFile(filePath(), next);
|
|
44
|
+
return true;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=iframe-bookmarks-store.js.map
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { readJsonFile, writeJsonFile, getDataDir } from './json-store.js';
|
|
2
|
+
import { join } from 'node:path';
|
|
3
|
+
import { randomUUID } from 'node:crypto';
|
|
4
|
+
const FILE = () => join(getDataDir(), 'speech-recognition.json');
|
|
5
|
+
function load() {
|
|
6
|
+
return readJsonFile(FILE()) ?? [];
|
|
7
|
+
}
|
|
8
|
+
function save(items) {
|
|
9
|
+
writeJsonFile(FILE(), items);
|
|
10
|
+
}
|
|
11
|
+
export function listSpeechConfigs() {
|
|
12
|
+
return load();
|
|
13
|
+
}
|
|
14
|
+
export function getSpeechConfig(id) {
|
|
15
|
+
return load().find(c => c.id === id);
|
|
16
|
+
}
|
|
17
|
+
export function getDefaultSpeechConfig() {
|
|
18
|
+
const items = load();
|
|
19
|
+
return items.length > 0 ? items[0] : undefined;
|
|
20
|
+
}
|
|
21
|
+
export function createSpeechConfig(input) {
|
|
22
|
+
const items = load();
|
|
23
|
+
const now = new Date().toISOString();
|
|
24
|
+
const item = {
|
|
25
|
+
id: randomUUID(),
|
|
26
|
+
provider: input.provider,
|
|
27
|
+
label: input.label || input.provider,
|
|
28
|
+
credentials: input.credentials,
|
|
29
|
+
createdAt: now,
|
|
30
|
+
updatedAt: now,
|
|
31
|
+
};
|
|
32
|
+
items.push(item);
|
|
33
|
+
save(items);
|
|
34
|
+
return item;
|
|
35
|
+
}
|
|
36
|
+
export function updateSpeechConfig(id, patch) {
|
|
37
|
+
const items = load();
|
|
38
|
+
const idx = items.findIndex(c => c.id === id);
|
|
39
|
+
if (idx === -1)
|
|
40
|
+
return undefined;
|
|
41
|
+
if (patch.label !== undefined)
|
|
42
|
+
items[idx].label = patch.label;
|
|
43
|
+
if (patch.credentials !== undefined)
|
|
44
|
+
items[idx].credentials = patch.credentials;
|
|
45
|
+
items[idx].updatedAt = new Date().toISOString();
|
|
46
|
+
save(items);
|
|
47
|
+
return items[idx];
|
|
48
|
+
}
|
|
49
|
+
export function deleteSpeechConfig(id) {
|
|
50
|
+
const items = load();
|
|
51
|
+
const idx = items.findIndex(c => c.id === id);
|
|
52
|
+
if (idx === -1)
|
|
53
|
+
return false;
|
|
54
|
+
items.splice(idx, 1);
|
|
55
|
+
save(items);
|
|
56
|
+
return true;
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=speech-recognition-store.js.map
|
package/dist/web/404.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="" class="dm_sans_81a33cc5-module___RQdfW__variable outfit_8334a424-module__TwcMYa__variable poppins_37c4598a-module__JRG3Wq__variable h-dvh overflow-hidden antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"/><link rel="stylesheet" href="/_next/static/chunks/0-oog4zg4_m~m.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/102lz3yanx8i~.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0pep4mkvt3.rh.js"/><script src="/_next/static/chunks/031c~uxc3ie87.js" async=""></script><script src="/_next/static/chunks/0h256h-tu4e0r.js" async=""></script><script src="/_next/static/chunks/0202ia13sijwb.js" async=""></script><script src="/_next/static/chunks/0gyede80jpy3n.js" async=""></script><script src="/_next/static/chunks/turbopack-0lxiiw.jhevml.js" async=""></script><script src="/_next/static/chunks/0csqa76ud3h4d.js" async=""></script><script src="/_next/static/chunks/07bs5ds68tg38.js" async=""></script><script src="/_next/static/chunks/0k5bmi-es-2nj.js" async=""></script><script src="/_next/static/chunks/00s_1ft2-qz0r.js" async=""></script><script src="/_next/static/chunks/0kyv5yika-41a.js" async=""></script><script src="/_next/static/chunks/02wkg1tjv~_t2.js" async=""></script><script src="/_next/static/chunks/002-dxhags4dj.js" async=""></script><script src="/_next/static/chunks/03jy~o.gx._e-.js" async=""></script><script src="/_next/static/chunks/00fu7sjtftd3f.js" async=""></script><script src="/_next/static/chunks/0yc41k980zabo.js" async=""></script><script src="/_next/static/chunks/0tqwdxb-8t_n1.js" async=""></script><script src="/_next/static/chunks/13wm9.vry~.lh.js" async=""></script><script src="/_next/static/chunks/1250wo~-5dgyx.js" async=""></script><script src="/_next/static/chunks/0jmsjlawtg6oa.js" async=""></script><script src="/_next/static/chunks/0b1w9_ne4c2ez.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>Agent Spaces</title><meta name="description" content="Multi-agent collaborative coding workspace"/><link rel="icon" href="/favicon.ico?favicon.0~ekuj.zhggpa.ico" sizes="32x32" type="image/x-icon"/><link rel="icon" href="/favicon.ico"/><link rel="apple-touch-icon" href="/apple-touch-icon.png"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script></head><body class="h-full overflow-hidden font-sans"><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/0pep4mkvt3.rh.js" id="_R_" async=""></script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[701341,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"ZoomWrapper\"]\n3:I[950396,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"ThemeProvider\"]\n4:I[556106,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"LocaleProvider\"]\n5:I[694819,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"ViewportInsets\"]\n6:I[177053,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"AuthGuard\"]\n7:I[994876,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"AppShell\"]\n8:I[242864,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/stat"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"ic/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"default\"]\n9:I[46907,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"default\"]\na:I[698679,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"CommandPalette\"]\nb:I[360112,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"Toaster\"]\nc:I[984642,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"ConsolePanel\"]\n12:I[785502,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0-oog4zg4_m~m.css\",\"style\"]\n:HL[\"/_next/static/chunks/102lz3yanx8i~.css\",\"style\"]\n"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0-oog4zg4_m~m.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/102lz3yanx8i~.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0csqa76ud3h4d.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/07bs5ds68tg38.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-4\",{\"src\":\"/_next/static/chunks/0kyv5yika-41a.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-5\",{\"src\":\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-6\",{\"src\":\"/_next/static/chunks/002-dxhags4dj.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-7\",{\"src\":\"/_next/static/chunks/03jy~o.gx._e-.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-8\",{\"src\":\"/_next/static/chunks/00fu7sjtftd3f.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-9\",{\"src\":\"/_next/static/chunks/0yc41k980zabo.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-10\",{\"src\":\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-11\",{\"src\":\"/_next/static/chunks/13wm9.vry~.lh.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-12\",{\"src\":\"/_next/static/chunks/1250wo~-5dgyx.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-13\",{\"src\":\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-14\",{\"src\":\"/_next/static/chunks/0b1w9_ne4c2ez.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"\",\"className\":\"dm_sans_81a33cc5-module___RQdfW__variable outfit_8334a424-module__TwcMYa__variable poppins_37c4598a-module__JRG3Wq__variable h-dvh overflow-hidden antialiased\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"h-full overflow-hidden font-sans\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"attribute\":\"class\",\"defaultTheme\":\"system\",\"enableSystem\":true,\"disableTransitionOnChange\":true,\"children\":[\"$\",\"$L4\",null,{\"children\":[[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{\"children\":[[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$La\",null,{}],[\"$\",\"$Lb\",null,{\"richColors\":true,\"position\":\"bottom-right\"}]]}],[\"$\",\"$Lc\",null,{}]]}]}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:1:props:children:0:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],\"$Ld\",\"$Le\"]}]}]],null,\"$Lf\"]}],{},null,false,null]},null,false,\"$@10\"]},null,false,null],\"$L11\",false]],\"m\":\"$undefined\",\"G\":[\"$12\",[\"$L13\",\"$L14\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"XzP71HbFE1fuE_bLT-x7i\"}\n"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"15:I[990774,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"OutletBoundary\"]\n16:\"$Sreact.suspense\"\n19:I[990774,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"ViewportBoundary\"]\n1b:I[990774,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"MetadataBoundary\"]\nd:[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}]\ne:[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]\nf:[\"$\",\"$L15\",null,{\"children\":[\"$\",\"$16\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@17\"}]}]\n18:[]\n10:\"$W18\"\n11:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L19\",null,{\"children\":\"$L1a\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L1b\",null,{\"children\":[\"$\",\"$16\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L1c\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\n13:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0-oog4zg4_m~m.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n14:[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/102lz3yanx8i~.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"1a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"}]]\n"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"1d:I[946513,[\"/_next/static/chunks/0csqa76ud3h4d.js\",\"/_next/static/chunks/07bs5ds68tg38.js\",\"/_next/static/chunks/0k5bmi-es-2nj.js\",\"/_next/static/chunks/00s_1ft2-qz0r.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/02wkg1tjv~_t2.js\",\"/_next/static/chunks/002-dxhags4dj.js\",\"/_next/static/chunks/03jy~o.gx._e-.js\",\"/_next/static/chunks/00fu7sjtftd3f.js\",\"/_next/static/chunks/0yc41k980zabo.js\",\"/_next/static/chunks/0tqwdxb-8t_n1.js\",\"/_next/static/chunks/13wm9.vry~.lh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0jmsjlawtg6oa.js\",\"/_next/static/chunks/0b1w9_ne4c2ez.js\"],\"IconMark\"]\n17:null\n1c:[[\"$\",\"title\",\"0\",{\"children\":\"Agent Spaces\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Multi-agent collaborative coding workspace\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0~ekuj.zhggpa.ico\",\"sizes\":\"32x32\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\"}],[\"$\",\"link\",\"4\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\"}],[\"$\",\"$L1d\",\"5\",{}]]\n"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script></body></html><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script>
|
|
1
|
+
<!DOCTYPE html><html lang="" class="dm_sans_81a33cc5-module___RQdfW__variable outfit_8334a424-module__TwcMYa__variable poppins_37c4598a-module__JRG3Wq__variable h-[var(--app-content-height)] overflow-hidden antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"/><link rel="stylesheet" href="/_next/static/chunks/0-oog4zg4_m~m.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/0os7q6w~-tmg7.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/00amm3dvu3po9.js"/><script src="/_next/static/chunks/031c~uxc3ie87.js" async=""></script><script src="/_next/static/chunks/0h256h-tu4e0r.js" async=""></script><script src="/_next/static/chunks/0202ia13sijwb.js" async=""></script><script src="/_next/static/chunks/0gyede80jpy3n.js" async=""></script><script src="/_next/static/chunks/turbopack-0kcwat8.leugk.js" async=""></script><script src="/_next/static/chunks/0fpf.rso9mhc0.js" async=""></script><script src="/_next/static/chunks/0kyv5yika-41a.js" async=""></script><script src="/_next/static/chunks/0e~0o6v_awcod.js" async=""></script><script src="/_next/static/chunks/0egot8y~i-ge3.js" async=""></script><script src="/_next/static/chunks/0d.v1csiyl.1~.js" async=""></script><script src="/_next/static/chunks/0~3uikgc074il.js" async=""></script><script src="/_next/static/chunks/0xtmr0y4vo-~p.js" async=""></script><script src="/_next/static/chunks/145gbwitjxamg.js" async=""></script><script src="/_next/static/chunks/0o6w-uw2p.phy.js" async=""></script><script src="/_next/static/chunks/11ozf700niy2z.js" async=""></script><script src="/_next/static/chunks/0w3o.7vi.dlm6.js" async=""></script><script src="/_next/static/chunks/02unyp1obddyn.js" async=""></script><script src="/_next/static/chunks/0m1ud--um8kjh.js" async=""></script><script src="/_next/static/chunks/1250wo~-5dgyx.js" async=""></script><script src="/_next/static/chunks/0glol5jdarfma.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>Agent Spaces</title><meta name="description" content="Multi-agent collaborative coding workspace"/><link rel="icon" href="/favicon.ico?favicon.0~ekuj.zhggpa.ico" sizes="32x32" type="image/x-icon"/><link rel="icon" href="/favicon.ico"/><link rel="apple-touch-icon" href="/apple-touch-icon.png"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script></head><body class="h-[var(--app-content-height)] overflow-hidden font-sans"><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/00amm3dvu3po9.js" id="_R_" async=""></script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[701341,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"ZoomWrapper\"]\n3:I[950396,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"ThemeProvider\"]\n4:I[556106,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"LocaleProvider\"]\n5:I[694819,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"ViewportInsets\"]\n6:I[925020,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"TauriFullscreen\"]\n7:I[177053,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"AuthGuard\"]\n8:I[994876,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_ne"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"xt/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"AppShell\"]\n9:I[242864,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"default\"]\na:I[46907,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"default\"]\nb:I[698679,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"CommandPalette\"]\nc:I[360112,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"Toaster\"]\nd:I[984642,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"ConsolePanel\"]\ne:I[856471,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"IframeLinkInterceptor\"]"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"\nf:I[856471,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"IframeFloatingBall\"]\n10:I[856471,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"IframeOverlay\"]\n16:I[785502,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0-oog4zg4_m~m.css\",\"style\"]\n:HL[\"/_next/static/chunks/0os7q6w~-tmg7.css\",\"style\"]\n"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0-oog4zg4_m~m.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0os7q6w~-tmg7.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0kyv5yika-41a.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0e~0o6v_awcod.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0egot8y~i-ge3.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-4\",{\"src\":\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-5\",{\"src\":\"/_next/static/chunks/0~3uikgc074il.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-6\",{\"src\":\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-7\",{\"src\":\"/_next/static/chunks/145gbwitjxamg.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-8\",{\"src\":\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-9\",{\"src\":\"/_next/static/chunks/11ozf700niy2z.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-10\",{\"src\":\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-11\",{\"src\":\"/_next/static/chunks/02unyp1obddyn.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-12\",{\"src\":\"/_next/static/chunks/0m1ud--um8kjh.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-13\",{\"src\":\"/_next/static/chunks/1250wo~-5dgyx.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-14\",{\"src\":\"/_next/static/chunks/0glol5jdarfma.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"\",\"className\":\"dm_sans_81a33cc5-module___RQdfW__variable outfit_8334a424-module__TwcMYa__variable poppins_37c4598a-module__JRG3Wq__variable h-[var(--app-content-height)] overflow-hidden antialiased\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"h-[var(--app-content-height)] overflow-hidden font-sans\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"attribute\":\"class\",\"defaultTheme\":\"system\",\"enableSystem\":true,\"disableTransitionOnChange\":true,\"children\":[\"$\",\"$L4\",null,{\"children\":[[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{}],[\"$\",\"$L7\",null,{\"children\":[[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$L9\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$La\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$Lb\",null,{}],[\"$\",\"$Lc\",null,{\"richColors\":true,\"position\":\"bottom-right\"}]]}],[\"$\",\"$Ld\",null,{}],[\"$\",\"$Le\",null,{}],[\"$\",\"$Lf\",null,{}],[\"$\",\"$L10\",null,{}]]}]}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L9\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$La\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:2:props:children:0:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],\"$L11\",\"$L12\"]}]}]],null,\"$L13\"]}],{},null,false,null]},null,false,\"$@14\"]},null,false,null],\"$L15\",false]],\"m\":\"$undefined\",\"G\":[\"$16\",[\"$L17\",\"$L18\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"4dBAEZ275uRqcyeaRmXSx\"}\n"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"19:I[990774,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"OutletBoundary\"]\n1a:\"$Sreact.suspense\"\n1d:I[990774,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"ViewportBoundary\"]\n1f:I[990774,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"MetadataBoundary\"]\n11:[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:2:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}]\n12:[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:2:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:2:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]\n13:[\"$\",\"$L19\",null,{\"children\":[\"$\",\"$1a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@1b\"}]}]\n1c:[]\n14:\"$W1c\"\n15:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L1d\",null,{\"children\":\"$L1e\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L1f\",null,{\"children\":[\"$\",\"$1a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L20\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\n17:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0-oog4zg4_m~m.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n18:[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0os7q6w~-tmg7.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"1e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"}]]\n"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script><script>self.__next_f.push([1,"21:I[946513,[\"/_next/static/chunks/0fpf.rso9mhc0.js\",\"/_next/static/chunks/0kyv5yika-41a.js\",\"/_next/static/chunks/0e~0o6v_awcod.js\",\"/_next/static/chunks/0egot8y~i-ge3.js\",\"/_next/static/chunks/0d.v1csiyl.1~.js\",\"/_next/static/chunks/0~3uikgc074il.js\",\"/_next/static/chunks/0xtmr0y4vo-~p.js\",\"/_next/static/chunks/145gbwitjxamg.js\",\"/_next/static/chunks/0o6w-uw2p.phy.js\",\"/_next/static/chunks/11ozf700niy2z.js\",\"/_next/static/chunks/0w3o.7vi.dlm6.js\",\"/_next/static/chunks/02unyp1obddyn.js\",\"/_next/static/chunks/0m1ud--um8kjh.js\",\"/_next/static/chunks/1250wo~-5dgyx.js\",\"/_next/static/chunks/0glol5jdarfma.js\"],\"IconMark\"]\n1b:null\n20:[[\"$\",\"title\",\"0\",{\"children\":\"Agent Spaces\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Multi-agent collaborative coding workspace\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0~ekuj.zhggpa.ico\",\"sizes\":\"32x32\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\"}],[\"$\",\"link\",\"4\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\"}],[\"$\",\"$L21\",\"5\",{}]]\n"])</script><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script></body></html><script>(function(){try{var t=localStorage.getItem('agent-spaces-theme');var d=t==='dark'||((!t||t==='system')&&matchMedia('(prefers-color-scheme:dark)').matches);var r=d?'dark':'light';document.documentElement.classList.add(r);document.documentElement.style.colorScheme=r;var m=document.querySelector('meta[name="theme-color"]');if(!m){m=document.createElement('meta');m.name='theme-color';document.head.appendChild(m)}m.content=d?'#0f1117':'#ffffff';if(window.AgentSpacesStatusBar){window.AgentSpacesStatusBar.setTheme(r)}}catch(e){}})()</script><script>(function(){try{var l=localStorage.getItem('agent-spaces-locale');document.documentElement.lang=(l==='en')?'en':'zh-CN'}catch(e){}})()</script>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[487786,["/_next/static/chunks/
|
|
3
|
-
3:I[330997,["/_next/static/chunks/
|
|
4
|
-
6:I[990774,["/_next/static/chunks/
|
|
2
|
+
2:I[487786,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0d.v1csiyl.1~.js","/_next/static/chunks/0~3uikgc074il.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0o6w-uw2p.phy.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/02unyp1obddyn.js","/_next/static/chunks/0m1ud--um8kjh.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0glol5jdarfma.js"],"ClientPageRoot"]
|
|
3
|
+
3:I[330997,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0d.v1csiyl.1~.js","/_next/static/chunks/0~3uikgc074il.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0o6w-uw2p.phy.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/02unyp1obddyn.js","/_next/static/chunks/0m1ud--um8kjh.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0glol5jdarfma.js","/_next/static/chunks/0u7_qd9hzqwac.js","/_next/static/chunks/0~xn0gfqxa20r.js"],"default"]
|
|
4
|
+
6:I[990774,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0d.v1csiyl.1~.js","/_next/static/chunks/0~3uikgc074il.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0o6w-uw2p.phy.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/02unyp1obddyn.js","/_next/static/chunks/0m1ud--um8kjh.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0glol5jdarfma.js"],"OutletBoundary"]
|
|
5
5
|
7:"$Sreact.suspense"
|
|
6
|
-
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/
|
|
6
|
+
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0u7_qd9hzqwac.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0~xn0gfqxa20r.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"4dBAEZ275uRqcyeaRmXSx"}
|
|
7
7
|
4:{}
|
|
8
8
|
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
|
9
9
|
8:null
|