duanyunlun/dsh-conversation-bindings ↗★ 0
dsh-conversation-bindings
Peer communication, supervision, and tool guardrails between conversations in one DeepSeek Harness process.
AI 분석
在单个 DSH 进程的多个会话间建立协作协议、消息中继和规则通知。适合需要多会话协同和交叉监督的任务。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
配置
在 profile 的 patch 行里覆盖:
- id: conversation-bindings
config:
stateDir: ~/.dsh/conversation-bindings # 状态文件目录(默认 $DSH_HOME/conversation-bindings)
briefOnBind: true # 绑定时向成员下发协作协议(默认 true)
messageForm: relay # 消息形态:relay(客户端渲染成卡片)| notice(表头显示一行摘要)
notify: inject # 规则命中通知方式:inject | queue | off
notifyCooldownMs: 10000 # 同一条规则的通知最小间隔
mountLog: '' # 设成路径可记录挂载事件,用于确认插件已加载