//! Agent-to-Agent (A2A) protocol client for Bamboo.
//!
//! Implements the Google A2A v1.0 specification:
//! - Agent Card discovery and validation
//! - JSON-RPC 2.0 transport
//! - SSE streaming for task events
//! - Send message, get task, cancel task operations
pub use ;
pub use ;
pub use ;
pub use A2AStream;
pub use *;