hanxuanliang/dsh-chaos0

@hanxuanliang/dsh-chaos

Peer multi-Agent collaboration for DeepSeek Harness

AI 分析

核心用途是构建本地或远程的多智能体协同网络,支持状态同步与浏览器 RPC。适合需要开发复杂多角色 Agent 协作系统的研究者与开发者。

パッケージ
@hanxuanliang/dsh-chaos
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/23

インストール

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

ドキュメント

README 全文を読む ↗

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