Files
KingClawArmy/docs/agent_roster.md
Chris 865261acf2 docs: 新增花名冊、更新進度與設定參考
- 新增 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) <noreply@anthropic.com>
2026-04-09 14:47:36 +00:00

68 lines
2.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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`) |