Todo List
Tasks with priorities.
A persistent task list with priorities, filtering, and a progress bar. Saves to the backend store under its `id`.
type · todo_list
Persists its state to the backend store across sessions.
How to use it
Just ask for it in chat — the agent emits this widget and the shell renders it:
Try saying
“a todo list for this week's chores”
Example
The agent returns this A2UI component (inside the components array of a /chat response):
todo_list.json
{
"type": "todo_list",
"id": "chores"
}Properties
| Prop | Type | Description |
|---|---|---|
id | string | Storage key (optional) |
Backing endpoint
This widget reads/writes through /api/store/{id}. See the API reference.
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.