| 232 | * runtime context, and the collection of its outputs. |
| 233 | */ |
| 234 | export class SubAgentScope { |
| 235 | output: OutputObject = { |
| 236 | terminate_reason: SubagentTerminateMode.ERROR, |
| 237 | emitted_vars: {}, |
nothing calls this directly
no outgoing calls
no test coverage detected