prodigy 0.4.4

Turn ad-hoc Claude sessions into reproducible development pipelines with parallel AI agents
Documentation
1
2
3
4
5
6
7
8
9
//! Test helper modules for checkpoint and resume testing

pub mod checkpoint_helpers;
pub mod workflow_helpers;
pub mod test_fixture;

pub use checkpoint_helpers::*;
pub use workflow_helpers::*;
pub use test_fixture::*;