Quick Start
User Interaction Flow
Configuration Levels
Task Options
| Option | Description |
|---|---|
description | What the task should accomplish |
expectedOutput | Format/structure of result |
agent | Agent assigned to the task |
context | Other tasks to use as input |
async | Run without blocking |
API Reference
TaskConfig
Task configuration options
Task
Task class documentation
Best Practices
Be specific in descriptions
Be specific in descriptions
“Write 500-word blog post about AI benefits” beats “Write about AI”.
Define expected output
Define expected output
Telling the agent what format you want improves results.
Use context for dependencies
Use context for dependencies
Chain tasks by passing earlier outputs as context.

