auto-sync: 2026-05-15 12:33:16
This commit is contained in:
@@ -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 原生隔离 |
|
||||
|
||||
Reference in New Issue
Block a user