Low-level types for the Distri A2A protocol (JSON-RPC messages, events, and schemas).
Most users should depend on `distri` instead. Use this crate only if you need direct
access to protocol primitives or serialization.
```toml
[dependencies]
distri-a2a = "0.2.4"
```
MIT