//! # 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.
pub use arcp_core;