Skip to main content

max / everycycle

278 B · 8 lines History Blame Raw
1 #![allow(clippy::doc_markdown)]
2
3 //! EveryCycle multi-box orchestrator.
4 //!
5 //! Maintains the fleet capability map (which model is warm where, queue depth,
6 //! thermal state) and routes requests to the box that should serve them.
7 //! Handles rolling model loads and box health.
8