duanyunlun/dsh-conversation-bindings ↗★ 0
dsh-conversation-bindings
Peer communication, supervision, and tool guardrails between conversations in one DeepSeek Harness process.
AI Analysis
在单个 DSH 进程的多个会话间建立协作协议、消息中继和规则通知。适合需要多会话协同和交叉监督的任务。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full 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: '' # 设成路径可记录挂载事件,用于确认插件已加载