Files
deepseek-harness/packages/todo/README.md
T

12 lines
459 B
Markdown
Raw Normal View History

# todo/ — todo / planning capability family
2026-07-26 05:03:53 +08:00
English | [中文](README.zh.md)
The model-facing todo capability. It is a single **product** package because one agent session owns the list; there is no replaceable provider seam.
| Package | Role | ctx key |
|---|---|---|
| [`tool-todo/`](tool-todo/README.md) | Stores and exposes the session's todo list. | (registers on `ctx.tools`) |
The child README owns the tool, persistence, and rendering contract.