Official runnable paths

Check the evidence before copying the command

These runtime forms can be inspected in the official repository. D / S / T / R mean documentation, source, tests, and an independent DSH101 run. Missing R does not mean a path is unusable; it means we do not pretend to have run it.

DDocsSSourceTTestsRIndependent run

8 verifiable paths

Commands use `master@47f943859b` as their baseline. Check the linked README before running one.

01

ACP automation service

Connect an ACP client over clean stdio JSON-RPC output.

pnpm run demo:acp
D · DocsS · SourceT · Tests
02

Code Mode ACP

Enable the Code Mode SDK in the ACP composition to combine multi-step tool calls in TypeScript.

pnpm run demo:code-mode
D · DocsS · SourceT · Tests
03

Self-reflective Cordis experiment

Let the model inspect and mount temporary in-memory plugins; suitable only for isolated experiments.

pnpm run demo:cordis
D · DocsS · SourceT · Tests
04

Headless one-off task

Create a persistent session, complete one task, and print the final assistant text to the terminal.

dsh --profile headless "summarize this workspace"
D · DocsS · SourceT · TestsR · Independent run
05

Third-party memory MCP

Connect memory services through overlays. The examples are disabled by default and do not constitute endorsement.

dsh web --patch examples/mcp-memory/<provider>.cordis.yml
D · DocsS · Source
06

Python SDK / JSON-RPC

Drive a matching Harness runtime from Python without a separate system Node.js installation.

pip install deepseek-harness-sdk
D · DocsS · Source
07

Session-local reminder

Deliver a reminder after the original session remains active or resumes; this is not an OS, email, or cron notification.

dsh web --patch examples/web-schedule/cordis.yml
D · DocsS · SourceT · Tests
08

Local Web UI

Use the browser for conversations, approvals, and settings after selecting a workspace.

npx @deepseek-ai/dsh web
D · DocsS · SourceT · TestsR · Independent run