a2a-rust 0.1.0

Rust SDK for the A2A (Agent-to-Agent) protocol
Documentation
1
2
3
4
5
6
7
8
mod handler;
mod jsonrpc;
mod rest;
mod router;
mod streaming;

pub use self::handler::{A2AHandler, A2AStream};
pub use self::router::router;