Skip to main content

AgentRegistry

Type Alias AgentRegistry 

Source
pub type AgentRegistry = BTreeMap<String, AgentIr>;
Expand description

Other agents this run may call.

Aliased Typeยง

pub struct AgentRegistry { /* private fields */ }