//! `agents logs` — persisted log tier. Currently one sub-tier:
//! `read`, which exposes `all`, `id`, `pending`, `subscribe`. The
//! `Request` / `ResponseItem` types alias straight through to
//! `read::*` — wrapping them in a single-variant enum would only
//! add noise.
pub type Request = Request;
pub type ResponseItem = ResponseItem;
pub use ;