Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
everycycle
main
Files
Commits
Tags
Notes
Issues
everycycle
/
crates
/
orchestrator
/
src
/
lib.rs
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