auto-sync: 2026-05-15 12:32:57
This commit is contained in:
@@ -1177,21 +1177,25 @@ Agent 写产出时,`content_path` 指向此目录。Daemon 存档 session jsonl
|
||||
|
||||
### Phase 1: 黑板基础设施
|
||||
1. SQLite blackboard.db(5 表 + WAL)
|
||||
2. blackboard.py CLI(读写操作)
|
||||
3. Daemon tick 循环(读黑板 + spawn + 清理)
|
||||
2. blackboard.py CLI(读写操作 + signal file 写入)
|
||||
3. Daemon 核心循环(EventBus + Signal File Watcher + Tick 兜底)
|
||||
4. Session 管理(spawn + 存档 + 清理)
|
||||
5. L1 spawn message 模板
|
||||
|
||||
### Phase 2: Agent 交互
|
||||
5. Agent 黑板操作 Skill
|
||||
6. 评论 + @mention 通知链路
|
||||
7. 任务依赖自动推进
|
||||
8. 健康检查(stale reclaim + zombie 检测)
|
||||
### Phase 2: 事件驱动 + Agent 交互
|
||||
6. Agent 黑板操作 Skill
|
||||
7. EventBus 即时处理(task_completed → 解锁下游、@mention → spawn)
|
||||
8. 任务依赖自动推进(complete→auto-unlock)
|
||||
9. 评论 + @mention 通知链路(即时版)
|
||||
10. 健康检查(stale reclaim + zombie 检测)
|
||||
11. L2/L3 分层读取 API(blackboard.py read --level)
|
||||
|
||||
### Phase 3: 智能化
|
||||
9. 庞统 AI 规划(读需求 → 创建任务 + 分配建议)
|
||||
10. Agent 自主领活(读黑板 → 匹配职责 → claim)
|
||||
11. 产出验证门禁
|
||||
12. 经验沉淀(observation → knowledge base)
|
||||
12. 庞统 AI 规划(读需求 → 创建任务 + 分配建议 + must_haves)
|
||||
13. Agent 自主领活(读黑板 → 匹配职责 → claim + scope_declaration)
|
||||
14. 产出验证门禁(Output Guard + Scope Guard)
|
||||
15. AI 驱动 Retry + Circuit breaker
|
||||
16. 经验沉淀(observation → knowledge base)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user