Documentation Index
Fetch the complete documentation index at: https://docs.argentos.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
- Via Chat
- Via Dashboard
- Via Slash Command
- Via CLI
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
| Field | Required | Default | Description |
|---|---|---|---|
title | Yes | — | Short description of the task |
description | No | — | Detailed description |
priority | No | normal | urgent, high, normal, low, background |
source | Auto | — | Set automatically based on creation method |
Listing Tasks
- Via Chat
- Via Slash Command
- Via CLI
Updating Tasks
Completing
Blocking
tasks_block with the reason.
