API Reference
AgentCall
type AgentCall = Pick<RunAgentOptions, "sessionId" | "prompt" | "signal" | "onEvent">;Defined in: primitives/loop.ts:257
The per-run half of an agent call — what only the driver (you, a
Dispatcher, runGoal, a test) knows at call time: the session, the
prompt, the abort signal, and the event sink.