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
7
pub mod engine;
pub mod natural;
pub mod composer;

pub use engine::TemplateEngine;
pub use natural::NaturalLanguageEngine;
pub use composer::CompositionEngine;