auto-sync: 2026-05-14 09:53:07

This commit is contained in:
cfdaily
2026-05-14 09:53:07 +08:00
parent b9354980ec
commit e2f5b4f7be
+4 -3
View File
@@ -1,14 +1,15 @@
# moziplus v2.0 — AI 原生多Agent编排平台 架构设计
**版本**: v2.2(完整设计
**版本**: v2.3(评审修订版
**日期**: 2026-05-14
**作者**: 庞统(副军师)
**状态**: 草案,司马懿评审
**状态**: 草案,司马懿第二轮评审完成
**调研基础**: `docs/research/shared-consciousness-research.md`
**变更记录**:
- v2.0 初版(四相循环 + Blackboard 设计)
- v2.1 技术架构修订(Daemon+HTTP API+SQLite, 废弃sessions_send/cron
- v2.2 完整设计(物理结构、API定义、经验沉淀、状态机、实现清单)
- v2.3 评审修订(司马懿两轮评审:openclaw agent CLI调度、质量治理框架、双写简化)
---
@@ -1150,7 +1151,7 @@ sanguo_moziplus_v2/
│ │ ├── validator.py # 产出验证(幻觉门控)
│ │ ├── archiver.py # 执行历史归档
│ │ └── experience.py # 经验沉淀引擎
│ ├── gateway_client.py # Gateway WS API 客户端
│ ├── cli_client.py # openclaw agent CLI 调用封装
│ ├── db.py # SQLite 数据层
│ ├── lock.py # 文件锁实现
│ ├── health.py # 健康检查(daemon 内部定时)