* refactor: introduce provider plugin registry * refactor: move provider CLI to plugins * docs: add provider plugin implementation notes * refactor: shift provider runtime logic into plugins * refactor: add plugin defaults and summaries * docs: update provider plugin notes * feat(commands): add /commands slash list * Auto-reply: tidy help message * Auto-reply: fix status command lint * Tests: align google shared expectations * Auto-reply: tidy help message * Auto-reply: fix status command lint * refactor: move provider routing into plugins * test: align agent routing expectations * docs: update provider plugin notes * refactor: route replies via provider plugins * docs: note route-reply plugin hooks * refactor: extend provider plugin contract * refactor: derive provider status from plugins * refactor: unify gateway provider control * refactor: use plugin metadata in auto-reply * fix: parenthesize cron target selection * refactor: derive gateway methods from plugins * refactor: generalize provider logout * refactor: route provider logout through plugins * refactor: move WhatsApp web login methods into plugin * refactor: generalize provider log prefixes * refactor: centralize default chat provider * refactor: derive provider lists from registry * refactor: move provider reload noops into plugins * refactor: resolve web login provider via alias * refactor: derive CLI provider options from plugins * refactor: derive prompt provider list from plugins * style: apply biome lint fixes * fix: resolve provider routing edge cases * docs: update provider plugin refactor notes * fix(gateway): harden agent provider routing * refactor: move provider routing into plugins * refactor: move provider CLI to plugins * refactor: derive provider lists from registry * fix: restore slash command parsing * refactor: align provider ids for schema * refactor: unify outbound target resolution * fix: keep outbound labels stable * feat: add msteams to cron surfaces * fix: clean up lint build issues * refactor: localize chat provider alias normalization * refactor: drive gateway provider lists from plugins * docs: update provider plugin notes * style: format message-provider * fix: avoid provider registry init cycles * style: sort message-provider imports * fix: relax provider alias map typing * refactor: move provider routing into plugins * refactor: add plugin pairing/config adapters * refactor: route pairing and provider removal via plugins * refactor: align auto-reply provider typing * test: stabilize telegram media mocks * docs: update provider plugin refactor notes * refactor: pluginize outbound targets * refactor: pluginize provider selection * refactor: generalize text chunk limits * docs: update provider plugin notes * refactor: generalize group session/config * fix: normalize provider id for room detection * fix: avoid provider init in system prompt * style: formatting cleanup * refactor: normalize agent delivery targets * test: update outbound delivery labels * chore: fix lint regressions * refactor: extend provider plugin adapters * refactor: move elevated/block streaming defaults to plugins * refactor: defer outbound send deps to plugins * docs: note plugin-driven streaming/elevated defaults * refactor: centralize webchat provider constant * refactor: add provider setup adapters * refactor: delegate provider add config to plugins * docs: document plugin-driven provider add * refactor: add plugin state/binding metadata * refactor: build agent provider status from plugins * docs: note plugin-driven agent bindings * refactor: centralize internal provider constant usage * fix: normalize WhatsApp targets for groups and E.164 (#631) (thanks @imfing) * refactor: centralize default chat provider * refactor: centralize WhatsApp target normalization * refactor: move provider routing into plugins * refactor: normalize agent delivery targets * chore: fix lint regressions * fix: normalize WhatsApp targets for groups and E.164 (#631) (thanks @imfing) * feat: expand provider plugin adapters * refactor: route auto-reply via provider plugins * fix: align WhatsApp target normalization * fix: normalize WhatsApp targets for groups and E.164 (#631) (thanks @imfing) * refactor: centralize WhatsApp target normalization * feat: add /config chat config updates * docs: add /config get alias * feat(commands): add /commands slash list * refactor: centralize default chat provider * style: apply biome lint fixes * chore: fix lint regressions * fix: clean up whatsapp allowlist typing * style: format config command helpers * refactor: pluginize tool threading context * refactor: normalize session announce targets * docs: note new plugin threading and announce hooks * refactor: pluginize message actions * docs: update provider plugin actions notes * fix: align provider action adapters * refactor: centralize webchat checks * style: format message provider helpers * refactor: move provider onboarding into adapters * docs: note onboarding provider adapters * feat: add msteams onboarding adapter * style: organize onboarding imports * fix: normalize msteams allowFrom types * feat: add plugin text chunk limits * refactor: use plugin chunk limit fallbacks * feat: add provider mention stripping hooks * style: organize provider plugin type imports * refactor: generalize health snapshots * refactor: update macOS health snapshot handling * docs: refresh health snapshot notes * style: format health snapshot updates * refactor: drive security warnings via plugins * docs: note provider security adapter * style: format provider security adapters * refactor: centralize provider account defaults * refactor: type gateway client identity constants * chore: regen gateway protocol swift * fix: degrade health on failed provider probe * refactor: centralize pairing approve hint * docs: add plugin CLI command references * refactor: route auth and tool sends through plugins * docs: expand provider plugin hooks * refactor: document provider docking touchpoints * refactor: normalize internal provider defaults * refactor: streamline outbound delivery wiring * refactor: make provider onboarding plugin-owned * refactor: support provider-owned agent tools * refactor: move telegram draft chunking into telegram module * refactor: infer provider tool sends via extractToolSend * fix: repair plugin onboarding imports * refactor: de-dup outbound target normalization * style: tidy plugin and agent imports * refactor: data-drive provider selection line * fix: satisfy lint after provider plugin rebase * test: deflake gateway-cli coverage * style: format gateway-cli coverage test * refactor(provider-plugins): simplify provider ids * test(pairing-cli): avoid provider-specific ternary * style(macos): swiftformat HealthStore * refactor(sandbox): derive provider tool denylist * fix(sandbox): avoid plugin init in defaults * refactor(provider-plugins): centralize provider aliases * style(test): satisfy biome * refactor(protocol): v3 providers.status maps * refactor(ui): adapt to protocol v3 * refactor(macos): adapt to protocol v3 * test: update providers.status v3 fixtures * refactor(gateway): map provider runtime snapshot * test(gateway): update reload runtime snapshot * refactor(whatsapp): normalize heartbeat provider id * docs(refactor): update provider plugin notes * style: satisfy biome after rebase * fix: describe sandboxed elevated in prompt * feat(gateway): add agent image attachments + live probe * refactor: derive CLI provider options from plugins * fix(gateway): harden agent provider routing * fix(gateway): harden agent provider routing * refactor: align provider ids for schema * fix(protocol): keep agent provider string * fix(gateway): harden agent provider routing * fix(protocol): keep agent provider string * refactor: normalize agent delivery targets * refactor: support provider-owned agent tools * refactor(config): provider-keyed elevated allowFrom * style: satisfy biome * fix(gateway): appease provider narrowing * style: satisfy biome * refactor(reply): move group intro hints into plugin * fix(reply): avoid plugin registry init cycle * refactor(providers): add lightweight provider dock * refactor(gateway): use typed client id in connect * refactor(providers): document docks and avoid init cycles * refactor(providers): make media limit helper generic * fix(providers): break plugin registry import cycles * style: satisfy biome * refactor(status-all): build providers table from plugins * refactor(gateway): delegate web login to provider plugin * refactor(provider): drop web alias * refactor(provider): lazy-load monitors * style: satisfy lint/format * style: format status-all providers table * style: swiftformat gateway discovery model * test: make reload plan plugin-driven * fix: avoid token stringification in status-all * refactor: make provider IDs explicit in status * feat: warn on signal/imessage provider runtime errors * test: cover gateway provider runtime warnings in status * fix: add runtime kind to provider status issues * test: cover health degradation on probe failure * fix: keep routeReply lightweight * style: organize routeReply imports * refactor(web): extract auth-store helpers * refactor(whatsapp): lazy login imports * refactor(outbound): route replies via plugin outbound * docs: update provider plugin notes * style: format provider status issues * fix: make sandbox scope warning wrap-safe * refactor: load outbound adapters from provider plugins * docs: update provider plugin outbound notes * style(macos): fix swiftformat lint * docs: changelog for provider plugins * fix(macos): satisfy swiftformat * fix(macos): open settings via menu action * style: format after rebase * fix(macos): open Settings via menu action --------- Co-authored-by: LK <luke@kyohere.com> Co-authored-by: Luke K (pr-0f3t) <2609441+lc0rp@users.noreply.github.com> Co-authored-by: Xin <xin@imfing.com>
1247 lines
33 KiB
TypeScript
1247 lines
33 KiB
TypeScript
import fs from "node:fs/promises";
|
|
import os from "node:os";
|
|
import path from "node:path";
|
|
import { describe, expect, test, vi } from "vitest";
|
|
import { emitAgentEvent } from "../infra/agent-events.js";
|
|
import {
|
|
GATEWAY_CLIENT_MODES,
|
|
GATEWAY_CLIENT_NAMES,
|
|
} from "../utils/message-provider.js";
|
|
import {
|
|
agentCommand,
|
|
connectOk,
|
|
installGatewayTestHooks,
|
|
onceMessage,
|
|
piSdkMock,
|
|
rpcReq,
|
|
sessionStoreSaveDelayMs,
|
|
startServerWithClient,
|
|
testState,
|
|
} from "./test-helpers.js";
|
|
|
|
installGatewayTestHooks();
|
|
|
|
async function waitFor(condition: () => boolean, timeoutMs = 1500) {
|
|
const deadline = Date.now() + timeoutMs;
|
|
while (Date.now() < deadline) {
|
|
if (condition()) return;
|
|
await new Promise((r) => setTimeout(r, 5));
|
|
}
|
|
throw new Error("timeout waiting for condition");
|
|
}
|
|
|
|
describe("gateway server chat", () => {
|
|
test("webchat can chat.send without a mobile node", async () => {
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws, {
|
|
client: {
|
|
id: GATEWAY_CLIENT_NAMES.CONTROL_UI,
|
|
version: "dev",
|
|
platform: "web",
|
|
mode: GATEWAY_CLIENT_MODES.WEBCHAT,
|
|
},
|
|
});
|
|
|
|
const res = await rpcReq(ws, "chat.send", {
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-webchat-1",
|
|
});
|
|
expect(res.ok).toBe(true);
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("chat.send defaults to agent timeout config", async () => {
|
|
testState.agentConfig = { timeoutSeconds: 123 };
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const spy = vi.mocked(agentCommand);
|
|
const callsBefore = spy.mock.calls.length;
|
|
const res = await rpcReq(ws, "chat.send", {
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-timeout-1",
|
|
});
|
|
expect(res.ok).toBe(true);
|
|
|
|
await waitFor(() => spy.mock.calls.length > callsBefore);
|
|
const call = spy.mock.calls.at(-1)?.[0] as { timeout?: string } | undefined;
|
|
expect(call?.timeout).toBe("123");
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("chat.send forwards sessionKey to agentCommand", async () => {
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const spy = vi.mocked(agentCommand);
|
|
const callsBefore = spy.mock.calls.length;
|
|
const res = await rpcReq(ws, "chat.send", {
|
|
sessionKey: "agent:main:subagent:abc",
|
|
message: "hello",
|
|
idempotencyKey: "idem-session-key-1",
|
|
});
|
|
expect(res.ok).toBe(true);
|
|
|
|
await waitFor(() => spy.mock.calls.length > callsBefore);
|
|
const call = spy.mock.calls.at(-1)?.[0] as
|
|
| { sessionKey?: string }
|
|
| undefined;
|
|
expect(call?.sessionKey).toBe("agent:main:subagent:abc");
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("chat.send blocked by send policy", async () => {
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
testState.sessionConfig = {
|
|
sendPolicy: {
|
|
default: "allow",
|
|
rules: [
|
|
{
|
|
action: "deny",
|
|
match: { provider: "discord", chatType: "group" },
|
|
},
|
|
],
|
|
},
|
|
};
|
|
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{
|
|
"discord:group:dev": {
|
|
sessionId: "sess-discord",
|
|
updatedAt: Date.now(),
|
|
chatType: "group",
|
|
provider: "discord",
|
|
},
|
|
},
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const res = await rpcReq(ws, "chat.send", {
|
|
sessionKey: "discord:group:dev",
|
|
message: "hello",
|
|
idempotencyKey: "idem-1",
|
|
});
|
|
expect(res.ok).toBe(false);
|
|
expect(
|
|
(res.error as { message?: string } | undefined)?.message ?? "",
|
|
).toMatch(/send blocked/i);
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("agent blocked by send policy for sessionKey", async () => {
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
testState.sessionConfig = {
|
|
sendPolicy: {
|
|
default: "allow",
|
|
rules: [{ action: "deny", match: { keyPrefix: "cron:" } }],
|
|
},
|
|
};
|
|
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{
|
|
"cron:job-1": {
|
|
sessionId: "sess-cron",
|
|
updatedAt: Date.now(),
|
|
},
|
|
},
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const res = await rpcReq(ws, "agent", {
|
|
sessionKey: "cron:job-1",
|
|
message: "hi",
|
|
idempotencyKey: "idem-2",
|
|
});
|
|
expect(res.ok).toBe(false);
|
|
expect(
|
|
(res.error as { message?: string } | undefined)?.message ?? "",
|
|
).toMatch(/send blocked/i);
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
test("chat.send accepts image attachment", { timeout: 12000 }, async () => {
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const spy = vi.mocked(agentCommand);
|
|
const callsBefore = spy.mock.calls.length;
|
|
|
|
const pngB64 =
|
|
"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/woAAn8B9FD5fHAAAAAASUVORK5CYII=";
|
|
|
|
const reqId = "chat-img";
|
|
ws.send(
|
|
JSON.stringify({
|
|
type: "req",
|
|
id: reqId,
|
|
method: "chat.send",
|
|
params: {
|
|
sessionKey: "main",
|
|
message: "see image",
|
|
idempotencyKey: "idem-img",
|
|
attachments: [
|
|
{
|
|
type: "image",
|
|
mimeType: "image/png",
|
|
fileName: "dot.png",
|
|
content: `data:image/png;base64,${pngB64}`,
|
|
},
|
|
],
|
|
},
|
|
}),
|
|
);
|
|
|
|
const res = await onceMessage(
|
|
ws,
|
|
(o) => o.type === "res" && o.id === reqId,
|
|
8000,
|
|
);
|
|
expect(res.ok).toBe(true);
|
|
expect(res.payload?.runId).toBeDefined();
|
|
|
|
await waitFor(() => spy.mock.calls.length > callsBefore, 8000);
|
|
const call = spy.mock.calls.at(-1)?.[0] as
|
|
| { images?: Array<{ type: string; data: string; mimeType: string }> }
|
|
| undefined;
|
|
expect(call?.images).toEqual([
|
|
{ type: "image", data: pngB64, mimeType: "image/png" },
|
|
]);
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("chat.history caps large histories and honors limit", async () => {
|
|
const firstContentText = (msg: unknown): string | undefined => {
|
|
if (!msg || typeof msg !== "object") return undefined;
|
|
const content = (msg as { content?: unknown }).content;
|
|
if (!Array.isArray(content) || content.length === 0) return undefined;
|
|
const first = content[0];
|
|
if (!first || typeof first !== "object") return undefined;
|
|
const text = (first as { text?: unknown }).text;
|
|
return typeof text === "string" ? text : undefined;
|
|
};
|
|
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{
|
|
main: {
|
|
sessionId: "sess-main",
|
|
updatedAt: Date.now(),
|
|
},
|
|
},
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
|
|
const lines: string[] = [];
|
|
for (let i = 0; i < 300; i += 1) {
|
|
lines.push(
|
|
JSON.stringify({
|
|
message: {
|
|
role: "user",
|
|
content: [{ type: "text", text: `m${i}` }],
|
|
timestamp: Date.now() + i,
|
|
},
|
|
}),
|
|
);
|
|
}
|
|
await fs.writeFile(
|
|
path.join(dir, "sess-main.jsonl"),
|
|
lines.join("\n"),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const defaultRes = await rpcReq<{ messages?: unknown[] }>(
|
|
ws,
|
|
"chat.history",
|
|
{
|
|
sessionKey: "main",
|
|
},
|
|
);
|
|
expect(defaultRes.ok).toBe(true);
|
|
const defaultMsgs = defaultRes.payload?.messages ?? [];
|
|
expect(defaultMsgs.length).toBe(200);
|
|
expect(firstContentText(defaultMsgs[0])).toBe("m100");
|
|
|
|
const limitedRes = await rpcReq<{ messages?: unknown[] }>(
|
|
ws,
|
|
"chat.history",
|
|
{
|
|
sessionKey: "main",
|
|
limit: 5,
|
|
},
|
|
);
|
|
expect(limitedRes.ok).toBe(true);
|
|
const limitedMsgs = limitedRes.payload?.messages ?? [];
|
|
expect(limitedMsgs.length).toBe(5);
|
|
expect(firstContentText(limitedMsgs[0])).toBe("m295");
|
|
|
|
const largeLines: string[] = [];
|
|
for (let i = 0; i < 1500; i += 1) {
|
|
largeLines.push(
|
|
JSON.stringify({
|
|
message: {
|
|
role: "user",
|
|
content: [{ type: "text", text: `b${i}` }],
|
|
timestamp: Date.now() + i,
|
|
},
|
|
}),
|
|
);
|
|
}
|
|
await fs.writeFile(
|
|
path.join(dir, "sess-main.jsonl"),
|
|
largeLines.join("\n"),
|
|
"utf-8",
|
|
);
|
|
|
|
const cappedRes = await rpcReq<{ messages?: unknown[] }>(
|
|
ws,
|
|
"chat.history",
|
|
{
|
|
sessionKey: "main",
|
|
},
|
|
);
|
|
expect(cappedRes.ok).toBe(true);
|
|
const cappedMsgs = cappedRes.payload?.messages ?? [];
|
|
expect(cappedMsgs.length).toBe(200);
|
|
expect(firstContentText(cappedMsgs[0])).toBe("b1300");
|
|
|
|
const maxRes = await rpcReq<{ messages?: unknown[] }>(ws, "chat.history", {
|
|
sessionKey: "main",
|
|
limit: 1000,
|
|
});
|
|
expect(maxRes.ok).toBe(true);
|
|
const maxMsgs = maxRes.payload?.messages ?? [];
|
|
expect(maxMsgs.length).toBe(1000);
|
|
expect(firstContentText(maxMsgs[0])).toBe("b500");
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("chat.history prefers sessionFile when set", async () => {
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
|
|
const forkedPath = path.join(dir, "sess-forked.jsonl");
|
|
await fs.writeFile(
|
|
forkedPath,
|
|
JSON.stringify({
|
|
message: {
|
|
role: "user",
|
|
content: [{ type: "text", text: "from-fork" }],
|
|
timestamp: Date.now(),
|
|
},
|
|
}),
|
|
"utf-8",
|
|
);
|
|
|
|
await fs.writeFile(
|
|
path.join(dir, "sess-main.jsonl"),
|
|
JSON.stringify({
|
|
message: {
|
|
role: "user",
|
|
content: [{ type: "text", text: "from-default" }],
|
|
timestamp: Date.now(),
|
|
},
|
|
}),
|
|
"utf-8",
|
|
);
|
|
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{
|
|
main: {
|
|
sessionId: "sess-main",
|
|
sessionFile: forkedPath,
|
|
updatedAt: Date.now(),
|
|
},
|
|
},
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const res = await rpcReq<{ messages?: unknown[] }>(ws, "chat.history", {
|
|
sessionKey: "main",
|
|
});
|
|
expect(res.ok).toBe(true);
|
|
const messages = res.payload?.messages ?? [];
|
|
expect(messages.length).toBe(1);
|
|
const first = messages[0] as { content?: { text?: string }[] };
|
|
expect(first.content?.[0]?.text).toBe("from-fork");
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("chat.history defaults thinking to low for reasoning-capable models", async () => {
|
|
piSdkMock.enabled = true;
|
|
piSdkMock.models = [
|
|
{
|
|
id: "claude-opus-4-5",
|
|
name: "Opus 4.5",
|
|
provider: "anthropic",
|
|
reasoning: true,
|
|
},
|
|
];
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{
|
|
main: {
|
|
sessionId: "sess-main",
|
|
updatedAt: Date.now(),
|
|
},
|
|
},
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
await fs.writeFile(
|
|
path.join(dir, "sess-main.jsonl"),
|
|
JSON.stringify({
|
|
message: {
|
|
role: "user",
|
|
content: [{ type: "text", text: "hello" }],
|
|
timestamp: Date.now(),
|
|
},
|
|
}),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const res = await rpcReq<{ thinkingLevel?: string }>(ws, "chat.history", {
|
|
sessionKey: "main",
|
|
});
|
|
expect(res.ok).toBe(true);
|
|
expect(res.payload?.thinkingLevel).toBe("low");
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("chat.history caps payload bytes", { timeout: 15_000 }, async () => {
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{
|
|
main: {
|
|
sessionId: "sess-main",
|
|
updatedAt: Date.now(),
|
|
},
|
|
},
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const bigText = "x".repeat(200_000);
|
|
const largeLines: string[] = [];
|
|
for (let i = 0; i < 40; i += 1) {
|
|
largeLines.push(
|
|
JSON.stringify({
|
|
message: {
|
|
role: "user",
|
|
content: [{ type: "text", text: `${i}:${bigText}` }],
|
|
timestamp: Date.now() + i,
|
|
},
|
|
}),
|
|
);
|
|
}
|
|
await fs.writeFile(
|
|
path.join(dir, "sess-main.jsonl"),
|
|
largeLines.join("\n"),
|
|
"utf-8",
|
|
);
|
|
|
|
const cappedRes = await rpcReq<{ messages?: unknown[] }>(
|
|
ws,
|
|
"chat.history",
|
|
{ sessionKey: "main", limit: 1000 },
|
|
);
|
|
expect(cappedRes.ok).toBe(true);
|
|
const cappedMsgs = cappedRes.payload?.messages ?? [];
|
|
const bytes = Buffer.byteLength(JSON.stringify(cappedMsgs), "utf8");
|
|
expect(bytes).toBeLessThanOrEqual(6 * 1024 * 1024);
|
|
expect(cappedMsgs.length).toBeLessThan(60);
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("chat.send does not overwrite last delivery route", async () => {
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{
|
|
main: {
|
|
sessionId: "sess-main",
|
|
updatedAt: Date.now(),
|
|
lastProvider: "whatsapp",
|
|
lastTo: "+1555",
|
|
},
|
|
},
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const res = await rpcReq(ws, "chat.send", {
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-route",
|
|
});
|
|
expect(res.ok).toBe(true);
|
|
|
|
const stored = JSON.parse(
|
|
await fs.readFile(testState.sessionStorePath, "utf-8"),
|
|
) as {
|
|
main?: { lastProvider?: string; lastTo?: string };
|
|
};
|
|
expect(stored.main?.lastProvider).toBe("whatsapp");
|
|
expect(stored.main?.lastTo).toBe("+1555");
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test(
|
|
"chat.abort cancels an in-flight chat.send",
|
|
{ timeout: 15000 },
|
|
async () => {
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{
|
|
main: {
|
|
sessionId: "sess-main",
|
|
updatedAt: Date.now(),
|
|
},
|
|
},
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
let inFlight: Promise<unknown> | undefined;
|
|
try {
|
|
await connectOk(ws);
|
|
|
|
const spy = vi.mocked(agentCommand);
|
|
const callsBefore = spy.mock.calls.length;
|
|
spy.mockImplementationOnce(async (opts) => {
|
|
const signal = (opts as { abortSignal?: AbortSignal }).abortSignal;
|
|
await new Promise<void>((resolve) => {
|
|
if (!signal) return resolve();
|
|
if (signal.aborted) return resolve();
|
|
signal.addEventListener("abort", () => resolve(), { once: true });
|
|
});
|
|
});
|
|
|
|
const sendResP = onceMessage(
|
|
ws,
|
|
(o) => o.type === "res" && o.id === "send-abort-1",
|
|
8000,
|
|
);
|
|
const abortResP = onceMessage(
|
|
ws,
|
|
(o) => o.type === "res" && o.id === "abort-1",
|
|
8000,
|
|
);
|
|
const abortedEventP = onceMessage(
|
|
ws,
|
|
(o) =>
|
|
o.type === "event" &&
|
|
o.event === "chat" &&
|
|
o.payload?.state === "aborted",
|
|
8000,
|
|
);
|
|
inFlight = Promise.allSettled([sendResP, abortResP, abortedEventP]);
|
|
|
|
ws.send(
|
|
JSON.stringify({
|
|
type: "req",
|
|
id: "send-abort-1",
|
|
method: "chat.send",
|
|
params: {
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-abort-1",
|
|
timeoutMs: 30_000,
|
|
},
|
|
}),
|
|
);
|
|
|
|
const sendRes = await sendResP;
|
|
expect(sendRes.ok).toBe(true);
|
|
|
|
await new Promise<void>((resolve, reject) => {
|
|
const deadline = Date.now() + 1000;
|
|
const tick = () => {
|
|
if (spy.mock.calls.length > callsBefore) return resolve();
|
|
if (Date.now() > deadline)
|
|
return reject(new Error("timeout waiting for agentCommand"));
|
|
setTimeout(tick, 5);
|
|
};
|
|
tick();
|
|
});
|
|
|
|
ws.send(
|
|
JSON.stringify({
|
|
type: "req",
|
|
id: "abort-1",
|
|
method: "chat.abort",
|
|
params: { sessionKey: "main", runId: "idem-abort-1" },
|
|
}),
|
|
);
|
|
|
|
const abortRes = await abortResP;
|
|
expect(abortRes.ok).toBe(true);
|
|
|
|
const evt = await abortedEventP;
|
|
expect(evt.payload?.runId).toBe("idem-abort-1");
|
|
expect(evt.payload?.sessionKey).toBe("main");
|
|
} finally {
|
|
ws.close();
|
|
await inFlight;
|
|
await server.close();
|
|
}
|
|
},
|
|
);
|
|
|
|
test("chat.abort cancels while saving the session store", async () => {
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{
|
|
main: {
|
|
sessionId: "sess-main",
|
|
updatedAt: Date.now(),
|
|
},
|
|
},
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
|
|
sessionStoreSaveDelayMs.value = 120;
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const spy = vi.mocked(agentCommand);
|
|
spy.mockImplementationOnce(async (opts) => {
|
|
const signal = (opts as { abortSignal?: AbortSignal }).abortSignal;
|
|
await new Promise<void>((resolve) => {
|
|
if (!signal) return resolve();
|
|
if (signal.aborted) return resolve();
|
|
signal.addEventListener("abort", () => resolve(), { once: true });
|
|
});
|
|
});
|
|
|
|
const abortedEventP = onceMessage(
|
|
ws,
|
|
(o) =>
|
|
o.type === "event" &&
|
|
o.event === "chat" &&
|
|
o.payload?.state === "aborted",
|
|
);
|
|
|
|
const sendResP = onceMessage(
|
|
ws,
|
|
(o) => o.type === "res" && o.id === "send-abort-save-1",
|
|
);
|
|
|
|
ws.send(
|
|
JSON.stringify({
|
|
type: "req",
|
|
id: "send-abort-save-1",
|
|
method: "chat.send",
|
|
params: {
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-abort-save-1",
|
|
timeoutMs: 30_000,
|
|
},
|
|
}),
|
|
);
|
|
|
|
const abortResP = onceMessage(
|
|
ws,
|
|
(o) => o.type === "res" && o.id === "abort-save-1",
|
|
);
|
|
ws.send(
|
|
JSON.stringify({
|
|
type: "req",
|
|
id: "abort-save-1",
|
|
method: "chat.abort",
|
|
params: { sessionKey: "main", runId: "idem-abort-save-1" },
|
|
}),
|
|
);
|
|
|
|
const abortRes = await abortResP;
|
|
expect(abortRes.ok).toBe(true);
|
|
|
|
const sendRes = await sendResP;
|
|
expect(sendRes.ok).toBe(true);
|
|
|
|
const evt = await abortedEventP;
|
|
expect(evt.payload?.runId).toBe("idem-abort-save-1");
|
|
expect(evt.payload?.sessionKey).toBe("main");
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test(
|
|
"chat.send treats /stop as an out-of-band abort",
|
|
{ timeout: 15000 },
|
|
async () => {
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{ main: { sessionId: "sess-main", updatedAt: Date.now() } },
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const spy = vi.mocked(agentCommand);
|
|
const callsBefore = spy.mock.calls.length;
|
|
spy.mockImplementationOnce(async (opts) => {
|
|
const signal = (opts as { abortSignal?: AbortSignal }).abortSignal;
|
|
await new Promise<void>((resolve) => {
|
|
if (!signal) return resolve();
|
|
if (signal.aborted) return resolve();
|
|
signal.addEventListener("abort", () => resolve(), { once: true });
|
|
});
|
|
});
|
|
|
|
const sendResP = onceMessage(
|
|
ws,
|
|
(o) => o.type === "res" && o.id === "send-stop-1",
|
|
8000,
|
|
);
|
|
ws.send(
|
|
JSON.stringify({
|
|
type: "req",
|
|
id: "send-stop-1",
|
|
method: "chat.send",
|
|
params: {
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-stop-run",
|
|
},
|
|
}),
|
|
);
|
|
const sendRes = await sendResP;
|
|
expect(sendRes.ok).toBe(true);
|
|
|
|
await waitFor(() => spy.mock.calls.length > callsBefore);
|
|
|
|
const abortedEventP = onceMessage(
|
|
ws,
|
|
(o) =>
|
|
o.type === "event" &&
|
|
o.event === "chat" &&
|
|
o.payload?.state === "aborted" &&
|
|
o.payload?.runId === "idem-stop-run",
|
|
8000,
|
|
);
|
|
|
|
const stopResP = onceMessage(
|
|
ws,
|
|
(o) => o.type === "res" && o.id === "send-stop-2",
|
|
8000,
|
|
);
|
|
ws.send(
|
|
JSON.stringify({
|
|
type: "req",
|
|
id: "send-stop-2",
|
|
method: "chat.send",
|
|
params: {
|
|
sessionKey: "main",
|
|
message: "/stop",
|
|
idempotencyKey: "idem-stop-req",
|
|
},
|
|
}),
|
|
);
|
|
const stopRes = await stopResP;
|
|
expect(stopRes.ok).toBe(true);
|
|
|
|
const evt = await abortedEventP;
|
|
expect(evt.payload?.sessionKey).toBe("main");
|
|
|
|
expect(spy.mock.calls.length).toBe(callsBefore + 1);
|
|
|
|
ws.close();
|
|
await server.close();
|
|
},
|
|
);
|
|
|
|
test("chat.send idempotency returns started → in_flight → ok", async () => {
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const spy = vi.mocked(agentCommand);
|
|
let resolveRun: (() => void) | undefined;
|
|
const runDone = new Promise<void>((resolve) => {
|
|
resolveRun = resolve;
|
|
});
|
|
spy.mockImplementationOnce(async () => {
|
|
await runDone;
|
|
});
|
|
|
|
const started = await rpcReq<{ runId?: string; status?: string }>(
|
|
ws,
|
|
"chat.send",
|
|
{
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-status-1",
|
|
},
|
|
);
|
|
expect(started.ok).toBe(true);
|
|
expect(started.payload?.status).toBe("started");
|
|
|
|
const inFlight = await rpcReq<{ runId?: string; status?: string }>(
|
|
ws,
|
|
"chat.send",
|
|
{
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-status-1",
|
|
},
|
|
);
|
|
expect(inFlight.ok).toBe(true);
|
|
expect(inFlight.payload?.status).toBe("in_flight");
|
|
|
|
resolveRun?.();
|
|
|
|
let completed = false;
|
|
for (let i = 0; i < 50; i++) {
|
|
const again = await rpcReq<{ runId?: string; status?: string }>(
|
|
ws,
|
|
"chat.send",
|
|
{
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-status-1",
|
|
},
|
|
);
|
|
if (again.ok && again.payload?.status === "ok") {
|
|
completed = true;
|
|
break;
|
|
}
|
|
await new Promise((r) => setTimeout(r, 10));
|
|
}
|
|
expect(completed).toBe(true);
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("chat.abort without runId aborts active runs and suppresses chat events after abort", async () => {
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const spy = vi.mocked(agentCommand);
|
|
spy.mockImplementationOnce(async (opts) => {
|
|
const signal = (opts as { abortSignal?: AbortSignal }).abortSignal;
|
|
await new Promise<void>((resolve) => {
|
|
if (!signal) return resolve();
|
|
if (signal.aborted) return resolve();
|
|
signal.addEventListener("abort", () => resolve(), { once: true });
|
|
});
|
|
});
|
|
|
|
const abortedEventP = onceMessage(
|
|
ws,
|
|
(o) =>
|
|
o.type === "event" &&
|
|
o.event === "chat" &&
|
|
o.payload?.state === "aborted" &&
|
|
o.payload?.runId === "idem-abort-all-1",
|
|
);
|
|
|
|
const started = await rpcReq(ws, "chat.send", {
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-abort-all-1",
|
|
});
|
|
expect(started.ok).toBe(true);
|
|
|
|
const abortRes = await rpcReq<{
|
|
ok?: boolean;
|
|
aborted?: boolean;
|
|
runIds?: string[];
|
|
}>(ws, "chat.abort", { sessionKey: "main" });
|
|
expect(abortRes.ok).toBe(true);
|
|
expect(abortRes.payload?.aborted).toBe(true);
|
|
expect(abortRes.payload?.runIds ?? []).toContain("idem-abort-all-1");
|
|
|
|
await abortedEventP;
|
|
|
|
const noDeltaP = onceMessage(
|
|
ws,
|
|
(o) =>
|
|
o.type === "event" &&
|
|
o.event === "chat" &&
|
|
(o.payload?.state === "delta" || o.payload?.state === "final") &&
|
|
o.payload?.runId === "idem-abort-all-1",
|
|
250,
|
|
);
|
|
|
|
emitAgentEvent({
|
|
runId: "idem-abort-all-1",
|
|
stream: "assistant",
|
|
data: { text: "should be suppressed" },
|
|
});
|
|
emitAgentEvent({
|
|
runId: "idem-abort-all-1",
|
|
stream: "lifecycle",
|
|
data: { phase: "end" },
|
|
});
|
|
|
|
await expect(noDeltaP).rejects.toThrow(/timeout/i);
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("chat.abort returns aborted=false for unknown runId", async () => {
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify({}, null, 2),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const abortRes = await rpcReq<{
|
|
ok?: boolean;
|
|
aborted?: boolean;
|
|
}>(ws, "chat.abort", { sessionKey: "main", runId: "missing-run" });
|
|
|
|
expect(abortRes.ok).toBe(true);
|
|
expect(abortRes.payload?.aborted).toBe(false);
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("chat.abort rejects mismatched sessionKey", async () => {
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{
|
|
main: {
|
|
sessionId: "sess-main",
|
|
updatedAt: Date.now(),
|
|
},
|
|
},
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const spy = vi.mocked(agentCommand);
|
|
let agentStartedResolve: (() => void) | undefined;
|
|
const agentStartedP = new Promise<void>((resolve) => {
|
|
agentStartedResolve = resolve;
|
|
});
|
|
spy.mockImplementationOnce(async (opts) => {
|
|
agentStartedResolve?.();
|
|
const signal = (opts as { abortSignal?: AbortSignal }).abortSignal;
|
|
await new Promise<void>((resolve) => {
|
|
if (!signal) return resolve();
|
|
if (signal.aborted) return resolve();
|
|
signal.addEventListener("abort", () => resolve(), { once: true });
|
|
});
|
|
});
|
|
|
|
const sendResP = onceMessage(
|
|
ws,
|
|
(o) => o.type === "res" && o.id === "send-mismatch-1",
|
|
10_000,
|
|
);
|
|
ws.send(
|
|
JSON.stringify({
|
|
type: "req",
|
|
id: "send-mismatch-1",
|
|
method: "chat.send",
|
|
params: {
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-mismatch-1",
|
|
timeoutMs: 30_000,
|
|
},
|
|
}),
|
|
);
|
|
|
|
await agentStartedP;
|
|
|
|
const abortRes = await rpcReq(ws, "chat.abort", {
|
|
sessionKey: "other",
|
|
runId: "idem-mismatch-1",
|
|
});
|
|
expect(abortRes.ok).toBe(false);
|
|
expect(abortRes.error?.code).toBe("INVALID_REQUEST");
|
|
|
|
const abortRes2 = await rpcReq(ws, "chat.abort", {
|
|
sessionKey: "main",
|
|
runId: "idem-mismatch-1",
|
|
});
|
|
expect(abortRes2.ok).toBe(true);
|
|
|
|
const sendRes = await sendResP;
|
|
expect(sendRes.ok).toBe(true);
|
|
|
|
ws.close();
|
|
await server.close();
|
|
}, 15_000);
|
|
|
|
test("chat.abort is a no-op after chat.send completes", async () => {
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{
|
|
main: {
|
|
sessionId: "sess-main",
|
|
updatedAt: Date.now(),
|
|
},
|
|
},
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const spy = vi.mocked(agentCommand);
|
|
spy.mockResolvedValueOnce(undefined);
|
|
|
|
ws.send(
|
|
JSON.stringify({
|
|
type: "req",
|
|
id: "send-complete-1",
|
|
method: "chat.send",
|
|
params: {
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-complete-1",
|
|
timeoutMs: 30_000,
|
|
},
|
|
}),
|
|
);
|
|
|
|
const sendRes = await onceMessage(
|
|
ws,
|
|
(o) => o.type === "res" && o.id === "send-complete-1",
|
|
);
|
|
expect(sendRes.ok).toBe(true);
|
|
|
|
// chat.send returns before the run ends; wait until dedupe is populated
|
|
// (meaning the run completed and the abort controller was cleared).
|
|
let completed = false;
|
|
for (let i = 0; i < 50; i++) {
|
|
const again = await rpcReq<{ runId?: string; status?: string }>(
|
|
ws,
|
|
"chat.send",
|
|
{
|
|
sessionKey: "main",
|
|
message: "hello",
|
|
idempotencyKey: "idem-complete-1",
|
|
timeoutMs: 30_000,
|
|
},
|
|
);
|
|
if (again.ok && again.payload?.status === "ok") {
|
|
completed = true;
|
|
break;
|
|
}
|
|
await new Promise((r) => setTimeout(r, 10));
|
|
}
|
|
expect(completed).toBe(true);
|
|
|
|
const abortRes = await rpcReq(ws, "chat.abort", {
|
|
sessionKey: "main",
|
|
runId: "idem-complete-1",
|
|
});
|
|
expect(abortRes.ok).toBe(true);
|
|
expect(abortRes.payload?.aborted).toBe(false);
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
|
|
test("chat.send preserves run ordering for queued runs", async () => {
|
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-gw-"));
|
|
testState.sessionStorePath = path.join(dir, "sessions.json");
|
|
await fs.writeFile(
|
|
testState.sessionStorePath,
|
|
JSON.stringify(
|
|
{
|
|
main: {
|
|
sessionId: "sess-main",
|
|
updatedAt: Date.now(),
|
|
},
|
|
},
|
|
null,
|
|
2,
|
|
),
|
|
"utf-8",
|
|
);
|
|
|
|
const { server, ws } = await startServerWithClient();
|
|
await connectOk(ws);
|
|
|
|
const res1 = await rpcReq(ws, "chat.send", {
|
|
sessionKey: "main",
|
|
message: "first",
|
|
idempotencyKey: "idem-1",
|
|
});
|
|
expect(res1.ok).toBe(true);
|
|
|
|
const res2 = await rpcReq(ws, "chat.send", {
|
|
sessionKey: "main",
|
|
message: "second",
|
|
idempotencyKey: "idem-2",
|
|
});
|
|
expect(res2.ok).toBe(true);
|
|
|
|
const final1P = onceMessage(
|
|
ws,
|
|
(o) =>
|
|
o.type === "event" &&
|
|
o.event === "chat" &&
|
|
o.payload?.state === "final",
|
|
8000,
|
|
);
|
|
|
|
emitAgentEvent({
|
|
runId: "idem-1",
|
|
stream: "lifecycle",
|
|
data: { phase: "end" },
|
|
});
|
|
|
|
const final1 = await final1P;
|
|
const run1 =
|
|
final1.payload && typeof final1.payload === "object"
|
|
? (final1.payload as { runId?: string }).runId
|
|
: undefined;
|
|
expect(run1).toBe("idem-1");
|
|
|
|
const final2P = onceMessage(
|
|
ws,
|
|
(o) =>
|
|
o.type === "event" &&
|
|
o.event === "chat" &&
|
|
o.payload?.state === "final",
|
|
8000,
|
|
);
|
|
|
|
emitAgentEvent({
|
|
runId: "idem-2",
|
|
stream: "lifecycle",
|
|
data: { phase: "end" },
|
|
});
|
|
|
|
const final2 = await final2P;
|
|
const run2 =
|
|
final2.payload && typeof final2.payload === "object"
|
|
? (final2.payload as { runId?: string }).runId
|
|
: undefined;
|
|
expect(run2).toBe("idem-2");
|
|
|
|
ws.close();
|
|
await server.close();
|
|
});
|
|
});
|