From 94c511479df1fe35364904cbe5dda11d43e01037 Mon Sep 17 00:00:00 2001 From: mohe Date: Sun, 14 Jun 2026 03:08:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20add=20'=E9=80=9A=E9=81=93=E4=B8=8D?= =?UTF-8?q?=E9=99=90=E5=88=B6=E8=A1=8C=E5=8A=A8=E5=8A=9B'=20principle=20to?= =?UTF-8?q?=20session=20bridge=20protocol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/SESSION-BRIDGE-PROTOCOL.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/SESSION-BRIDGE-PROTOCOL.md b/docs/SESSION-BRIDGE-PROTOCOL.md index 5b16a59..527f2ef 100644 --- a/docs/SESSION-BRIDGE-PROTOCOL.md +++ b/docs/SESSION-BRIDGE-PROTOCOL.md @@ -59,12 +59,14 @@ search_files("关键词", path=/home/hmo/Obsidian) 先搜、再想、再回。不要拿着半截消息就开始推理。 -### 4. 中枢职责 +### 4. 通道不限制行动力 -这个角色**所有 Agent 都有**。你在 XMPP/微信上收到的消息,可能是: -- 老爸在其他 Agent 的 CLI session 上做了一半的工作 -- 其他 Agent 讨论过的内容需要你接力 -- 跨 Agent 协作的前置讨论 +XMPP/微信不是"只能回复"。收到需要行动的信息时: + +1. 判断自己能不能做(有没有权限/工具) +2. 能做 → 直接做,不限于回复 +3. 不能做 → 找能做的人(如通知莫荷) +4. 不要只回一句"收到"就完事 ---