a2a-rs 0.5.0

Rust implementation of the Agent-to-Agent (A2A) Protocol
Documentation
1
2
3
4
5
6
//! Common test utilities

pub mod test_handler;

#[allow(unused_imports)]
pub use test_handler::TestBusinessHandler;