Pipeline
Pipeline turns multi-step agent work into saved, repeatable workflows with history and execution controls.
Open Pipeline when
- a manual workflow repeats often enough to standardize
- you need step-level retries, conditions, or variable passing
- you want a workflow that Chat or Timer can trigger later
Current surface
- saved multi-step workflows
- step agents, retries, timeouts, and
runIf - exported variables and budget controls
- dry-run support and execution history
- Mermaid preview and import or export
Works closely with
- Agents for step execution
- Chat for command-triggered runs
- Timer for scheduled execution
Deeper docs
- GitHub user handbook:
docs/user/MODULE_PLAYBOOK_EN.md#3-pipeline - GitHub deep dive:
docs/user/PIPELINE_DEEP_DIVE_EN.md - GitHub technical handbook:
docs/technical/MODULE_ARCHITECTURE_EN.md#3-pipeline