Skip to main content

Overview

Tasks can be created through multiple interfaces. Regardless of how they are created, they end up in the same SQLite database and are visible everywhere.

Creating Tasks

Tell your agent to create a task in natural language:
The agent calls tasks_add and confirms the task was created:

Agent-Created Tasks

The agent can proactively create tasks when it identifies work to be done:

Task Fields

Listing Tasks

Updating Tasks

Completing

Or via the dashboard’s complete button.

Blocking

The agent calls tasks_block with the reason.

Deleting

Tasks can be deleted from the dashboard or CLI. Completed tasks are retained for history.