sage_task
Create or update persistent tasks that survive across sessions. Use to track work, bugs, or ideas by providing content and domain, updating status, or linking memories.
Instructions
Create or update a task in your persistent backlog. Tasks are memories that don't decay while open — they persist until explicitly completed or dropped. Use this to track planned work, feature ideas, bug reports, and anything that should survive across sessions. To create: provide content + domain. To update status: provide memory_id + status. To link related memories: provide memory_id + link_to (array of memory IDs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Task description (for creating new tasks) | |
| domain | No | Domain tag for the task | general |
| link_to | No | Memory IDs to link this task to | |
| memory_id | No | Existing task memory ID (for updates) | |
| status | No | Task status | planned |