macp-pb 0.7.2

Generated MACP protobuf message types (prost-only, transport-free).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# macp-pb

Generated [Multi-Agent Coordination Protocol](https://www.multiagentcoordinationprotocol.io) (MACP)
protobuf **message** types, built with `prost`. Transport-free: this crate
contains no tonic/gRPC service stubs, so it can be used to construct and parse
MACP envelopes and payloads without pulling in a transport.

The `macp.v1` gRPC **service** stubs are generated separately in the
[`macp-runtime`](https://crates.io/crates/macp-runtime) crate, which references
these message types via `.extern_path` so they are defined exactly once.

This crate is part of the [`macp-runtime`](https://github.com/multiagentcoordinationprotocol/macp-runtime)
workspace and sits at the base of its one-way dependency graph.

## License

Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).