mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
dsh --profile <name> replaces the fixed entry modes: --config and -p are removed, --patch adds overlays over the composed profile, a positional task selects one-shot mode (requires the headless-runner row), and dsh web stays as the alias for --profile web carrying the Web flag family as patches. dsh plugin --profile <name> forwards verbatim to pnpm in the profile directory, initializes on first use, and reconciles the dsh.plugins layer list after add/remove (patch-less packages warn and stay plain dependencies). Config dumps and the keyless web e2e scaffold compose the same bundle layers over the same empty root as the boot.
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.