/// # Pre-installed Client Services
///
/// Services that are pre-deployed with Valor Client installations, enabling
/// edge computing capabilities without requiring additional downloads
/// or installations. These services provide the foundation for local AI inference.
///
/// ## Service Characteristics
///
/// - **Pre-bundled**: Included with initial Valor Client installation
/// - **Local Execution**: Run directly on client devices for low-latency processing
/// - **Offline Operation**: Function independently without network connectivity
/// - **Resource Optimized**: Designed for edge device resource constraints
/// - **Runtime Integration**: Compatible with Valor Runtime (ONNX, TensorFlow, WASM, Cmd)
///
/// ## Integration with Valor Framework
///
/// Pre-installed services are managed through the Service Registry's install/update/uninstall
/// operations and executed via the appropriate Valor Runtime component based on service type.
/// They serve as the baseline computational capabilities for Valor Client deployments.
use ;