1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
/// # Valor Computational Services Framework
///
/// This module implements the Service Registry component within the RighValor Framework,
/// providing a service management system for distributed computational infrastructure.
///
/// ## Architecture Overview
///
/// The Valor Service Registry manages four primary service categories:
///
/// 1. **Pre-installed Services**: Services bundled with installations
/// 2. **Common Services**: Shared utilities and cross-cutting concerns
/// 3. **Proxy Services**: Bridge services for external system integration
/// 4. **Runtime-Specific Services**: Services for specific execution runtimes
///
/// ## Service Management Operations
///
/// The Service Registry supports core operations:
/// - **Install**: Deploy services to the Valor runtime environment
/// - **Update**: Modify service configurations and implementations
/// - **Uninstall**: Remove services from the service registry
///
/// ## Integration with Valor Runtime
///
/// Services are executed through the Valor Runtime layer which provides:
/// - **ONNX**: Open Neural Network Exchange runtime support
/// - **TensorFlow**: TensorFlow model execution environment
/// - **WASM**: WebAssembly-based service execution
/// - **Cmd**: Command-line and native binary execution
///
/// ## External Connectivity
///
/// The service framework integrates with:
/// - **RighGravity Cloud Agent**: For cloud service orchestration
/// - **3rd Party AI OS**: External AI platform integrations
/// - **Proxier Platform**: Multi-target deployment capabilities
use ;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
/// ## Valor Service Enumeration
///
/// Primary service dispatcher that implements the Service Registry's service
/// categorization as defined in the RighValor Framework architecture.
///
/// Each variant corresponds to a specific service category managed by the
/// Service Registry with installation, update, and uninstall capabilities.