pub type Agent = HashMap<String, AgentConfig>;Expand description
Map of agent names to their configuration.
The key "general" is the conventional default agent entry in the JS SDK.
Aliased Typeยง
pub struct Agent { /* private fields */ }pub type Agent = HashMap<String, AgentConfig>;Map of agent names to their configuration.
The key "general" is the conventional default agent entry in the JS SDK.
pub struct Agent { /* private fields */ }