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

Class AgentConfigs

crates/opencode-config/src/schema.rs:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394
395#[derive(Debug, Clone, Serialize, Deserialize, Default)]
396pub struct AgentConfigs {
397 #[serde(flatten)]
398 pub entries: HashMap<String, AgentConfig>,
399}
400
401#[derive(Debug, Clone, Serialize, Deserialize, Default)]
402pub struct AgentConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected