Files
deepseek-harness/examples/web-cordis/README.md
Tianyi Cui 36cf4f32f4 docs(agent-note): flip the regrouping note to implemented
Move the triplet to implemented/architecture/, rewrite Proposal into a
present-tense Decision, fold Acceptance criteria and Risks into
Consequences (recording what pins the result), retitle the migration
section to what the move actually touched, and repoint the seven
inbound FIXME/README links.
2026-08-09 01:25:24 +08:00

726 B

web-cordis

English | 中文

Self-referential demonstration of @deepseek-ai/dsh-tool-cordis. The agent can inspect its current Cordis process and mount or unmount model-authored plugins in memory. Temporary plugins disappear when they are unmounted or the process exits and may affect other sessions in the same process.

Run it

Start the browser interface:

pnpm run demo:cordis

Start the ACP automation server instead:

pnpm run demo:cordis acp

Both commands require DEEPSEEK_API_KEY. The Cordis tool reference owns the tool, lifecycle, and safety contracts.