//! Wire format for inferd.
//!
//! See `docs/protocol-v1.md` for the authoritative specification of v1
//! and ADR 0008 for the design rationale. v1 is immutable once
//! shipped; breaking changes go to v2 on a separate socket path.
//!
//! See ADR 0015 for the v2 specification — typed content blocks,
//! attachments, tools. v2 types live under [`mod@v2`].
//!
//! See ADR 0017 for the embeddings specification — single-frame
//! request/response over a third dedicated socket. Embed types live
//! under [`mod@embed`].
pub use ;
pub use ;
pub use ;
pub use ;