weavegraph 0.6.0

Graph-driven, concurrent agent workflow framework with versioned state, deterministic barrier merges, and rich diagnostics.
Documentation
1
2
3
4
5
6
//! Frontier-based workflow scheduler with version gating and bounded concurrency.
pub mod scheduler;

pub use scheduler::{
    Scheduler, SchedulerError, SchedulerRunContext, SchedulerState, StepRunResult,
};