StartSubagent 启动子代理
(ctx context.Context, config *SubagentConfig)
| 19 | type SubagentManager interface { |
| 20 | // StartSubagent 启动子代理 |
| 21 | StartSubagent(ctx context.Context, config *SubagentConfig) (*SubagentInstance, error) |
| 22 | |
| 23 | // ResumeSubagent 恢复子代理 |
| 24 | ResumeSubagent(taskID string) (*SubagentInstance, error) |
no outgoing calls
no test coverage detected