hanxuanliang/dsh-chaos0

@hanxuanliang/dsh-chaos

Peer multi-Agent collaboration for DeepSeek Harness

包名
@hanxuanliang/dsh-chaos
版本
0.1.1
许可证
MIT
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hanxuanliang/dsh-chaos

Configuration

Defaults work for a local DSH Web profile.

FieldDefaultPurpose
path$DSH_HOME/collab/state.dbLocal Turso database path.
deliveryPollMs500Interval for scanning level-triggered pending Agent wakes.
remoteEnabledtrueEnables loopback browser RPC and SSE surfaces.
webUserHandlelocal-userStable handle for the local browser principal.
webUserDisplayNameoperating-system userOptional display-name override for the local browser principal.
sseHeartbeatMs15000Heartbeat interval for the browser change stream.

Example profile override:

- id: dsh-chaos
  config:
    deliveryPollMs: 250
    sseHeartbeatMs: 10000