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

Class AgentInfo

crates/opencode-tui/src/api.rs:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189
190#[derive(Debug, Clone, Serialize, Deserialize)]
191pub struct AgentInfo {
192 pub id: String,
193 pub name: String,
194 pub description: Option<String>,
195}
196
197#[derive(Debug, Clone, Serialize, Deserialize)]
198pub struct McpStatusInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected