Agent2Agent in Rust
A Rust implementation of the Agent-to-Agent (A2A) Protocol v1.0.0. Provides a modular framework for building agents that communicate over ConnectRPC, following hexagonal architecture principles. The workspace is organized into several crates: Crate | Description | -------|-------------| a2a-rs | Core protocol library — types, traits, transports, storage | a2a-ap2 | Agent Payments Protocol (AP2)…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
A Rust implementation of the Agent-to-Agent (A2A) Protocol v1.0.0. Provides a modular framework for building agents that communicate over ConnectRPC, following hexagonal architecture principles. The workspace is organized into several crates: Crate | Description | -------|-------------| a2a-rs | Core protocol library — types, traits, transports, storage | a2a-ap2 | Agent Payments Protocol (AP2) extension | a2a-agents | Declarative agent framework with TOML configuration | a2a-agents-common |…