| 25 | ) |
| 26 | |
| 27 | type dummyAgent struct{} |
| 28 | |
| 29 | func (a *dummyAgent) Connect(ctx context.Context, conversationID string, execID string, start *proto.AgentStart, e agent.Executor, o agent.OutputHandler) error { |
| 30 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected