Expand description
Coordinator service for Soma distributed workers.
Manages worker registration, health monitoring, load balancing, and plan routing. Separate from the worker process itself.
Re-exports§
pub use registry::WorkerRegistry;pub use registry::WorkerStatus;pub use server::coordinator_router;pub use server::serve_coordinator;