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)…
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Forge n’a aucune analyse enregistrée pour cette entrée et n’a donc aucune observation de sa surface d’outils. C’est une absence de preuve, pas la preuve qu’elle n’expose aucun outil.
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 |…