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
8
9
10
11
pub mod archaeology;
pub mod prediction;
pub mod evolution;
pub mod dream;
pub mod collective;

pub use archaeology::ArchaeologyEngine;
pub use prediction::PredictionEngine;
pub use evolution::EvolutionEngine;
pub use dream::DreamEngine;
pub use collective::CollectiveEngine;