Skip to main content

deepstrike_core/orchestration/
mod.rs

1pub mod task_graph;
2/// Single-elimination bracket — **kernel-internal**: the shared bracket core behind
3/// [`workflow::NodeKind::Tournament`]. No longer an SDK-exposed standalone primitive (A#1).
4pub mod tournament;
5pub mod workflow;