rullama-a2a 0.12.0

Agent-to-Agent (A2A) protocol — JSON-RPC, REST, and gRPC bindings
Documentation
1
2
3
4
5
6
7
//! Re-export generated proto types from tonic-build.

#[cfg(feature = "grpc")]
/// Generated proto types for `lf.a2a.v1`.
pub mod lf_a2a_v1 {
    tonic::include_proto!("lf.a2a.v1");
}