deepstrike-core 0.2.35

Cross-language agent runtime kernel — pure computation, zero I/O
Documentation
1
2
3
4
5
pub mod task_graph;
/// Single-elimination bracket — **kernel-internal**: the shared bracket core behind
/// [`workflow::NodeKind::Tournament`]. No longer an SDK-exposed standalone primitive (A#1).
pub mod tournament;
pub mod workflow;