AllAgents returns the full agent registry.
()
| 82 | |
| 83 | // AllAgents returns the full agent registry. |
| 84 | func AllAgents() []AgentInfo { |
| 85 | return agentRegistry |
| 86 | } |
| 87 | |
| 88 | // IsAgentInstalled checks if an agent's CLI binary is on PATH. |
| 89 | func IsAgentInstalled(info AgentInfo) bool { |