dsh-meeting-coordinator
给 DSH 会话装上会议室:加入会议室即同时获得召集权与参会义务,且一个会话只能属于一个会议室。召集时把每位参会者 fork 进场——带着它自己已完成的轮上下文,同时剥掉全部工具;主持人自身不带任何上下文,只负责挑下一位发言者;每条发言在说出的当下就落盘。散会后每人拿到一份只属于自己的纪要,作为一条用户输入送回工作区继续干活。
Meeting rooms for DSH sessions: joining a room grants the right to convene and the duty to attend, and a session belongs to at most one room. Convening forks each participant in with its own completed-turn context and with its tools stripped, a moderator that carries no context chooses the speakers, and every turn is appended to disk as it is spoken. After adjournment each participant receives its own minutes as a user turn and resumes work.
怎么安装
dsh plugin add github:liaowenqi123/dsh-meeting-coordinator 简介
dsh-meeting-coordinator 给一群长跑的 Agent 装上「**会议室**」与「**互相唤起**」。 基于 dsh-std 元协议开发,为 DeepSeek Harness 提供多 Agent 协作。 **⚠️ 早期阶段 / Early stage.** 核心机制已经跑通并有 215 个测试覆盖,但**还没在真实生产场景里长期跑过**。 遇到问题请开 Issue —— **非常欢迎反馈、提 bug、发 PR**,见欢迎贡献。 --- 一、精髓:开会,和互相唤起 单个 Agent 长时间工作时会得三种病:**上下文污染**、**死循环**(在自己的上下文里反复确认同一个错误结论)、 **遗忘全局目标**。多 Agent 并行的方案很多,但真正难的是"**持续循环跑下去**"。 本插件的答案不是更好的提示词,而是**给 Agent 们一个组织**。 1.1 一个新的概念:会议室(群) 关键区分——**不是会话属于会议,而是会话加入会议室**: 会话 A ──┐ ┌── 会话 B │ 加入(主动) │ ├──▶ ┌──────────┐ ◀──┤ │ │ 会议室 │ │ 会话 C ──┘ └──────────┘ └── 会话 D(没加入) │ 叫不动,也不会被误叫 会议室是**持久实体**,不是每次开会临时建的; **加入会议室 = 自动获得「唤起会议」的权利 + …
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-09-24
- 创建于
- 2026-09-23
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- agent-orchestration, ai-agents, context-isolation, cordis, deepseek-harness, dsh, dsh-plugin, dsh-std, meeting, multi-agent, typescript
同类推荐
compound-engineering-plugin
EveryInc/compound-engineering-plugin
适用于 Claude Code、Codex、Cursor 等的官方 Compound Engineering 插件
gstack
garrytan/gstack
使用Garry Tan的精确Claude Code设置:23个固执己见的工具,充当CEO、设计师、工程经理、发布经理、文档工程师和QA。
dsh-browser
omdsh-dev/dsh-browser
Chrome 侧边栏扩展程序,可让 DeepSeek Harness 直接操控浏览器,无需视觉能力。
n8n-mcp
czlonkowski/n8n-mcp
一个用于Claude Desktop / Claude Code / Windsurf / Cursor的MCP,为你构建n8n工作流。