//! # Identity Layer
//!
//! Foundational identity types for the agent networking stack.
//!
//! Every agent on the network is represented by an [`AgentIdentity`] which
//! includes a unique identifier, human-readable name, and an [`AgentCard`]
//! that advertises the agent's capabilities, supported protocols, and
//! reachable endpoint.
/// Internet-facing email identity — send/receive email on behalf of an agent.
pub use ;
pub use ;