chain
Run a sequence of agents where each stage passes its output to the next, creating a pipeline workflow.
Instructions
Run agents sequentially as a pipeline. Each stage receives the prior stage's output as context.
Args: stages: JSON array of stage objects. Each supports all sandbox fields (prompt, model, tools, sandbox, system_prompt, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stages | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |