Route items through review stages
pipeline-reviewworkflowsetup L2★16
travisliu/openflow ↗What it does
Process items through ordered review stages with concurrency control
Best for
Processing batches of items through concurrent, scoped review stages with per-item result collection.
Inputs
- · Item list, stage definitions with agent prompts, concurrency flag
Outputs
- · Per-item results from each stage, final summary
Requires
- · agent()
Preconditions
Items discoverable, agent schema per stage defined
Failure modes
- · Agent failure in stage
- · Streaming output loss
- · Concurrency stalls
Trust signals
- · Per-item streaming results
- · Stage-scoped agent runs
- · Concurrent execution with failFast flag