Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
456
pub struct AgentRegistry {
457
agents: HashMap<String, AgentInfo>,
458
}
459
460
impl AgentRegistry {
461
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected