cortex_pipeline_start
Starts an autonomous pipeline from a goal, breaking it into tasks, executing them, and auto-retrying failures.
Instructions
Start an autonomous pipeline from a goal. Breaks goal into tasks, executes them, auto-retries failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | The goal to achieve | |
| max_retries | No | Max retries per task (default: 3) | |
| pause_on_human | No | Pause when human input needed (default: true) | |
| session_id | No | Session ID | |
| agent | No | Agent name |