a2a-rs 0.3.0

Rust implementation of the Agent-to-Agent (A2A) Protocol
Documentation
1
2
3
4
//! Transport protocol adapter implementations

#[cfg(any(feature = "http-client", feature = "http-server"))]
pub mod http;