auto-sync: 2026-05-28 22:57:40

This commit is contained in:
cfdaily
2026-05-28 22:57:40 +08:00
parent fd63b7dfa1
commit c7a6a135ae
+4 -2
View File
@@ -550,6 +550,8 @@ Ticker.tick()
3. ❌ blackboard_* 工具封装(优先级低,当前 curl + API 方式可用)
4. ❌ Skill 集群模板(和 Agent 自主决策矛盾)
> ⚠️ **澄清**:§10.5 Handoff Schema 不是 Pipeline 框架。Handoff 是 Agent 间的结构化交接文档(上家写给下家),是信息传递,不是执行编排。Pipeline 框架指的是 PipelineRouter/SingleStepPipeline 等代码级执行模式抽象,已明确不做。
**涉及文件**: `src/daemon/ticker.py``src/daemon/dispatcher.py``src/daemon/spawner.py``src/daemon/router.py`
**状态**: ❌ 方向已定,代码未动
@@ -1403,8 +1405,8 @@ PRAGMA busy_timeout=5000 # 写锁等待 5s
| 模块 | 已实现 | 部分实现 | 未实现 |
|------|--------|---------|--------|
| **数据模型** | SQLite schema, 11 状态, Task 自引用, 归档, Checkpoint | — | — |
| **Daemon Ticker** | 30s 循环, 依赖推进, 超时, 僵尸检测 | — | 广播认领 |
| **路由调度** | Router 确定性路由, delegate 庞统 | — | 广播认领, L2 Subagent |
| **Daemon Ticker** | 30s 循环, 依赖推进, 超时, 僵尸检测, 广播认领 | — | |
| **路由调度** | Router 确定性路由, delegate 庞统, 广播认领 | — | L2 Subagent |
| **Spawner** | 进程管理, 监控, 续杯, counter | Session 清理集成 | 假死复活术 |
| **质量门控** | ReviewPipeline, Guardrails 6 红线 | — | 方案审查, 反驳权, 对抗辩论 |
| **上下文** | BootstrapBuilder L0-L3 | prompt_templates 文件 | — |