[](https://crates.io/crates/arcp-core)
[](https://docs.rs/arcp-core)
Shared protocol primitives for the **Agent Runtime Control Protocol (ARCP) v1.1**.
This crate ships the parts of ARCP both sides of the wire depend on:
- ------
```toml
[dependencies]
arcp-core = "2"
```
Most users should depend on the umbrella [`arcp`](https://crates.io/crates/arcp) crate instead. Pull `arcp-core` in directly only when building an alternative client or runtime that needs the protocol primitives without the reference implementations.
Licensed under either of [Apache-2.0](../../LICENSE-APACHE) or [MIT](../../LICENSE-MIT) at your option.