type SubagentStatus = "running" | "finished" | "error" | "suspended";
Defined in: packages/ai/src/types.ts:477