(ctx context.Context, ref *AgentRef, config map[string]any)
| 111 | // AgentFactory Agent工厂接口 |
| 112 | type AgentFactory interface { |
| 113 | CreateAgent(ctx context.Context, ref *AgentRef, config map[string]any) (workflow.Agent, error) |
| 114 | } |
| 115 | |
| 116 | // SessionManager 会话管理器接口 |
no outgoing calls
no test coverage detected