A2A protocol v1.0 — umbrella SDK crate.
Re-exports all three constituent crates so users who want everything can
depend on a2a-protocol-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-protocol-types | All A2A wire types |
client | a2a-protocol-client | HTTP/gRPC/WebSocket client |
server | a2a-protocol-server | Server framework |
prelude | — | Convenience re-exports for common usage |