agentic-workflow 0.1.0

Universal orchestration engine — workflows, pipelines, state machines, batch processing, and every coordination pattern
Documentation
1
2
3
4
5
6
pub mod writer;
pub mod reader;
pub mod compression;

pub use writer::AwfWriter;
pub use reader::AwfReader;