docs: add observer mode protocol (__SILENT__/__REPLY__)

Define code+LLM collaboration protocol for group chat participation:
- Code layer: no @mention gate, forward all msgs to LLM
- LLM layer: output __SILENT__ (discard) or __REPLY__ (send)
- Documented in MEMORY.md (LLM prompt) and AgentsMeeting (shared ref)
- Update xmpp_bot.py to remove @mention gate
This commit is contained in:
2026-06-14 00:41:53 +08:00
parent 3a14d776c0
commit 90b729c292
2 changed files with 118 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@ AgentsMeeting/
├── docs/
│ ├── ARCHITECTURE.md # 架构设计文档
│ ├── AUDIT.md # 稳定性审计报告
│ ├── OBSERVER-PROTOCOL.md # 群聊观察者模式协议
│ ├── PRD_v0.2.md # 产品需求文档
│ ├── DEPLOY.md # 部署指南
│ └── OPS.md # 运维手册