@hanxuanliang/dsh-chaos
Peer multi-Agent collaboration for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hanxuanliang/dsh-chaos说明文档
阅读完整 README ↗Configuration
Defaults work for a local DSH Web profile.
| Field | Default | Purpose |
|---|---|---|
path | $DSH_HOME/collab/state.db | Local Turso database path. |
deliveryPollMs | 500 | Interval for scanning level-triggered pending Agent wakes. |
remoteEnabled | true | Enables loopback browser RPC and SSE surfaces. |
webUserHandle | local-user | Stable handle for the local browser principal. |
webUserDisplayName | operating-system user | Optional display-name override for the local browser principal. |
sseHeartbeatMs | 15000 | Heartbeat interval for the browser change stream. |
Example profile override:
- id: dsh-chaos
config:
deliveryPollMs: 250
sseHeartbeatMs: 10000