a2a-rs 0.4.0

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

pub mod simple_agent_handler;

pub use simple_agent_handler::SimpleAgentHandler;