duanyunlun/dsh-conversation-link ↗★ 0
dsh-conversation-link
DeepSeek Harness(DSH)对话互通插件:让同一进程里的对话互相发现、直接发消息、盯进度、设护栏——不用先绑定,也不用开子代理。Peer messaging, supervision, and tool guardrails between conversations.
AI Analysis
适合需要多个对话或智能体之间进行协同通信、进度监控和安全护栏的场景。
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-link
config:
stateDir: ~/.dsh/conversation-link # 状态文件目录(默认 $DSH_HOME/conversation-link)
briefOnLink: true # 建立连接时向对方发一份自我介绍(默认 true)
autoLink: true # 首次发送时自动把对方连上(false = 必须先 conversation_link)
messageForm: relay # 消息形态:relay(客户端渲染成卡片)| notice(表头显示一行摘要)
notify: self # 自己声明的规则命中时是否通知自己:self | off
notifyCooldownMs: 10000 # 同一条规则的通知最小间隔
mountLog: '' # 设成路径可记录挂载事件,用于确认插件已加载