arcp-tower 0.1.0-alpha.0

Tower middleware for the Agent Runtime Control Protocol (ARCP). Placeholder — integration coming in a future release.
Documentation
//! # arcp-tower
//!
//! Tower middleware for the Agent Runtime Control Protocol (ARCP).
//!
//! ## Status: placeholder
//!
//! This crate is published as a name reservation. A real `tower::Service`
//! integration that bridges HTTP-style transports into the ARCP runtime is
//! planned for a future minor release. The current version re-exports
//! [`arcp_core`] so dependents can prepare imports.
//!
//! Follow <https://github.com/agentruntimecontrolprotocol/rust-sdk> for
//! progress.

#![deny(unsafe_code)]
#![deny(missing_docs)]
#![warn(unreachable_pub)]

pub use arcp_core;