| 164 | } |
| 165 | |
| 166 | struct AgentModel { |
| 167 | model_id: String, |
| 168 | provider_id: String, |
| 169 | } |
| 170 | |
| 171 | fn get_agent(name: &str) -> Option<AgentInfo> { |
| 172 | let agents = get_available_agents(); |
nothing calls this directly
no outgoing calls
no test coverage detected