Tasks
A task is a natural language instruction that Miteos decomposes and executes via one or more agents.Creating a Task
Submit a task via the War Room prompt bar or the API:Task Decomposition
Miteos automatically breaks complex tasks into subtasks:Task States
| State | Description |
|---|---|
pending | Task created, waiting to start |
running | Agents actively working |
completed | All subtasks finished successfully |
failed | One or more subtasks failed unrecoverably |
cancelled | User cancelled the task |
Monitoring
Track task progress in real-time:Cancellation
Cancel a running task (kills all active agents):Deliverables
When a task completes, its outputs are available as deliverables:- Downloaded as a file
- Deployed to a staging URL
- Shared via a public link

