feat(governance): add agent market automation surfaces
Some checks failed
Ansible Lint / lint (push) Successful in 35s
CD Pipeline / tests (push) Failing after 13s
CD Pipeline / build-and-deploy (push) Has been skipped
CD Pipeline / post-deploy-checks (push) Has been skipped
Code Review / ai-code-review (push) Failing after 11s

This commit is contained in:
Your Name
2026-06-04 21:40:12 +08:00
parent b9bd5e3ba8
commit cfb866d055
334 changed files with 62000 additions and 82 deletions

View File

@@ -8,11 +8,11 @@
| 欄位 | 值 |
|------|-----|
| **版本** | v1.1 |
| **版本** | v1.2 |
| **建立日期** | 2026-03-22 (台北) |
| **建立者** | Claude Code |
| **最後修改** | 2026-03-25 23:59 (台北) |
| **修改者** | Claude Code |
| **最後修改** | 2026-06-01 00:00 (台北) |
| **修改者** | Codex |
### 變更紀錄
@@ -20,6 +20,7 @@
|------|------|--------|----------|
| v1.0 | 2026-03-22 | Claude Code | 初始建立 |
| v1.1 | 2026-03-25 | Claude Code | 加入文件資訊區塊 |
| v1.2 | 2026-06-01 | Codex | OpenClaw 定位改為市場主流評估與實測數據決策 |
---
@@ -27,7 +28,7 @@
| 主題 | 核心原則 | 詳細章節 |
|------|---------|---------|
| OpenClaw | 產品核心,只能增強不能移除 | [→ OpenClaw](#openclaw-核心架構) |
| OpenClaw | 當前生產核心;去留由市場主流與實測數據決策 | [→ OpenClaw](#openclaw-核心架構) |
| 模組化 | Interface → Memory → Brain → Skill | [→ leWOOOgo](#lewooogo-模組化) |
| API 整合 | Props Mapping 五步驟檢查 | [→ API](#api-整合) |
| 防禦性 | 先質疑後實作 | [→ 防禦性工程](#防禦性工程) |
@@ -41,12 +42,31 @@
### 原則
```
✅ OpenClaw 是 AWOOOI 產品核心
只能增強,不能移除
✅ OpenClaw 是目前 AWOOOI 生產決策核心
是否保留、拆分、替換,必須由市場主流 Agent 評估與 AWOOOI 實測數據決定
✅ 禁止用歷史定位、個人偏好或單次 demo 取代專業評估
✅ 決策鏈必須可視化 (ThinkingTerminal)
✅ 雙軌決策: LLM + Expert System Fallback
```
### 市場評估鐵律
OpenClaw 不是永久不可挑戰的固定答案。產品核心是「AI 自主維運能力」,若市場主流 Agent 在 AWOOOI 的真實 incident replay、shadow、canary 中證明更強,就應提出 ADR 調整架構。
評估必須覆蓋 OpenAI Agents SDK、Claude Agent SDK、LangGraph、Google ADK、Microsoft Agent Framework、NVIDIA NeMo Agent Toolkit / Nemotron、CrewAI 等當期主流候選,並比較:
- 多 Agent orchestration / handoff / workflow / state / resume
- tool calling、dry-run、rollback、HITL、危險動作攔截
- trace、audit、token/cost、prompt/tool/result 可觀測性
- memory、learning、offline replay、evaluation
- sandbox、secret isolation、privacy/local deploy
- p95/p99 latency、fallback、crash recovery、月成本與 infra 需求
- 與 AwoooP、Telegram、Incident、KM/Playbook、MCP、Prometheus/SignOz/K8s 的整合成本
沒有上述數據不得宣稱「OpenClaw 必須保留」或「OpenClaw 必須被取代」。
NeMo/Nemotron 類外部 runner 另需通過 preflight、sanitize/regenerate、readiness 三段本地 gate`ready_for_approval` 只代表可提交統帥批准,不代表可直接呼叫外部 NIM/API/LLM。
### 決策流程
```