zdjmrq/dsh-intercom
zdjmrq★ 0JavaScriptLast synced: 2026-08-16
—
README excerpt
dsh-intercom DSH 网页插件: 顶层会话(父代理)之间的通信中心 ——在线会话列表(含工作区)、对话式私聊面板、协作群(对话群)、以及一组模型可调用工具( intercom ),让对话在需要时 自动协调其他对话 (请求帮助、并行合作、延续工作)。已发布至 dsh-plugin 主题。 A DeepSeek Harness web plugin: a communication center between TOP-LEVEL conversations — live conversation list with workspaces, a chat-style messaging panel, coordination groups (对话群), and intercom model tools for autonomous cross-conversation cooperation (asking for help, parallel work, continuing work). 功能 能力 说明 通信中心面板 侧栏「通信中心」入口(图标+文字)与会话头图标按钮;聊天式双栏:左侧会话/群聊 Tab,右侧消息气泡流 + 底部输入框;唤醒/介入两种投递模式;DSH 主题色深浅色自适应 顶层会话列表 只列 agents.roots() (父代理),含标题、忙碌/空闲状态、工作区路径;子代理不进入本视图 对话间消息 空闲目标 唤醒即开工 ,忙碌目标排队不打断;介入(steer)需显式选择;限频(10 条/分钟/目标)+ 唤醒预算(3 次/人工输入重置)防消息风暴;来源定型包装防提示注入 协作群(对话群) 自动群「协作中的对话」收集通信流量成员;可建显式群、增删成员、 广播 到全员、合并阅读群记录; 群数据经 storage-domain 持久化,重启不丢 模型工具 ×11 intercom list conversations / intercom send / intercom ask (发+有界等待回复)/ intercom check replies / intercom read conversation (冷会话可读,延续工作)/ intercom collect (并行汇总)/ intercom spawn conversation (创建子代理)/ intercom create group / intercom broadcast / intercom list groups / intercom read group 边界隔离 intercom 只服务 顶层会话之间 ;父↔子代理通信完全交给内置 send message / list agents ,本插件不拦截、不越权;跨工作区投递默认拒绝 安装 把本仓库集成到你的 Deep…
View full README on GitHub →