A2A protocol v1.0 — umbrella SDK crate.
Re-exports all three constituent crates so users who want everything can
depend on a2a-sdk alone.
§Quick start
Use the prelude module to pull in the most common types:
use a2a_protocol_sdk::prelude::*;
§Module overview
| Module | Source crate | Contents |
types | a2a-types | All A2A wire types |
client | a2a-client | HTTP client |
server | a2a-server | Server framework |
prelude | — | Convenience re-exports for common usage |