API Reference
DispatcherRunBase
type DispatcherRunBase = Omit<RunAgentOptions, "sessionId" | "prompt" | "signal">;Defined in: channels/dispatcher.types.ts:20
The per-run configuration shared across every session the dispatcher drives —
everything runAgent needs except the per-call sessionId, prompt,
and signal, which the dispatcher supplies itself.