A small dark-mode, local-first to-do list with automatic categorization.
python3 -m http.server 4173 --directory todo-agent-appOpen http://127.0.0.1:4173.
Tasks are sorted into Today, Upcoming, Waiting, Someday, or Inbox using timing and intent phrases. Every result is editable from the category menu.
For a model or agent integration, define window.taskClassifier(title, categories) before app.js runs. It should synchronously return one of the supplied category names. The built-in local classifier remains the fallback.
State is stored only in the browser under the versioned key sort.todo.state.v1.