From 865261acf218e90f95479b89dc9f490f066522de Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 9 Apr 2026 14:47:36 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=B0=E5=A2=9E=E8=8A=B1=E5=90=8D?= =?UTF-8?q?=E5=86=8A=E3=80=81=E6=9B=B4=E6=96=B0=E9=80=B2=E5=BA=A6=E8=88=87?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E5=8F=83=E8=80=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 agent_roster.md:全體 Agent 花名冊(職稱、代號、模型、指揮鏈、資訊流) - INDEX.md:Phase 1/2 標為完成,加入花名冊連結 - guide_openclaw_config.md:更新 Channel ID、版本、Agent 總數 Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/INDEX.md | 5 ++- docs/agent_roster.md | 67 ++++++++++++++++++++++++++++ docs/guides/guide_openclaw_config.md | 11 +++-- 3 files changed, 78 insertions(+), 5 deletions(-) create mode 100644 docs/agent_roster.md diff --git a/docs/INDEX.md b/docs/INDEX.md index 25fe749..544a7ca 100644 --- a/docs/INDEX.md +++ b/docs/INDEX.md @@ -26,6 +26,7 @@ | [guide_openclaw_config.md](guides/guide_openclaw_config.md) | openclaw.json 結構、Discord 接入、Gateway 管理、常用指令 | | [guide_workspace_files.md](guides/guide_workspace_files.md) | 8 個 Workspace 設定檔的正確用途與應放內容 | | [guide_sessions_tools.md](guides/guide_sessions_tools.md) | sessions_spawn / sessions_send 參數、使用場景、Agents vs Sub-agent run 的區別 | +| [agent_roster.md](agent_roster.md) | 全體 Agent 花名冊:職稱、代號、模型、狀態、輸出格式 | --- @@ -34,8 +35,8 @@ | Phase | 說明 | 狀態 | |---|---|---| | Phase 0 | 基礎設施(OpenClaw + Discord) | ✅ 完成 | -| Phase 1 | 管理閉環(CEO + 秘書 + 審查員) | 🔄 進行中 | -| Phase 2 | 量化閉環(7 agents) | 待開始 | +| Phase 1 | 管理閉環(執行長 + 秘書 + 審查員) | ✅ 完成 | +| Phase 2 | 量化閉環(7 agents) | ✅ 完成 | | Phase 3 | 行銷閉環(3 agents) | 待開始 | | Phase 4 | 內容閉環(2 agents) | 待開始 | | Phase 5 | 工程團隊(依需求) | 待開始 | diff --git a/docs/agent_roster.md b/docs/agent_roster.md new file mode 100644 index 0000000..9a19314 --- /dev/null +++ b/docs/agent_roster.md @@ -0,0 +1,67 @@ +# KingClawArmy Agent 花名冊 + +> 更新日期:2026-04-09 + +--- + +## 管理團隊(Phase 1) + +| 職稱 | Emoji | Agent ID | 模型 | 狀態 | 輸出格式 | +|---|---|---|---|---|---| +| 執行長 | 🎯 | `ceo_coo` | gpt-5.4 | 常駐 | `Task_Spec.json`, `Final_Decision_Packet.json` | +| 秘書 | 📋 | `secretary` | gpt-5.4-mini | 常駐 | `Meeting_Summary.json`, `State_Diff.json`, `Todo_List.json` | +| 審查員 | 🔍 | `reviewer` | gpt-5.4 | Warm | `Review_Report.json` | + +## 量化研究團隊(Phase 2) + +| 職稱 | Emoji | Agent ID | 模型 | 狀態 | 輸出格式 | +|---|---|---|---|---|---| +| 財經情報研究員 | 💹 | `finance_researcher` | gpt-5.4-mini | 喚醒 | `Finance_Research_Brief.json` | +| 市場結構研究員 | 📈 | `market_structure_researcher` | gpt-5.4-mini | 喚醒 | `Market_Structure_Report.json` | +| 多方研究員 | 🚀 | `bullish_researcher` | gpt-5.4-mini | 喚醒 | `Bullish_Brief.json` | +| 空方研究員 | 🛡️ | `bearish_researcher` | gpt-5.4-mini | 喚醒 | `Bearish_Brief.json` | +| 量化策略師 | 🧭 | `quant_strategist` | gpt-5.4 | 喚醒 | `Strategy_Thesis.json` | +| 量化工程師 | ⚙️ | `quant_engineer` | gpt-5.4 | 喚醒 | `Backtest_Report.json` | +| 資料分析師 | 🧪 | `data_analyst` | gpt-5.4-mini | 喚醒 | `Data_Analysis_Report.json` | + +--- + +## 指揮鏈 + +``` +總司令(Chris) +└── 🎯 執行長 (ceo_coo) + ├── 📋 秘書 (secretary) — 記錄、記憶、摘要 + ├── 🔍 審查員 (reviewer) — 品質把關 pass/revise/block + ├── 💹 財經情報研究員 (finance_researcher) + ├── 📈 市場結構研究員 (market_structure_researcher) + ├── 🚀 多方研究員 (bullish_researcher) + ├── 🛡️ 空方研究員 (bearish_researcher) + ├── 🧭 量化策略師 (quant_strategist) — 收斂策略 + ├── ⚙️ 量化工程師 (quant_engineer) — 回測程式 + └── 🧪 資料分析師 (data_analyst) — 數據分析 +``` + +## 資訊流 + +``` +財經情報 ─┐ +市場結構 ─┤ +多方觀點 ─┼→ 量化策略師 → 審查員 → 執行長 → 總司令 +空方觀點 ─┤ ↓ + │ 量化工程師 → 資料分析師 → 審查員 + └── 秘書(記錄全程) +``` + +## 模型分級 + +| 等級 | 模型 | 適用角色 | +|---|---|---| +| reasoning-heavy | gpt-5.4 | 執行長、審查員、量化策略師、量化工程師 | +| general / research | gpt-5.4-mini | 秘書、財經情報、市場結構、多空研究、資料分析 | + +## Discord 路由 + +| 頻道 | 綁定 Agent | +|---|---| +| #總機 | 🎯 執行長 (`ceo_coo`) | diff --git a/docs/guides/guide_openclaw_config.md b/docs/guides/guide_openclaw_config.md index 7426c4e..50340f5 100644 --- a/docs/guides/guide_openclaw_config.md +++ b/docs/guides/guide_openclaw_config.md @@ -175,8 +175,13 @@ openclaw agents unbind --agent --all | 項目 | 值 | |---|---| +| OpenClaw 版本 | v2026.4.9(npm 安裝)| | Guild ID | `1486353934594342924` | -| #總機 Channel ID | `1486739757957644319` | -| CEO Agent ID | `ceo_coo` | -| CEO 模型 | `openai-codex/gpt-5.4` | +| #總機 Channel ID | `1486735695124107304` | +| 執行長 Agent ID | `ceo_coo` | +| 執行長模型 | `openai-codex/gpt-5.4` | | 預設模型 | `openai-codex/gpt-5.4-mini` | +| Agent 總數 | 10(管理 3 + 量化 7)| +| Gateway | systemd user service, port 18789 | + +完整花名冊見 [agent_roster.md](../agent_roster.md)。