max / everycycle
| 1 | |
| 2 | |
| 3 | //! EveryCycle operator TUI. |
| 4 | //! |
| 5 | //! Live view of fleet state, per-box queues, model warmth, GPU/CPU/memory |
| 6 | //! utilization, thermal headroom. The structured-telemetry counterpart of the |
| 7 | //! Prometheus and OpenTelemetry exporters. |
| 8 | //! |
| 9 | //! Today: one screen — the audit. The brand-moment view that says "this |
| 10 | //! runtime understands your hardware" by enumerating every PCI device the |
| 11 | //! kernel can see and laying it out cleanly. Subsequent Thread G screens |
| 12 | //! (live ops dashboard, multi-box view, incident response) will land as |
| 13 | //! sibling modules. |
| 14 | |
| 15 | |
| 16 |