create_pipeline
Create a pipeline with sequential steps, defining prompts, models, and providers to orchestrate multi-agent automation workflows.
Instructions
Create a pipeline definition with sequential steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to current working directory. | |
| json | No | Return pure JSON string instead of Markdown format. | |
| name | Yes | Pipeline name. | |
| steps | Yes | Array of pipeline steps. | |
| on_error | No | What to do on error. Default is stop. |