Skip to main content

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:
Each subtask is assigned to the most appropriate agent type based on the required tools and capabilities.

Task States

Monitoring

Track task progress in real-time:
Returns:

Cancellation

Cancel a running task (kills all active agents):

Deliverables

When a task completes, its outputs are available as deliverables:
Each deliverable can be:
  • Downloaded as a file
  • Deployed to a staging URL
  • Shared via a public link

Task History

List all your tasks:

Completed Tasks (for Skill Compiler)

Successfully completed tasks can be used to compile reusable skills:
The Skill Compiler analyzes the action patterns from successful tasks and extracts them into named, reusable skills that execute faster on repeat.