distri-a2a 0.3.2

A2A protocol types for the Distri ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# distri-a2a

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.

## Install

```toml
[dependencies]
distri-a2a = "0.2.4"
```

## License

MIT