//! System and agent diagnostics.
//!
//! This module provides comprehensive diagnostic information for troubleshooting
//! Ralph configuration and environment issues.
pub use AgentDiagnostics;
pub use SystemInfo;
use crateAgentRegistry;
/// Complete diagnostic report.
/// Run all diagnostics and return the report.
///
/// This function gathers all diagnostic information without printing.
/// The CLI handler is responsible for formatting and displaying the results.