a2a

Crates.ioa2a
lib.rsa2a
version
sourcesrc
created_at2025-04-10 03:39:05.593525+00
updated_at2025-04-10 03:39:05.593525+00
descriptionA2A (Agent2Agent) Protocol - An open standard for enabling communication and interoperability between AI agent systems
homepagehttps://github.com/kkharji/a2a
repositoryhttps://github.com/kkharji/a2a
max_upload_size
id1627608
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(kkharji)

documentation

https://docs.rs/a2a

README

a2a

This crate provides a Rust implementation of the Agent-to-Agent (A2A) protocol.

The A2A protocol enables communication and interoperability between AI agents built on different frameworks or by different vendors. It defines standard mechanisms for:

  • Agent capability discovery
  • Task-based interactions
  • Streaming status updates
  • File and structured data exchange
  • Push notifications

Current Status

⚠️ Early Development - This implementation is in its initial stages and currently supports:

  • Core protocol data types
  • Basic task lifecycle management
  • In-memory task storage

Many protocol features remain to be implemented including streaming, push notifications, and agent discovery.

License

This project is licensed under the MIT OR Apache-2.0 License.

Commit count: 0

cargo fmt