MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / AgentRegistry

Class AgentRegistry

crates/opencode-agent/src/agent.rs:456–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456pub struct AgentRegistry {
457 agents: HashMap<String, AgentInfo>,
458}
459
460impl AgentRegistry {
461 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected