//! Agent-to-Agent (A2A) protocol types and converters.
/// Bidirectional conversion between A2A messages and agent events.
/// Bidirectional conversion between A2A parts and GenAI parts.
/// Remote A2A agent — communicates with remote agents via A2A protocol.
/// A2A protocol data types (messages, tasks, artifacts, parts).
pub use ;
pub use ;
pub use ;
pub use ;