pub type BoxedAgent = Arc<Mutex<Box<dyn AgentFunctions>>>;
Type alias for a thread-safe, heap-allocated, type-erased agent.
pub struct BoxedAgent { /* private fields */ }