(apiID string, v any)
| 37 | // stays decoupled from the concrete registry type. |
| 38 | type AgentSender interface { |
| 39 | SendJSON(apiID string, v any) error |
| 40 | } |
| 41 | |
| 42 | // AgentResult carries the outcome of the initial agent handshake. |
no outgoing calls
no test coverage detected