pub async fn create_product_engine(
config: EngineConfig,
sources: Arc<ProductionModelSourceBundle>,
) -> Result<Box<dyn LlmInferenceEngine + Send + Sync>>Expand description
Create a product engine from one immutable role-specific source bundle.