task_run
Create tasks for autonomous agent execution within a team. Supports priority levels, dependency tracking, and parallel tasking.
Instructions
Create a task in a team, waiting for an Agent to pick up and execute.
Rule: Set priority (critical/high/medium/low) and horizon (short/mid/long). Use depends_on for dependencies; the system auto-manages BLOCKED status. Coordinate parallel execution — don't wait for one to complete before starting the next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Specify model to use (optional, metadata only) | |
| title | No | Task title (optional) | |
| team_id | Yes | Team ID or name | |
| depends_on | No | List of dependency task IDs (optional, task auto-unlocks when dependencies complete) | |
| description | Yes | Task description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||