From 5b002d42fcd599d47b1bae65e08b1776434482a5 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Fri, 15 May 2026 12:33:16 +0800 Subject: [PATCH] auto-sync: 2026-05-15 12:33:16 --- docs/design/architecture-v2.6.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/design/architecture-v2.6.md b/docs/design/architecture-v2.6.md index 9b736b1..f603772 100644 --- a/docs/design/architecture-v2.6.md +++ b/docs/design/architecture-v2.6.md @@ -1205,8 +1205,10 @@ Agent 写产出时,`content_path` 指向此目录。Daemon 存档 session jsonl |------|---------|-----------|------| | 共享状态 | Hermes SQLite + Network-AI flock | SQLite WAL + 事务 CAS | 原子性 + 无外部依赖 | | 讨论 | Hermes kanban_comment | comments 表 + @mention | 简单追加写入,所有人可见 | -| 调度 | Hermes Dispatcher 60s tick | Daemon 60s tick | 同设计,更轻量 | -| 通知 | Claude Code idle notification | Daemon spawn + message | OpenClaw 原生能力 | +| 事件驱动 | open-multi-agent EventEmitter | asyncio.Queue EventBus + Signal File | 零基础设施,进程内 ~0ms,跨进程 ~500ms | +| 调度 | Hermes Dispatcher 60s tick | EventBus 即时 + Signal File + 30s Tick 兜底 | 即时响应 + 健康检查 | +| 上下文传递 | GSD Wave Execution + Claude Code file ref | L1 必传 + L2/L3 按需读取 | 信号噪声比优化 | +| 通知 | Claude Code idle notification | Daemon spawn + L1 message | OpenClaw 原生能力 | | 通信 | Hermes kanban_comment + Claude Code inbox | 黑板 comments + @mention | 替代 Sanguo Mail | | 竞态 | Network-AI propose→validate→commit | SQLite CAS(first-commit-wins) | SQLite 事务足够 | | Session | Hermes process-per-worker | openclaw agent --session-id | OpenClaw 原生隔离 |