(sessionId: string)
| 4401 | } |
| 4402 | |
| 4403 | private async childToolsForSession(sessionId: string): Promise<readonly MakaTool[]> { |
| 4404 | return this.deps.resolveChildTools |
| 4405 | ? await this.deps.resolveChildTools(sessionId) |
| 4406 | : (this.deps.childTools ?? []); |
| 4407 | } |
| 4408 | |
| 4409 | async readChildAgentOutput( |
| 4410 | sessionId: string, |
no outgoing calls
no test coverage detected