//! Google A2A Protocol v1.0 implementation.
//!
//! Spec: https://a2a-protocol.org/latest/specification/
// event + types lifted to rsclaw-a2a-types (crate-split step-12 P1); re-exported
// so crate::a2a::{event,types}:: paths (server/gateway/a2a-internal) keep resolving.
pub use ;
pub use client;
pub use *;