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
10
11
12
13
//! Pure functional utilities for MapReduce execution
//!
//! This module contains pure functions extracted from the MapReduce executor
//! to improve testability, reusability, and maintainability.

pub mod aggregation;
pub mod dependency_analysis;
pub mod formatting;
pub mod interpolation;
pub mod parallel_execution;
pub mod phase_parallelization;
pub mod planning;
pub mod work_planning;