SubAgentExecutorImpl 子 Agent 执行器实现 实现 types.SubAgentExecutor 接口
| 665 | // SubAgentExecutorImpl 子 Agent 执行器实现 |
| 666 | // 实现 types.SubAgentExecutor 接口 |
| 667 | type SubAgentExecutorImpl struct { |
| 668 | manager *SubAgentManager |
| 669 | spec *types.SubAgentSpec |
| 670 | } |
| 671 | |
| 672 | // NewSubAgentExecutor 创建子 Agent 执行器 |
| 673 | func NewSubAgentExecutor(manager *SubAgentManager, agentType string) (*SubAgentExecutorImpl, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected