mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
# Conflicts: # .agents/notes/implemented/architecture/2026-06-20-branded-ids.i18n.yaml # .agents/notes/implemented/architecture/2026-06-20-branded-ids.md # .agents/notes/implemented/architecture/2026-06-20-branded-ids.zh.md # packages/fs/tool-fs/tests/read-image.spec.ts # packages/llm/llm-deepseek/tests/adapter.e2e.ts # packages/llm/llm-deepseek/tests/serialize.spec.ts # packages/llm/llm-pi-ai/src/context.ts # packages/llm/llm-pi-ai/tests/context.spec.ts # packages/llm/llm-pi-ai/tests/convert.spec.ts # packages/llm/llm/src/message.ts # packages/llm/llm/tests/content.spec.ts
todo/ — todo / planning capability family
English | 中文
The model-facing todo capability. It is a single product package because one agent session owns the list; there is no replaceable provider contract.
| Package | Role | ctx key |
|---|---|---|
tool-todo/ |
Stores and exposes the session's todo list. | (registers on ctx.tools) |
The child README owns the tool, persistence, and rendering contract.
The event payload is documented on docs/subsystems/session.md.