Create 创建指定类型的子 Agent 执行器
(agentType string)
| 26 | type SubAgentExecutorFactory interface { |
| 27 | // Create 创建指定类型的子 Agent 执行器 |
| 28 | Create(agentType string) (types.SubAgentExecutor, error) |
| 29 | |
| 30 | // ListTypes 列出支持的子 Agent 类型 |
| 31 | ListTypes() []string |
no outgoing calls
no test coverage detected