substrate-a2a 0.3.10

A2A-shaped wire schema (Task, Message, Artifact, Part). Transport-agnostic; depends only on serde/uuid/thiserror.
Documentation
1
2
3
4
5
6
7
8
9
# a2a

Transport-agnostic A2A wire-schema types (`Task`, `Message`, `Artifact`, `Part`). Leaf crate with no substrate adapter dependencies.

```toml
a2a = { git = "https://github.com/KooshaPari/substrate", package = "substrate-a2a" }
```

Or enable via the `substrate` facade with feature `a2a`.