dsh-api
HTTP control-plane plugin for DeepSeek Harness — exposes dsh internals (language, workspace registry, agent-status/approval events) over /dsh-api on the local loopback socket dsh already listens on.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lilming123/dsh-api说明文档
阅读完整 README ↗Configuration
The plugin exposes two knobs, both settable in the loader entry's
config: { ... }:
| Key | Default | Purpose |
|---|---|---|
basePath | /dsh-api | HTTP route prefix |
companionFile | $DSH_HOME/dsh-api-companion.json | Companion discovery file to read on demand |
Example ($DSH_HOME/profiles/web/cordis.patch.yml):
- id: dsh-api
config:
basePath: /control