messaggero 0.1.0

High-performance agent-to-agent communication protocol for Rust. A2A-compatible over HTTP/JSON-RPC with a zero-overhead binary fast path over Unix sockets for local multi-agent systems.
Documentation
1
2
3
4
5
pub mod client;
pub mod server;

pub use client::A2AClient;
pub use server::serve;