pub type AgentRef = Arc<Mutex<Agent>>;
A shareable, async-safe handle to an Agent.
Agent
pub struct AgentRef { /* private fields */ }