Skip to main content

Agent

Type Alias Agent 

Source
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 */ }