run_workflow
Run a named multi-agent pipeline for feature shipping, PR triage, or parallel local/cloud work. Each step receives prior output, so agents coordinate sequentially or combine results in parallel.
Instructions
Run a named multi-agent pipeline. Built-in: ship-feature (planner → builder → reviewer), troubleshoot-pr (pr-triage → builder → reviewer), local-and-cloud (vLLM + Cursor cloud in parallel), cloud-with-local-draft (vLLM draft then cloud builder). Each sequential step sees prior output. Parallel recipes collect both results. Local file writes still require an allowed cwd. Cloud agents never call localhost vLLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| task | Yes | User goal or PR description | |
| branch | No | ||
| pr_url | No | ||
| repo_url | No | ||
| workflow | Yes | Workflow id from list_agents | |
| extra_context | No | ||
| stop_on_error | No | Default true |