//! Swarm integration for agents.
//!//! This module implements the swarm actor and handler traits so an `Agent` can
//! participate in delegated task execution.
//!//! # Examples
//!//! ```ignore
//! let id = agent.actor_id();
//! ```
modactor_impl;modhandler_impl;modtask_execution;