mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 02:54:31 +00:00
refactor: align agent lifecycle
This commit is contained in:
@@ -25,10 +25,10 @@ describe("agent-events sequencing", () => {
|
||||
list.push(evt.seq);
|
||||
});
|
||||
|
||||
emitAgentEvent({ runId: "run-1", stream: "job", data: {} });
|
||||
emitAgentEvent({ runId: "run-1", stream: "job", data: {} });
|
||||
emitAgentEvent({ runId: "run-2", stream: "job", data: {} });
|
||||
emitAgentEvent({ runId: "run-1", stream: "job", data: {} });
|
||||
emitAgentEvent({ runId: "run-1", stream: "lifecycle", data: {} });
|
||||
emitAgentEvent({ runId: "run-1", stream: "lifecycle", data: {} });
|
||||
emitAgentEvent({ runId: "run-2", stream: "lifecycle", data: {} });
|
||||
emitAgentEvent({ runId: "run-1", stream: "lifecycle", data: {} });
|
||||
|
||||
stop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user