//! The agent interceptor client: `cots::agents::AgentClient`.
//!
//! Configure once with your `tenant_id`/`agent_id`, then call
//! [`AgentClient::guard`] around every real-world action your agent takes.
pub use AgentClient;
pub use ControlPlaneClient;
pub use ;