//! Agent communication with the guest VM.
//!
//! The [`AgentClient`] provides request/response messaging with agentd
//! through the sandbox process's agent relay socket.
//--------------------------------------------------------------------------------------------------
// Re-Exports
//--------------------------------------------------------------------------------------------------
pub use AgentClient;