pub fn init_model_tracker(
tracker: Arc<ModelDownloadTracker>,
) -> Result<Arc<ModelDownloadTracker>, &'static str>Expand description
Initialize the process-wide tracker. Called exactly once during server startup. Returns an error if called twice — main.rs propagates it as a startup failure.