P7: envInputs 從 .paperclip.yaml 頂層移至 projects.daily-quant-pipeline.inputs.env
讓 importer 能正確讀取 env input 並進 manifest
同步補入 ALPACA_API_KEY / FMP_API_KEY 需求聲明
P8: .mcp.json 補齊 alpaca 與 fmp MCP server
docs/agent-skill-mapping.md 新增 Runtime 狀態說明表(active / needs-key / local-runtime)
docs/mcp-plan.md 狀態從「規劃中」改為「已配置」,補 Alpaca/FMP 安裝說明
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
136 lines
2.9 KiB
YAML
136 lines
2.9 KiB
YAML
schema: paperclip/v1
|
|
|
|
agents:
|
|
ceo:
|
|
adapter:
|
|
type: claude_local
|
|
config:
|
|
model: claude-opus-4-6
|
|
permissions:
|
|
canCreateAgents: true
|
|
status: active
|
|
|
|
secretary:
|
|
adapter:
|
|
type: claude_local
|
|
config:
|
|
model: claude-sonnet-4-6
|
|
status: active
|
|
|
|
reviewer:
|
|
adapter:
|
|
type: claude_local
|
|
config:
|
|
model: claude-opus-4-6
|
|
status: active
|
|
|
|
quant-strategist:
|
|
adapter:
|
|
type: claude_local
|
|
config:
|
|
model: claude-opus-4-6
|
|
status: active
|
|
|
|
finance-researcher:
|
|
adapter:
|
|
type: claude_local
|
|
config:
|
|
model: claude-haiku-4-5
|
|
status: active
|
|
|
|
market-structure-researcher:
|
|
adapter:
|
|
type: claude_local
|
|
config:
|
|
model: claude-opus-4-6
|
|
status: active
|
|
|
|
bullish-researcher:
|
|
adapter:
|
|
type: claude_local
|
|
config:
|
|
model: claude-opus-4-6
|
|
status: active
|
|
|
|
bearish-researcher:
|
|
adapter:
|
|
type: claude_local
|
|
config:
|
|
model: claude-opus-4-6
|
|
status: active
|
|
|
|
quant-engineer:
|
|
adapter:
|
|
type: claude_local
|
|
config:
|
|
model: claude-sonnet-4-6
|
|
status: active
|
|
|
|
data-analyst:
|
|
adapter:
|
|
type: claude_local
|
|
config:
|
|
model: claude-sonnet-4-6
|
|
status: active
|
|
|
|
xiao-an:
|
|
adapter:
|
|
type: claude_local
|
|
config:
|
|
model: claude-sonnet-4-6
|
|
status: paused
|
|
|
|
projects:
|
|
daily-quant-pipeline:
|
|
leadAgentSlug: quant-strategist
|
|
inputs:
|
|
env:
|
|
- name: FRED_API_KEY
|
|
description: FRED (Federal Reserve Economic Data) API key — get free key at fred.stlouisfed.org
|
|
required: false
|
|
- name: FUGLE_API_KEY
|
|
description: Fugle MarketData API key for Taiwan stock market data — get at developer.fugle.tw
|
|
required: false
|
|
- name: ALPACA_API_KEY
|
|
description: Alpaca Markets API key for portfolio management — get at alpaca.markets
|
|
required: false
|
|
- name: ALPACA_API_SECRET
|
|
description: Alpaca Markets API secret
|
|
required: false
|
|
- name: FMP_API_KEY
|
|
description: Financial Modeling Prep API key for earnings calendar — get at financialmodelingprep.com
|
|
required: false
|
|
status: active
|
|
board-ops:
|
|
leadAgentSlug: ceo
|
|
status: active
|
|
|
|
routines:
|
|
daily-quant-run:
|
|
triggers:
|
|
- kind: schedule
|
|
cronExpression: "30 7 * * 1-5"
|
|
timezone: Asia/Taipei
|
|
enabled: true
|
|
|
|
daily-post-market:
|
|
triggers:
|
|
- kind: schedule
|
|
cronExpression: "30 18 * * 1-5"
|
|
timezone: Asia/Taipei
|
|
enabled: true
|
|
|
|
daily-data-summary:
|
|
triggers:
|
|
- kind: schedule
|
|
cronExpression: "0 21 * * 1-5"
|
|
timezone: Asia/Taipei
|
|
enabled: true
|
|
|
|
daily-secretary-digest:
|
|
triggers:
|
|
- kind: schedule
|
|
cronExpression: "0 23 * * *"
|
|
timezone: Asia/Taipei
|
|
enabled: true
|