| 82 | } |
| 83 | |
| 84 | type dummyExecutor struct{} |
| 85 | |
| 86 | func (e *dummyExecutor) Exec(ctx context.Context, conversationID string, execID string, start *proto.AgentStart, o agent.OutputHandler) (proto.State, error) { |
| 87 | return proto.State_STATE_COMPLETED, nil |
nothing calls this directly
no outgoing calls
no test coverage detected