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
# Test workflow for resume functionality
# This workflow will fail at step 3 to test checkpoint/resume
- shell: echo "Step 1 - Starting workflow"
- shell: echo "Step 2 - Processing data"
- shell: exit 1  # This will cause the workflow to fail
- shell: echo "Step 4 - This should run on resume"
- shell: echo "Step 5 - Final step"