1//! Helpers for interacting with the Datadog Agent. 2 3mod client; 4pub use self::client::RemoteAgentClient;