//! Bridge-related shared types.
//!
//! A "bridge" is an LLM-less mur agent that relays messages between an
//! external chat platform (Slack, Discord, Telegram, …) and the A2A bus. The
//! types here describe schema bits shared across crates so bridges are a
//! first-class profile shape rather than an ad-hoc convention.
pub use SignedEnvelope;
pub use ;
pub use TrustedPeer;
pub use ;
pub use ;
pub use ;