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

Class AgentInfo

crates/opencode-tool/src/task.rs:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160struct AgentInfo {
161 name: String,
162 model: Option<AgentModel>,
163 can_use_task: bool,
164}
165
166struct AgentModel {
167 model_id: String,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected