run_pipeline
Execute a pipeline by providing its pipeline ID; optionally set the working directory or request JSON output to integrate with multi-agent orchestration workflows.
Instructions
Start executing a pipeline.
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. | |
| pipeline_id | Yes | Pipeline ID to run. |