Skip to content

RunHandle

activeAgentId: string;

optional activeFlow?: string;

optional activeNode?: string;

createdAt: number;

kind: RunKind;

runId: string;

sessionId: string;

status: "error" | "aborted" | "running" | "paused" | "finished";

updatedAt: number;

optional waitingFor?: InterruptRequest;