prodigy 0.1.8

Turn ad-hoc Claude sessions into reproducible development pipelines with parallel AI agents
1
2
3
4
5
6
name: test-workflow
commands:
  - shell: "exit 1"
    on_failure:
      - shell: "echo 'Error handler 1'"
      - shell: "echo 'Error handler 2'"