pub type AcpPayloadStream = Pin<Box<dyn Stream<Item = Value> + Send>>;
Stream of raw JSON-RPC payloads from the ACP agent process.
pub struct AcpPayloadStream { /* private fields */ }