| Example | Description |
|---|---|
| Basic Tasks Mode Example | Tasks mode: the leader splits a request into planner, writer, and editor tasks and runs them in order. |
| Tasks with Dependencies Example | Demonstrates task mode with dependency chains. |
| Parallel Tasks Execution Example | Demonstrates task mode with parallel execution. |
| Task Mode Streaming Example - Real-time Task List with Dedicated Events | Stream TaskCreated, TaskUpdated, TaskIteration, and TaskStateUpdated events to render a real-time task list. |
| Task Mode Streaming Events | Consume streaming events programmatically in mode=tasks. |
Modes
Tasks
Index of tasks mode team examples: sequential decomposition, parallel execution, dependency chains, and streaming events.