use async_trait;
use ;
/// Shared lifecycle operations for orchestrators that work with `StrategyMap`.
///
/// This trait makes it easy to manage execution plans consistently across the
/// sequential `Orchestrator` and the parallel `ParallelOrchestrator`.