* Run one subagent invocation to completion. * * Always resolves with a `SubagentRunResult` — never throws for * runtime/transport/model failures. Throwing is reserved for caller * misuse (e.g. missing required option fields).
(options: SubagentRunOptions)
| 228 | * misuse (e.g. missing required option fields). |
| 229 | */ |
| 230 | run(options: SubagentRunOptions): Promise<SubagentRunResult>; |
| 231 | } |
no outgoing calls