agentgui 1.0.930 → 1.0.932
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/AGENTS.md +35 -12
- package/database.js +31 -2
- package/lib/http-handler.js +11 -25
- package/lib/routes-registry.js +4 -48
- package/lib/server-startup.js +3 -11
- package/lib/ws-setup.js +2 -1
- package/package.json +3 -3
- package/server.js +7 -1
- package/site/app/js/app.js +64 -68
- package/site/app/js/backend.js +1 -1
- package/static/lib/xstate.umd.min.js +1 -1
- package/lib/db-queries-chunks.js +0 -195
- package/lib/db-queries-chunks2.js +0 -82
- package/lib/db-queries-cleanup.js +0 -74
- package/lib/db-queries-del.js +0 -141
- package/lib/db-queries-events.js +0 -68
- package/lib/db-queries-import.js +0 -133
- package/lib/db-queries-messages.js +0 -102
- package/lib/db-queries-sessions.js +0 -112
- package/lib/db-queries-streams.js +0 -100
- package/lib/db-queries.js +0 -89
- package/lib/jsonl-parser.js +0 -190
- package/lib/jsonl-watcher.js +0 -64
- package/lib/routes-agent-actions.js +0 -61
- package/lib/routes-auth-config.js +0 -30
- package/lib/routes-conversations.js +0 -96
- package/lib/routes-debug.js +0 -119
- package/lib/routes-messages.js +0 -139
- package/lib/routes-runs.js +0 -156
- package/lib/routes-scripts.js +0 -135
- package/lib/routes-sessions.js +0 -144
- package/lib/routes-threads.js +0 -100
- package/lib/routes-util.js +0 -110
- package/lib/ws-handlers-conv.js +0 -138
- package/lib/ws-handlers-conv2.js +0 -169
- package/lib/ws-handlers-msg.js +0 -121
- package/lib/ws-handlers-queue.js +0 -56
- package/lib/ws-handlers-run.js +0 -182
- package/lib/ws-handlers-scripts.js +0 -66
- package/lib/ws-handlers-session.js +0 -105
- package/lib/ws-handlers-session2.js +0 -85
- package/lib/ws-legacy-handlers.js +0 -51
- package/static/app.js +0 -261
- package/static/css/app-shell.css +0 -419
- package/static/css/brand-bible.css +0 -591
- package/static/css/colors_and_type.css +0 -568
- package/static/css/gmail-skin.css +0 -663
- package/static/css/main.css +0 -4015
- package/static/css/tools-popup.css +0 -472
- package/static/index.html +0 -418
- package/static/js/agent-auth.js +0 -146
- package/static/js/app-shortcuts.js +0 -30
- package/static/js/audio-recorder-processor.js +0 -18
- package/static/js/client-agents.js +0 -155
- package/static/js/client-cache.js +0 -171
- package/static/js/client-conv.js +0 -198
- package/static/js/client-events.js +0 -164
- package/static/js/client-exec.js +0 -160
- package/static/js/client-helpers.js +0 -199
- package/static/js/client-load.js +0 -175
- package/static/js/client-render.js +0 -132
- package/static/js/client-scroll.js +0 -178
- package/static/js/client-status.js +0 -167
- package/static/js/client-streaming.js +0 -117
- package/static/js/client-streaming2.js +0 -116
- package/static/js/client-streaming3.js +0 -153
- package/static/js/client-streaming4.js +0 -194
- package/static/js/client-ui-controls.js +0 -170
- package/static/js/client-ui.js +0 -128
- package/static/js/client-ui2.js +0 -160
- package/static/js/client-url.js +0 -93
- package/static/js/client-utils.js +0 -174
- package/static/js/client-ws-msg.js +0 -88
- package/static/js/client-ws.js +0 -161
- package/static/js/client.js +0 -145
- package/static/js/codec.js +0 -4
- package/static/js/conv-list-machine.js +0 -145
- package/static/js/conv-list-renderer.js +0 -198
- package/static/js/conv-machine.js +0 -110
- package/static/js/conv-sidebar-actions.js +0 -188
- package/static/js/conv-sidebar-clone.js +0 -91
- package/static/js/conversations.js +0 -116
- package/static/js/dialogs-types.js +0 -111
- package/static/js/dialogs.js +0 -53
- package/static/js/event-filter-config.js +0 -36
- package/static/js/event-processor.js +0 -181
- package/static/js/features.js +0 -187
- package/static/js/image-loader-element.js +0 -76
- package/static/js/image-loader.js +0 -146
- package/static/js/prompt-machine.js +0 -108
- package/static/js/recording-machine.js +0 -49
- package/static/js/script-runner.js +0 -192
- package/static/js/state-barrier.js +0 -105
- package/static/js/streaming-renderer-dispatch.js +0 -144
- package/static/js/streaming-renderer-events.js +0 -163
- package/static/js/streaming-renderer-events2.js +0 -125
- package/static/js/streaming-renderer-params.js +0 -38
- package/static/js/streaming-renderer-render-misc.js +0 -107
- package/static/js/streaming-renderer-render.js +0 -181
- package/static/js/streaming-renderer-render2.js +0 -149
- package/static/js/streaming-renderer-render3.js +0 -142
- package/static/js/streaming-renderer-static.js +0 -181
- package/static/js/streaming-renderer-static2.js +0 -140
- package/static/js/streaming-renderer-stream.js +0 -170
- package/static/js/streaming-renderer-text.js +0 -185
- package/static/js/streaming-renderer-tools.js +0 -189
- package/static/js/streaming-renderer-tools2.js +0 -92
- package/static/js/streaming-renderer.js +0 -200
- package/static/js/syntax-highlighter-render.js +0 -72
- package/static/js/syntax-highlighter.js +0 -131
- package/static/js/terminal-machine.js +0 -51
- package/static/js/terminal.js +0 -178
- package/static/js/ui-components-rendering.js +0 -62
- package/static/js/ui-components.js +0 -88
- package/static/js/websocket-manager.js +0 -107
- package/static/js/ws-client.js +0 -87
- package/static/js/ws-core.js +0 -162
- package/static/js/ws-latency.js +0 -88
- package/static/js/ws-machine.js +0 -68
- package/static/lib/msgpackr.min.js +0 -2
- package/static/theme.js +0 -74
- package/static/vendor/highlight-js.css +0 -10
- package/static/vendor/highlight.min.js +0 -1244
- package/static/vendor/prism-dark.css +0 -129
- package/static/vendor/rippleui.css +0 -35
- package/static/vendor/xterm-addon-fit.min.js +0 -8
- package/static/vendor/xterm.css +0 -8
- package/static/vendor/xterm.min.js +0 -8
package/lib/routes-messages.js
DELETED
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
export function register(deps) {
|
|
2
|
-
const { queries, sendJSON, parseBody, broadcastSync, processMessageWithStreaming, activeExecutions, messageQueues, debugLog, logError } = deps;
|
|
3
|
-
|
|
4
|
-
const routes = {};
|
|
5
|
-
|
|
6
|
-
routes['_match'] = (method, pathOnly) => {
|
|
7
|
-
let m;
|
|
8
|
-
|
|
9
|
-
if ((m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/messages$/))) {
|
|
10
|
-
if (method === 'GET') return (req, res) => handleGetMessages(req, res, m[1]);
|
|
11
|
-
if (method === 'POST') return (req, res) => handlePostMessage(req, res, m[1]);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
if (method === 'POST' && (m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/stream$/)))
|
|
15
|
-
return (req, res) => handleStream(req, res, m[1]);
|
|
16
|
-
|
|
17
|
-
if ((m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/queue$/))) {
|
|
18
|
-
if (method === 'GET') return (req, res) => handleGetQueue(req, res, m[1]);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
if ((m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/queue\/([^/]+)$/))) {
|
|
22
|
-
if (method === 'DELETE') return (req, res) => handleDeleteQueueItem(req, res, m[1], m[2]);
|
|
23
|
-
if (method === 'PATCH') return (req, res) => handlePatchQueueItem(req, res, m[1], m[2]);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
return null;
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
async function handleGetMessages(req, res, conversationId) {
|
|
30
|
-
const url = new URL(req.url, 'http://localhost');
|
|
31
|
-
const limit = Math.min(parseInt(url.searchParams.get('limit') || '50'), 500);
|
|
32
|
-
const offset = Math.max(parseInt(url.searchParams.get('offset') || '0'), 0);
|
|
33
|
-
const result = queries.getPaginatedMessages(conversationId, limit, offset);
|
|
34
|
-
sendJSON(req, res, 200, result);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
async function handlePostMessage(req, res, conversationId) {
|
|
38
|
-
const conv = queries.getConversation(conversationId);
|
|
39
|
-
if (!conv) { sendJSON(req, res, 404, { error: 'Conversation not found' }); return; }
|
|
40
|
-
const body = await parseBody(req);
|
|
41
|
-
const agentId = body.agentId || conv.agentType || conv.agentId || 'claude-code';
|
|
42
|
-
const model = body.model || conv.model || null;
|
|
43
|
-
const subAgent = body.subAgent || conv.subAgent || null;
|
|
44
|
-
const idempotencyKey = body.idempotencyKey || null;
|
|
45
|
-
const message = queries.createMessage(conversationId, 'user', body.content, idempotencyKey);
|
|
46
|
-
queries.createEvent('message.created', { role: 'user', messageId: message.id }, conversationId);
|
|
47
|
-
broadcastSync({ type: 'message_created', conversationId, message, timestamp: Date.now() });
|
|
48
|
-
|
|
49
|
-
if (activeExecutions.has(conversationId)) {
|
|
50
|
-
if (!messageQueues.has(conversationId)) messageQueues.set(conversationId, []);
|
|
51
|
-
messageQueues.get(conversationId).push({ content: body.content, agentId, model, messageId: message.id, subAgent });
|
|
52
|
-
const queueLength = messageQueues.get(conversationId).length;
|
|
53
|
-
broadcastSync({ type: 'queue_status', conversationId, queueLength, messageId: message.id, timestamp: Date.now() });
|
|
54
|
-
sendJSON(req, res, 200, { message, queued: true, queuePosition: queueLength, idempotencyKey });
|
|
55
|
-
return;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
const session = queries.createSession(conversationId);
|
|
59
|
-
queries.createEvent('session.created', { messageId: message.id, sessionId: session.id }, conversationId, session.id);
|
|
60
|
-
activeExecutions.set(conversationId, { pid: null, startTime: Date.now(), sessionId: session.id, lastActivity: Date.now() });
|
|
61
|
-
queries.setIsStreaming(conversationId, true);
|
|
62
|
-
broadcastSync({ type: 'streaming_start', sessionId: session.id, conversationId, messageId: message.id, agentId, timestamp: Date.now() });
|
|
63
|
-
sendJSON(req, res, 201, { message, session, idempotencyKey });
|
|
64
|
-
|
|
65
|
-
processMessageWithStreaming(conversationId, message.id, session.id, body.content, agentId, model, subAgent)
|
|
66
|
-
.catch(err => {
|
|
67
|
-
console.error(`[messages] Uncaught error for conv ${conversationId}:`, err.message);
|
|
68
|
-
debugLog(`[messages] Uncaught error: ${err.message}`);
|
|
69
|
-
logError('processMessageWithStreaming', err, { convId: conversationId });
|
|
70
|
-
});
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
async function handleStream(req, res, conversationId) {
|
|
74
|
-
const body = await parseBody(req);
|
|
75
|
-
const conv = queries.getConversation(conversationId);
|
|
76
|
-
if (!conv) { sendJSON(req, res, 404, { error: 'Conversation not found' }); return; }
|
|
77
|
-
|
|
78
|
-
const prompt = body.content || body.message || '';
|
|
79
|
-
const agentId = body.agentId || conv.agentType || conv.agentId || 'claude-code';
|
|
80
|
-
const model = body.model || conv.model || null;
|
|
81
|
-
const subAgent = body.subAgent || conv.subAgent || null;
|
|
82
|
-
|
|
83
|
-
const userMessage = queries.createMessage(conversationId, 'user', prompt);
|
|
84
|
-
queries.createEvent('message.created', { role: 'user', messageId: userMessage.id }, conversationId);
|
|
85
|
-
broadcastSync({ type: 'message_created', conversationId, message: userMessage, timestamp: Date.now() });
|
|
86
|
-
|
|
87
|
-
if (activeExecutions.has(conversationId)) {
|
|
88
|
-
debugLog(`[stream] Conversation ${conversationId} is busy, queuing message`);
|
|
89
|
-
if (!messageQueues.has(conversationId)) messageQueues.set(conversationId, []);
|
|
90
|
-
messageQueues.get(conversationId).push({ content: prompt, agentId, model, messageId: userMessage.id, subAgent });
|
|
91
|
-
const queueLength = messageQueues.get(conversationId).length;
|
|
92
|
-
broadcastSync({ type: 'queue_status', conversationId, queueLength, messageId: userMessage.id, timestamp: Date.now() });
|
|
93
|
-
sendJSON(req, res, 200, { message: userMessage, queued: true, queuePosition: queueLength });
|
|
94
|
-
return;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
const session = queries.createSession(conversationId);
|
|
98
|
-
queries.createEvent('session.created', { messageId: userMessage.id, sessionId: session.id }, conversationId, session.id);
|
|
99
|
-
activeExecutions.set(conversationId, { pid: null, startTime: Date.now(), sessionId: session.id, lastActivity: Date.now() });
|
|
100
|
-
queries.setIsStreaming(conversationId, true);
|
|
101
|
-
broadcastSync({ type: 'streaming_start', sessionId: session.id, conversationId, messageId: userMessage.id, agentId, timestamp: Date.now() });
|
|
102
|
-
sendJSON(req, res, 200, { message: userMessage, session, streamId: session.id });
|
|
103
|
-
|
|
104
|
-
processMessageWithStreaming(conversationId, userMessage.id, session.id, prompt, agentId, model, subAgent)
|
|
105
|
-
.catch(err => debugLog(`[stream] Uncaught error: ${err.stack || err.message}`));
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
async function handleGetQueue(req, res, conversationId) {
|
|
109
|
-
const conv = queries.getConversation(conversationId);
|
|
110
|
-
if (!conv) { sendJSON(req, res, 404, { error: 'Conversation not found' }); return; }
|
|
111
|
-
const queue = messageQueues.get(conversationId) || [];
|
|
112
|
-
sendJSON(req, res, 200, { queue });
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
async function handleDeleteQueueItem(req, res, conversationId, messageId) {
|
|
116
|
-
const queue = messageQueues.get(conversationId);
|
|
117
|
-
if (!queue) { sendJSON(req, res, 404, { error: 'Queue not found' }); return; }
|
|
118
|
-
const index = queue.findIndex(q => q.messageId === messageId);
|
|
119
|
-
if (index === -1) { sendJSON(req, res, 404, { error: 'Queued message not found' }); return; }
|
|
120
|
-
queue.splice(index, 1);
|
|
121
|
-
if (queue.length === 0) messageQueues.delete(conversationId);
|
|
122
|
-
broadcastSync({ type: 'queue_status', conversationId, queueLength: queue?.length || 0, timestamp: Date.now() });
|
|
123
|
-
sendJSON(req, res, 200, { deleted: true });
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
async function handlePatchQueueItem(req, res, conversationId, messageId) {
|
|
127
|
-
const body = await parseBody(req);
|
|
128
|
-
const queue = messageQueues.get(conversationId);
|
|
129
|
-
if (!queue) { sendJSON(req, res, 404, { error: 'Queue not found' }); return; }
|
|
130
|
-
const item = queue.find(q => q.messageId === messageId);
|
|
131
|
-
if (!item) { sendJSON(req, res, 404, { error: 'Queued message not found' }); return; }
|
|
132
|
-
if (body.content !== undefined) item.content = body.content;
|
|
133
|
-
if (body.agentId !== undefined) item.agentId = body.agentId;
|
|
134
|
-
broadcastSync({ type: 'queue_updated', conversationId, messageId, content: item.content, agentId: item.agentId, timestamp: Date.now() });
|
|
135
|
-
sendJSON(req, res, 200, { updated: true, item });
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
return routes;
|
|
139
|
-
}
|
package/lib/routes-runs.js
DELETED
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
import os from 'os';
|
|
2
|
-
|
|
3
|
-
export function register(deps) {
|
|
4
|
-
const { sendJSON, parseBody, queries, broadcastSync, processMessageWithStreaming, activeExecutions, activeProcessesByRunId, discoveredAgents, STARTUP_CWD } = deps;
|
|
5
|
-
|
|
6
|
-
const routes = {};
|
|
7
|
-
|
|
8
|
-
routes['_match'] = (method, pathOnly) => {
|
|
9
|
-
const key = `${method} ${pathOnly}`;
|
|
10
|
-
if (routes[key]) return routes[key];
|
|
11
|
-
let m;
|
|
12
|
-
if ((m = pathOnly.match(/^\/api\/runs\/([^/]+)$/))) return (req, res) => handleRunById(req, res, m[1]);
|
|
13
|
-
if (method === 'GET' && (m = pathOnly.match(/^\/api\/runs\/([^/]+)\/wait$/))) return (req, res) => handleRunWait(req, res, m[1]);
|
|
14
|
-
if (method === 'GET' && (m = pathOnly.match(/^\/api\/runs\/([^/]+)\/stream$/))) return (req, res) => { res.writeHead(410); res.end(JSON.stringify({ error: 'SSE removed, use WebSocket' })); };
|
|
15
|
-
if (method === 'POST' && (m = pathOnly.match(/^\/api\/runs\/([^/]+)\/cancel$/))) return (req, res) => handleRunCancel(req, res, m[1]);
|
|
16
|
-
if (method === 'POST' && (m = pathOnly.match(/^\/api\/threads\/([^/]+)\/runs\/([^/]+)\/cancel$/))) return (req, res) => handleThreadRunCancel(req, res, m[1], m[2]);
|
|
17
|
-
if (method === 'GET' && (m = pathOnly.match(/^\/api\/threads\/([^/]+)\/runs\/([^/]+)\/wait$/))) return (req, res) => handleThreadRunWait(req, res, m[1], m[2]);
|
|
18
|
-
return null;
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
routes['POST /api/runs'] = async (req, res) => {
|
|
22
|
-
let body = '';
|
|
23
|
-
for await (const chunk of req) { body += chunk; }
|
|
24
|
-
let parsed = {};
|
|
25
|
-
try { parsed = body ? JSON.parse(body) : {}; } catch {}
|
|
26
|
-
const { input, agentId } = parsed;
|
|
27
|
-
if (!input) { sendJSON(req, res, 400, { error: 'Missing input in request body' }); return; }
|
|
28
|
-
const resolvedAgentId = agentId || 'claude-code';
|
|
29
|
-
const resolvedModel = parsed.model || null;
|
|
30
|
-
const cwd = parsed.workingDirectory || STARTUP_CWD;
|
|
31
|
-
const thread = queries.createConversation(resolvedAgentId, 'Stateless Run', cwd);
|
|
32
|
-
const session = queries.createSession(thread.id, resolvedAgentId, 'pending');
|
|
33
|
-
const content = typeof input === 'string' ? input : JSON.stringify(input);
|
|
34
|
-
const message = queries.createMessage(thread.id, 'user', content);
|
|
35
|
-
processMessageWithStreaming(thread.id, message.id, session.id, content, resolvedAgentId, resolvedModel);
|
|
36
|
-
sendJSON(req, res, 200, { id: session.id, status: 'pending', started_at: session.started_at, agentId: resolvedAgentId });
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
routes['POST /api/runs/search'] = async (req, res) => {
|
|
40
|
-
const sessions = queries.getAllSessions();
|
|
41
|
-
const runs = sessions.slice(0, 50).map(s => ({ id: s.id, status: s.status, started_at: s.started_at, completed_at: s.completed_at, agentId: s.agentId, input: null, output: null })).reverse();
|
|
42
|
-
sendJSON(req, res, 200, runs);
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
routes['POST /api/runs/stream'] = (req, res) => { res.writeHead(410); res.end(JSON.stringify({ error: 'SSE removed, use WebSocket' })); };
|
|
46
|
-
|
|
47
|
-
routes['POST /api/runs/wait'] = async (req, res) => {
|
|
48
|
-
const body = await parseBody(req);
|
|
49
|
-
const { agent_id, input, config } = body;
|
|
50
|
-
if (!agent_id) { sendJSON(req, res, 422, { error: 'agent_id is required' }); return; }
|
|
51
|
-
const agent = discoveredAgents.find(a => a.id === agent_id);
|
|
52
|
-
if (!agent) { sendJSON(req, res, 404, { error: 'Agent not found' }); return; }
|
|
53
|
-
const run = queries.createRun(agent_id, null, input, config);
|
|
54
|
-
sendJSON(req, res, 200, run);
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
async function handleRunById(req, res, runId) {
|
|
58
|
-
if (req.method === 'GET') {
|
|
59
|
-
const run = queries.getRun(runId);
|
|
60
|
-
if (!run) { sendJSON(req, res, 404, { error: 'Run not found' }); return; }
|
|
61
|
-
sendJSON(req, res, 200, run);
|
|
62
|
-
return;
|
|
63
|
-
}
|
|
64
|
-
if (req.method === 'POST') {
|
|
65
|
-
const run = queries.getRun(runId);
|
|
66
|
-
if (!run) { sendJSON(req, res, 404, { error: 'Run not found' }); return; }
|
|
67
|
-
if (run.status !== 'pending') { sendJSON(req, res, 409, { error: 'Run is not resumable' }); return; }
|
|
68
|
-
sendJSON(req, res, 200, run);
|
|
69
|
-
return;
|
|
70
|
-
}
|
|
71
|
-
if (req.method === 'DELETE') {
|
|
72
|
-
try { queries.deleteRun(runId); res.writeHead(204); res.end(); } catch { sendJSON(req, res, 404, { error: 'Run not found' }); }
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
async function handleRunWait(req, res, runId) {
|
|
77
|
-
const run = queries.getRun(runId);
|
|
78
|
-
if (!run) { sendJSON(req, res, 404, { error: 'Run not found' }); return; }
|
|
79
|
-
const startTime = Date.now();
|
|
80
|
-
const poll = setInterval(() => {
|
|
81
|
-
const cur = queries.getRun(runId);
|
|
82
|
-
const done = cur && ['success', 'error', 'cancelled'].includes(cur.status);
|
|
83
|
-
if (done) { clearInterval(poll); sendJSON(req, res, 200, cur); }
|
|
84
|
-
else if (Date.now() - startTime > 30000) { clearInterval(poll); sendJSON(req, res, 408, { error: 'Run still pending after 30s', run_id: runId, status: cur?.status || run.status }); }
|
|
85
|
-
}, 500);
|
|
86
|
-
req.on('close', () => clearInterval(poll));
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
async function handleRunCancel(req, res, runId) {
|
|
90
|
-
try {
|
|
91
|
-
const run = queries.getRun(runId);
|
|
92
|
-
if (!run) { sendJSON(req, res, 404, { error: 'Run not found' }); return; }
|
|
93
|
-
if (['success', 'error', 'cancelled'].includes(run.status)) { sendJSON(req, res, 409, { error: 'Run already completed or cancelled' }); return; }
|
|
94
|
-
const cancelled = queries.cancelRun(runId);
|
|
95
|
-
const threadId = run.thread_id;
|
|
96
|
-
if (threadId) {
|
|
97
|
-
const execution = activeExecutions.get(threadId);
|
|
98
|
-
if (execution?.pid) {
|
|
99
|
-
try { process.kill(-execution.pid, 'SIGTERM'); } catch { try { process.kill(execution.pid, 'SIGTERM'); } catch {} }
|
|
100
|
-
setTimeout(() => { try { process.kill(-execution.pid, 'SIGKILL'); } catch { try { process.kill(execution.pid, 'SIGKILL'); } catch {} } }, 3000);
|
|
101
|
-
}
|
|
102
|
-
if (execution?.sessionId) queries.updateSession(execution.sessionId, { status: 'error', error: 'Cancelled by user', completed_at: Date.now() });
|
|
103
|
-
activeExecutions.delete(threadId);
|
|
104
|
-
queries.setIsStreaming(threadId, false);
|
|
105
|
-
broadcastSync({ type: 'streaming_cancelled', sessionId: execution?.sessionId || runId, conversationId: threadId, runId, timestamp: Date.now() });
|
|
106
|
-
}
|
|
107
|
-
sendJSON(req, res, 200, cancelled);
|
|
108
|
-
} catch (err) {
|
|
109
|
-
if (err.message === 'Run not found') sendJSON(req, res, 404, { error: err.message });
|
|
110
|
-
else if (err.message.includes('already completed')) sendJSON(req, res, 409, { error: err.message });
|
|
111
|
-
else sendJSON(req, res, 500, { error: err.message });
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
async function handleThreadRunCancel(req, res, threadId, runId) {
|
|
116
|
-
try {
|
|
117
|
-
const run = queries.getRun(runId);
|
|
118
|
-
if (!run) { sendJSON(req, res, 404, { error: 'Run not found' }); return; }
|
|
119
|
-
if (run.thread_id !== threadId) { sendJSON(req, res, 400, { error: 'Run does not belong to specified thread' }); return; }
|
|
120
|
-
if (['success', 'error', 'cancelled'].includes(run.status)) { sendJSON(req, res, 409, { error: 'Run already completed or cancelled' }); return; }
|
|
121
|
-
const cancelled = queries.cancelRun(runId);
|
|
122
|
-
const execution = activeExecutions.get(threadId);
|
|
123
|
-
if (execution?.pid) {
|
|
124
|
-
try { process.kill(-execution.pid, 'SIGTERM'); } catch { try { process.kill(execution.pid, 'SIGTERM'); } catch {} }
|
|
125
|
-
setTimeout(() => { try { process.kill(-execution.pid, 'SIGKILL'); } catch { try { process.kill(execution.pid, 'SIGKILL'); } catch {} } }, 3000);
|
|
126
|
-
}
|
|
127
|
-
if (execution?.sessionId) queries.updateSession(execution.sessionId, { status: 'error', error: 'Cancelled by user', completed_at: Date.now() });
|
|
128
|
-
activeExecutions.delete(threadId);
|
|
129
|
-
activeProcessesByRunId.delete(runId);
|
|
130
|
-
queries.setIsStreaming(threadId, false);
|
|
131
|
-
broadcastSync({ type: 'run_cancelled', runId, threadId, sessionId: execution?.sessionId, timestamp: Date.now() });
|
|
132
|
-
broadcastSync({ type: 'streaming_cancelled', sessionId: execution?.sessionId || runId, conversationId: threadId, runId, timestamp: Date.now() });
|
|
133
|
-
sendJSON(req, res, 200, cancelled);
|
|
134
|
-
} catch (err) {
|
|
135
|
-
if (err.message === 'Run not found') sendJSON(req, res, 404, { error: err.message });
|
|
136
|
-
else if (err.message.includes('already completed')) sendJSON(req, res, 409, { error: err.message });
|
|
137
|
-
else sendJSON(req, res, 500, { error: err.message });
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
async function handleThreadRunWait(req, res, threadId, runId) {
|
|
142
|
-
const run = queries.getRun(runId);
|
|
143
|
-
if (!run) { sendJSON(req, res, 404, { error: 'Run not found' }); return; }
|
|
144
|
-
if (run.thread_id !== threadId) { sendJSON(req, res, 400, { error: 'Run does not belong to specified thread' }); return; }
|
|
145
|
-
const startTime = Date.now();
|
|
146
|
-
const poll = setInterval(() => {
|
|
147
|
-
const cur = queries.getRun(runId);
|
|
148
|
-
const done = cur && ['success', 'error', 'cancelled'].includes(cur.status);
|
|
149
|
-
if (done) { clearInterval(poll); sendJSON(req, res, 200, cur); }
|
|
150
|
-
else if (Date.now() - startTime > 30000) { clearInterval(poll); sendJSON(req, res, 408, { error: 'Run still pending after 30s', run_id: runId, status: cur?.status || run.status }); }
|
|
151
|
-
}, 500);
|
|
152
|
-
req.on('close', () => clearInterval(poll));
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
return routes;
|
|
156
|
-
}
|
package/lib/routes-scripts.js
DELETED
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
import fs from 'fs';
|
|
2
|
-
import path from 'path';
|
|
3
|
-
import os from 'os';
|
|
4
|
-
import { spawn } from 'child_process';
|
|
5
|
-
|
|
6
|
-
export function register(deps) {
|
|
7
|
-
const { sendJSON, parseBody, queries, broadcastSync, activeScripts, activeExecutions, processMessageWithStreaming, STARTUP_CWD } = deps;
|
|
8
|
-
|
|
9
|
-
const routes = {};
|
|
10
|
-
|
|
11
|
-
routes['_match'] = (method, pathOnly) => {
|
|
12
|
-
let m;
|
|
13
|
-
if (method === 'GET' && (m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/scripts$/))) return (req, res) => handleScripts(req, res, m[1]);
|
|
14
|
-
if (method === 'POST' && (m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/run-script$/))) return (req, res) => handleRunScript(req, res, m[1]);
|
|
15
|
-
if (method === 'POST' && (m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/stop-script$/))) return (req, res) => handleStopScript(req, res, m[1]);
|
|
16
|
-
if (method === 'GET' && (m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/script-status$/))) return (req, res) => handleScriptStatus(req, res, m[1]);
|
|
17
|
-
if (method === 'POST' && (m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/cancel$/))) return (req, res) => handleCancel(req, res, m[1]);
|
|
18
|
-
if (method === 'POST' && (m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/resume$/))) return (req, res) => handleResume(req, res, m[1]);
|
|
19
|
-
if (method === 'POST' && (m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/inject$/))) return (req, res) => handleInject(req, res, m[1]);
|
|
20
|
-
return null;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
async function handleScripts(req, res, conversationId) {
|
|
24
|
-
const conv = queries.getConversation(conversationId);
|
|
25
|
-
if (!conv) { sendJSON(req, res, 404, { error: 'Not found' }); return; }
|
|
26
|
-
const wd = conv.workingDirectory || STARTUP_CWD;
|
|
27
|
-
let hasStart = false, hasDev = false;
|
|
28
|
-
try {
|
|
29
|
-
const pkg = JSON.parse(fs.readFileSync(path.join(wd, 'package.json'), 'utf-8'));
|
|
30
|
-
const scripts = pkg.scripts || {};
|
|
31
|
-
hasStart = !!scripts.start;
|
|
32
|
-
hasDev = !!scripts.dev;
|
|
33
|
-
} catch {}
|
|
34
|
-
const running = activeScripts.has(conversationId);
|
|
35
|
-
const runningScript = running ? activeScripts.get(conversationId).script : null;
|
|
36
|
-
sendJSON(req, res, 200, { hasStart, hasDev, running, runningScript });
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
async function handleRunScript(req, res, conversationId) {
|
|
40
|
-
const conv = queries.getConversation(conversationId);
|
|
41
|
-
if (!conv) { sendJSON(req, res, 404, { error: 'Not found' }); return; }
|
|
42
|
-
if (activeScripts.has(conversationId)) { sendJSON(req, res, 409, { error: 'Script already running' }); return; }
|
|
43
|
-
const body = await parseBody(req);
|
|
44
|
-
const script = body.script;
|
|
45
|
-
if (script !== 'start' && script !== 'dev') { sendJSON(req, res, 400, { error: 'Invalid script' }); return; }
|
|
46
|
-
const wd = conv.workingDirectory || STARTUP_CWD;
|
|
47
|
-
try {
|
|
48
|
-
const pkg = JSON.parse(fs.readFileSync(path.join(wd, 'package.json'), 'utf-8'));
|
|
49
|
-
if (!pkg.scripts || !pkg.scripts[script]) { sendJSON(req, res, 400, { error: `Script "${script}" not found` }); return; }
|
|
50
|
-
} catch { sendJSON(req, res, 400, { error: 'No package.json' }); return; }
|
|
51
|
-
const childEnv = { ...process.env, FORCE_COLOR: '1' };
|
|
52
|
-
delete childEnv.PORT;
|
|
53
|
-
delete childEnv.BASE_URL;
|
|
54
|
-
delete childEnv.HOT_RELOAD;
|
|
55
|
-
const isWindows = os.platform() === 'win32';
|
|
56
|
-
const child = spawn('npm', ['run', script], { cwd: wd, stdio: ['ignore', 'pipe', 'pipe'], detached: true, env: childEnv, shell: isWindows });
|
|
57
|
-
activeScripts.set(conversationId, { process: child, script, startTime: Date.now() });
|
|
58
|
-
broadcastSync({ type: 'script_started', conversationId, script, timestamp: Date.now() });
|
|
59
|
-
const onData = (stream) => (chunk) => broadcastSync({ type: 'script_output', conversationId, data: chunk.toString(), stream, timestamp: Date.now() });
|
|
60
|
-
child.stdout.on('data', onData('stdout'));
|
|
61
|
-
child.stderr.on('data', onData('stderr'));
|
|
62
|
-
child.stdout.on('error', () => {});
|
|
63
|
-
child.stderr.on('error', () => {});
|
|
64
|
-
child.on('error', (err) => { activeScripts.delete(conversationId); broadcastSync({ type: 'script_stopped', conversationId, code: 1, error: err.message, timestamp: Date.now() }); });
|
|
65
|
-
child.on('close', (code) => { activeScripts.delete(conversationId); broadcastSync({ type: 'script_stopped', conversationId, code: code || 0, timestamp: Date.now() }); });
|
|
66
|
-
sendJSON(req, res, 200, { ok: true, script, pid: child.pid });
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
async function handleStopScript(req, res, conversationId) {
|
|
70
|
-
const entry = activeScripts.get(conversationId);
|
|
71
|
-
if (!entry) { sendJSON(req, res, 404, { error: 'No running script' }); return; }
|
|
72
|
-
try { process.kill(-entry.process.pid, 'SIGTERM'); } catch { try { entry.process.kill('SIGTERM'); } catch {} }
|
|
73
|
-
sendJSON(req, res, 200, { ok: true });
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
async function handleScriptStatus(req, res, conversationId) {
|
|
77
|
-
const entry = activeScripts.get(conversationId);
|
|
78
|
-
sendJSON(req, res, 200, { running: !!entry, script: entry?.script || null });
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
async function handleCancel(req, res, conversationId) {
|
|
82
|
-
const entry = activeExecutions.get(conversationId);
|
|
83
|
-
if (!entry) { sendJSON(req, res, 404, { error: 'No active execution to cancel' }); return; }
|
|
84
|
-
const { pid, sessionId } = entry;
|
|
85
|
-
if (pid) {
|
|
86
|
-
try { process.kill(-pid, 'SIGKILL'); } catch { try { process.kill(pid, 'SIGKILL'); } catch {} }
|
|
87
|
-
}
|
|
88
|
-
if (sessionId) queries.updateSession(sessionId, { status: 'interrupted', completed_at: Date.now() });
|
|
89
|
-
queries.setIsStreaming(conversationId, false);
|
|
90
|
-
activeExecutions.delete(conversationId);
|
|
91
|
-
broadcastSync({ type: 'streaming_complete', sessionId, conversationId, interrupted: true, timestamp: Date.now() });
|
|
92
|
-
sendJSON(req, res, 200, { ok: true, cancelled: true, conversationId, sessionId });
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
async function handleResume(req, res, conversationId) {
|
|
96
|
-
const conv = queries.getConversation(conversationId);
|
|
97
|
-
if (!conv) { sendJSON(req, res, 404, { error: 'Conversation not found' }); return; }
|
|
98
|
-
if (activeExecutions.get(conversationId)) { sendJSON(req, res, 409, { error: 'Conversation already has an active execution' }); return; }
|
|
99
|
-
let body = '';
|
|
100
|
-
for await (const chunk of req) { body += chunk; }
|
|
101
|
-
let parsed = {};
|
|
102
|
-
try { parsed = body ? JSON.parse(body) : {}; } catch {}
|
|
103
|
-
const { content, agentId } = parsed;
|
|
104
|
-
if (!content) { sendJSON(req, res, 400, { error: 'Missing content in request body' }); return; }
|
|
105
|
-
const resolvedAgentId = agentId || conv.agentId || 'claude-code';
|
|
106
|
-
const resolvedModel = parsed.model || conv.model || null;
|
|
107
|
-
const session = queries.createSession(conversationId, resolvedAgentId, 'pending');
|
|
108
|
-
const message = queries.createMessage(conversationId, 'user', content);
|
|
109
|
-
processMessageWithStreaming(conversationId, message.id, session.id, content, resolvedAgentId, resolvedModel);
|
|
110
|
-
sendJSON(req, res, 200, { ok: true, conversationId, sessionId: session.id, messageId: message.id, resumed: true });
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
async function handleInject(req, res, conversationId) {
|
|
114
|
-
const conv = queries.getConversation(conversationId);
|
|
115
|
-
if (!conv) { sendJSON(req, res, 404, { error: 'Conversation not found' }); return; }
|
|
116
|
-
let body = '';
|
|
117
|
-
for await (const chunk of req) { body += chunk; }
|
|
118
|
-
let parsed = {};
|
|
119
|
-
try { parsed = body ? JSON.parse(body) : {}; } catch {}
|
|
120
|
-
const { content, eager } = parsed;
|
|
121
|
-
if (!content) { sendJSON(req, res, 400, { error: 'Missing content in request body' }); return; }
|
|
122
|
-
const entry = activeExecutions.get(conversationId);
|
|
123
|
-
if (entry && eager) { sendJSON(req, res, 409, { error: 'Cannot eagerly inject while execution is running - message queued' }); return; }
|
|
124
|
-
const message = queries.createMessage(conversationId, 'user', '[INJECTED] ' + content);
|
|
125
|
-
if (!entry) {
|
|
126
|
-
const resolvedAgentId = conv.agentId || 'claude-code';
|
|
127
|
-
const resolvedModel = conv.model || null;
|
|
128
|
-
const session = queries.createSession(conversationId, resolvedAgentId, 'pending');
|
|
129
|
-
processMessageWithStreaming(conversationId, message.id, session.id, message.content, resolvedAgentId, resolvedModel);
|
|
130
|
-
}
|
|
131
|
-
sendJSON(req, res, 200, { ok: true, injected: true, conversationId, messageId: message.id });
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
return routes;
|
|
135
|
-
}
|
package/lib/routes-sessions.js
DELETED
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
export function register(deps) {
|
|
2
|
-
const { queries, sendJSON, activeExecutions, rateLimitState, debugLog } = deps;
|
|
3
|
-
|
|
4
|
-
const routes = {};
|
|
5
|
-
|
|
6
|
-
routes['_match'] = (method, pathOnly) => {
|
|
7
|
-
let m;
|
|
8
|
-
|
|
9
|
-
if (method === 'GET' && (m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/messages\/([^/]+)$/)))
|
|
10
|
-
return (req, res) => handleGetMessage(req, res, m[1], m[2]);
|
|
11
|
-
|
|
12
|
-
if (method === 'GET' && (m = pathOnly.match(/^\/api\/sessions\/([^/]+)$/)))
|
|
13
|
-
return (req, res) => handleGetSession(req, res, m[1]);
|
|
14
|
-
|
|
15
|
-
if (method === 'GET' && (m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/full$/)))
|
|
16
|
-
return (req, res) => handleFullLoad(req, res, m[1]);
|
|
17
|
-
|
|
18
|
-
if (method === 'GET' && (m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/chunks$/)))
|
|
19
|
-
return (req, res) => handleConvChunks(req, res, m[1]);
|
|
20
|
-
|
|
21
|
-
if (method === 'GET' && (m = pathOnly.match(/^\/api\/sessions\/([^/]+)\/chunks$/)))
|
|
22
|
-
return (req, res) => handleSessionChunks(req, res, m[1]);
|
|
23
|
-
|
|
24
|
-
if (method === 'GET' && (m = pathOnly.match(/^\/api\/conversations\/([^/]+)\/sessions\/latest$/)))
|
|
25
|
-
return (req, res) => handleLatestSession(req, res, m[1]);
|
|
26
|
-
|
|
27
|
-
if (method === 'GET' && (m = pathOnly.match(/^\/api\/sessions\/([^/]+)\/execution$/)))
|
|
28
|
-
return (req, res) => handleExecution(req, res, m[1]);
|
|
29
|
-
|
|
30
|
-
return null;
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
async function handleGetMessage(req, res, conversationId, msgId) {
|
|
34
|
-
const msg = queries.getMessage(msgId);
|
|
35
|
-
if (!msg || msg.conversationId !== conversationId) { sendJSON(req, res, 404, { error: 'Not found' }); return; }
|
|
36
|
-
sendJSON(req, res, 200, { message: msg });
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
async function handleGetSession(req, res, sessionId) {
|
|
40
|
-
const sess = queries.getSession(sessionId);
|
|
41
|
-
if (!sess) { sendJSON(req, res, 404, { error: 'Not found' }); return; }
|
|
42
|
-
const events = queries.getSessionEvents(sessionId);
|
|
43
|
-
sendJSON(req, res, 200, { session: sess, events });
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
async function handleFullLoad(req, res, conversationId) {
|
|
47
|
-
const conv = queries.getConversation(conversationId);
|
|
48
|
-
if (!conv) { sendJSON(req, res, 404, { error: 'Not found' }); return; }
|
|
49
|
-
const latestSession = queries.getLatestSession(conversationId);
|
|
50
|
-
const isActivelyStreaming = activeExecutions.has(conversationId);
|
|
51
|
-
const url = new URL(req.url, 'http://localhost');
|
|
52
|
-
const chunkLimit = Math.min(parseInt(url.searchParams.get('chunkLimit') || '500'), 5000);
|
|
53
|
-
const allChunks = url.searchParams.get('allChunks') === '1';
|
|
54
|
-
const totalChunks = queries.getConversationChunkCount(conversationId);
|
|
55
|
-
let chunks;
|
|
56
|
-
if (allChunks || totalChunks <= chunkLimit) {
|
|
57
|
-
chunks = queries.getConversationChunks(conversationId);
|
|
58
|
-
} else {
|
|
59
|
-
chunks = queries.getRecentConversationChunks(conversationId, chunkLimit);
|
|
60
|
-
}
|
|
61
|
-
const msgResult = queries.getPaginatedMessages(conversationId, 100, 0);
|
|
62
|
-
const rateLimitInfo = rateLimitState.get(conversationId) || null;
|
|
63
|
-
sendJSON(req, res, 200, {
|
|
64
|
-
conversation: conv,
|
|
65
|
-
isActivelyStreaming,
|
|
66
|
-
latestSession,
|
|
67
|
-
chunks,
|
|
68
|
-
totalChunks,
|
|
69
|
-
messages: msgResult.messages,
|
|
70
|
-
rateLimitInfo
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
async function handleConvChunks(req, res, conversationId) {
|
|
75
|
-
const conv = queries.getConversation(conversationId);
|
|
76
|
-
if (!conv) { sendJSON(req, res, 404, { error: 'Conversation not found' }); return; }
|
|
77
|
-
const url = new URL(req.url, 'http://localhost');
|
|
78
|
-
const since = parseInt(url.searchParams.get('since') || '0');
|
|
79
|
-
const all = url.searchParams.get('all') === 'true';
|
|
80
|
-
const totalChunks = queries.getConversationChunkCount(conversationId);
|
|
81
|
-
let chunks;
|
|
82
|
-
if (since > 0) {
|
|
83
|
-
chunks = queries.getConversationChunksSince(conversationId, since);
|
|
84
|
-
} else if (all) {
|
|
85
|
-
chunks = queries.getConversationChunks(conversationId);
|
|
86
|
-
} else {
|
|
87
|
-
chunks = queries.getRecentConversationChunks(conversationId, 500);
|
|
88
|
-
}
|
|
89
|
-
debugLog(`[chunks] Conv ${conversationId}: ${chunks.length} chunks (total: ${totalChunks})`);
|
|
90
|
-
sendJSON(req, res, 200, { ok: true, chunks, totalChunks });
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
async function handleSessionChunks(req, res, sessionId) {
|
|
94
|
-
const sess = queries.getSession(sessionId);
|
|
95
|
-
if (!sess) { sendJSON(req, res, 404, { error: 'Session not found' }); return; }
|
|
96
|
-
const url = new URL(req.url, 'http://localhost');
|
|
97
|
-
const sinceSeq = parseInt(url.searchParams.get('sinceSeq') || '-1');
|
|
98
|
-
const since = parseInt(url.searchParams.get('since') || '0');
|
|
99
|
-
let chunks;
|
|
100
|
-
if (sinceSeq >= 0) {
|
|
101
|
-
chunks = queries.getChunksSinceSeq(sessionId, sinceSeq);
|
|
102
|
-
} else {
|
|
103
|
-
chunks = queries.getChunksSince(sessionId, since);
|
|
104
|
-
}
|
|
105
|
-
sendJSON(req, res, 200, { ok: true, chunks });
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
async function handleLatestSession(req, res, convId) {
|
|
109
|
-
const latestSession = queries.getLatestSession(convId);
|
|
110
|
-
if (!latestSession) { sendJSON(req, res, 200, { session: null }); return; }
|
|
111
|
-
const events = queries.getSessionEvents(latestSession.id);
|
|
112
|
-
sendJSON(req, res, 200, { session: latestSession, events });
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
async function handleExecution(req, res, sessionId) {
|
|
116
|
-
const url = new URL(req.url, 'http://localhost');
|
|
117
|
-
const limit = Math.min(parseInt(url.searchParams.get('limit') || '1000'), 5000);
|
|
118
|
-
const offset = Math.max(parseInt(url.searchParams.get('offset') || '0'), 0);
|
|
119
|
-
const filterType = url.searchParams.get('filterType');
|
|
120
|
-
try {
|
|
121
|
-
const session = queries.getSession(sessionId);
|
|
122
|
-
const allChunks = session ? (queries.getChunksSince(sessionId, 0) || []) : [];
|
|
123
|
-
const filtered = filterType ? allChunks.filter(e => e.type === filterType) : allChunks;
|
|
124
|
-
sendJSON(req, res, 200, {
|
|
125
|
-
sessionId,
|
|
126
|
-
events: filtered.slice(offset, offset + limit),
|
|
127
|
-
total: filtered.length,
|
|
128
|
-
limit,
|
|
129
|
-
offset,
|
|
130
|
-
hasMore: offset + limit < filtered.length,
|
|
131
|
-
metadata: {
|
|
132
|
-
status: session?.status || 'unknown',
|
|
133
|
-
startTime: session?.created_at || null,
|
|
134
|
-
duration: session?.completed_at && session?.created_at ? session.completed_at - session.created_at : 0,
|
|
135
|
-
eventCount: filtered.length
|
|
136
|
-
}
|
|
137
|
-
});
|
|
138
|
-
} catch (err) {
|
|
139
|
-
sendJSON(req, res, 400, { error: err.message });
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
return routes;
|
|
144
|
-
}
|