//! Agent specialization of the shared framed client.
use crateAgentProtocol;
//--------------------------------------------------------------------------------------------------
// Types
//--------------------------------------------------------------------------------------------------
/// Low-level agent connection with native, encoded, raw, stream, and packet APIs.
pub type AgentClient = Client;