Expand description
Stack Visualization, Diagnostics, and Reporting
ML-driven system for visualizing, diagnosing, and reporting on the health of the Sovereign AI Stack. Implements Toyota Way principles for observability.
§Toyota Way Principles
- Mieruka (Visual Control): Rich ASCII dashboards make health visible
- Jidoka: ML anomaly detection surfaces issues automatically
- Genchi Genbutsu: Evidence-based diagnosis from actual dependency data
- Andon: Red/Yellow/Green status with stop-the-line alerts
- Yokoten: Cross-component insight sharing via knowledge graph
Re-exports§
pub use super::diagnostics_ml::ErrorForecaster;pub use super::diagnostics_ml::ForecastMetrics;pub use super::diagnostics_ml::IsolationForest;
Structs§
- Anomaly
- Detected anomaly in the stack
- Component
Metrics - Quality and performance metrics for a component
- Component
Node - A component in the stack knowledge graph
- Graph
Metrics - Computed graph-level metrics
- Health
Summary - Summary of stack health for dashboard
- Stack
Diagnostics - Main diagnostics engine for stack analysis
Enums§
- Andon
Status - Andon board status for the entire stack
- Anomaly
Category - Categories of anomalies
- Health
Status - Health status for components (Andon-style visual control)
Functions§
- render_
dashboard - Render diagnostics as ASCII dashboard