//! Distributed fleet coordination, GPU scheduling, and multi-node orchestration.
//!
//! Provides node registry with heartbeat-based liveness, 5 placement policies,
//! GPU VRAM tracking and allocation, distributed crew state with barrier sync,
//! and fleet coordination with failover.
/// Cost-aware crew planning and model selection.
/// Multi-node fleet discovery backends.
/// Container/VM environment detection and resource limits.
/// Topology-aware scheduling — NVLink/XGMI-aware placement.
pub use FleetCoordinator;
pub use FederationManager;
pub use ;
pub use ;
pub use Relay;
pub use CrewRunId;