Expand description
Workflow templates — preset chains for common patterns.
Workflows define reusable multi-step pipelines with placeholders for customization. They simplify invoking common patterns like “issue to PR” or “refactor and test” without manually composing individual chain steps.
Structs§
- Workflow
- A workflow template — a preset chain with placeholders.
- Workflow
Argument - An argument accepted by a workflow.
- Workflow
Registry - Registry of available workflows.
- Workflow
Step - A step in a workflow template.
Functions§
- builtin_
workflows - Built-in workflow definitions.