arcp-actix-web 0.1.0-alpha.0

actix-web integration for the Agent Runtime Control Protocol (ARCP). Placeholder — integration coming in a future release.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# arcp-actix-web

[![crates.io](https://img.shields.io/crates/v/arcp-actix-web.svg)](https://crates.io/crates/arcp-actix-web)
[![docs.rs](https://docs.rs/arcp-actix-web/badge.svg)](https://docs.rs/arcp-actix-web)

actix-web integration for the **Agent Runtime Control Protocol (ARCP)**.

## Status: placeholder

This crate is published as a name reservation. A real actix-web integration is planned for a future minor release; the current version only re-exports [`arcp-core`](https://crates.io/crates/arcp-core) so dependents can pin and prepare imports.

Follow <https://github.com/agentruntimecontrolprotocol/rust-sdk> for progress.

## License

Licensed under either of [Apache-2.0](../../LICENSE-APACHE) or [MIT](../../LICENSE-MIT) at your option.