fix: 修正 Agent 卡住問題
1. .paperclip.yaml 全部 agent 補 cwd(Required 欄位,遺漏導致 agent 無法啟動) 2. us-stock-analysis、institutional-flow-tracker 移除 OctagonAI 為第一 source (Paperclip skill sync 嘗試拉付費 OctagonAI 造成卡住) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,6 +6,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-opus-4-6
|
model: claude-opus-4-6
|
||||||
|
cwd: /home/chris/workspace/KingClawArmy
|
||||||
permissions:
|
permissions:
|
||||||
canCreateAgents: true
|
canCreateAgents: true
|
||||||
status: active
|
status: active
|
||||||
@@ -15,6 +16,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-sonnet-4-6
|
model: claude-sonnet-4-6
|
||||||
|
cwd: /home/chris/workspace/KingClawArmy
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
reviewer:
|
reviewer:
|
||||||
@@ -22,6 +24,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-opus-4-6
|
model: claude-opus-4-6
|
||||||
|
cwd: /home/chris/workspace/KingClawArmy
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
quant-strategist:
|
quant-strategist:
|
||||||
@@ -29,6 +32,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-opus-4-6
|
model: claude-opus-4-6
|
||||||
|
cwd: /home/chris/workspace/KingClawArmy
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
finance-researcher:
|
finance-researcher:
|
||||||
@@ -36,6 +40,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-haiku-4-5
|
model: claude-haiku-4-5
|
||||||
|
cwd: /home/chris/workspace/KingClawArmy
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
market-structure-researcher:
|
market-structure-researcher:
|
||||||
@@ -43,6 +48,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-opus-4-6
|
model: claude-opus-4-6
|
||||||
|
cwd: /home/chris/workspace/KingClawArmy
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
bullish-researcher:
|
bullish-researcher:
|
||||||
@@ -50,6 +56,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-opus-4-6
|
model: claude-opus-4-6
|
||||||
|
cwd: /home/chris/workspace/KingClawArmy
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
bearish-researcher:
|
bearish-researcher:
|
||||||
@@ -57,6 +64,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-opus-4-6
|
model: claude-opus-4-6
|
||||||
|
cwd: /home/chris/workspace/KingClawArmy
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
quant-engineer:
|
quant-engineer:
|
||||||
@@ -64,6 +72,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-sonnet-4-6
|
model: claude-sonnet-4-6
|
||||||
|
cwd: /home/chris/workspace/KingClawArmy
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
data-analyst:
|
data-analyst:
|
||||||
@@ -71,6 +80,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-sonnet-4-6
|
model: claude-sonnet-4-6
|
||||||
|
cwd: /home/chris/workspace/KingClawArmy
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
xiao-an:
|
xiao-an:
|
||||||
@@ -78,6 +88,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-sonnet-4-6
|
model: claude-sonnet-4-6
|
||||||
|
cwd: /home/chris/workspace/KingClawArmy
|
||||||
status: paused
|
status: paused
|
||||||
|
|
||||||
projects:
|
projects:
|
||||||
|
|||||||
@@ -5,13 +5,9 @@ description: 追蹤法人資金流向,涵蓋 13F 持倉、ETF 資金流、暗
|
|||||||
metadata:
|
metadata:
|
||||||
sources:
|
sources:
|
||||||
- kind: github-file
|
- kind: github-file
|
||||||
repo: OctagonAI/skills
|
repo: tradermonty/claude-trading-skills
|
||||||
path: skills/institutional-flow-tracker/SKILL.md
|
path: skills/institutional-flow-tracker/SKILL.md
|
||||||
usage: referenced
|
usage: referenced
|
||||||
- kind: github-file
|
|
||||||
repo: ginlix-ai/langalpha
|
|
||||||
path: skills/institutional-holdings/SKILL.md
|
|
||||||
usage: referenced
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# 法人資金流向追蹤器
|
# 法人資金流向追蹤器
|
||||||
|
|||||||
@@ -5,13 +5,9 @@ description: 美股個股深度分析,涵蓋基本面、財報、估值模型
|
|||||||
metadata:
|
metadata:
|
||||||
sources:
|
sources:
|
||||||
- kind: github-file
|
- kind: github-file
|
||||||
repo: OctagonAI/skills
|
repo: tradermonty/claude-trading-skills
|
||||||
path: skills/us-stock-analysis/SKILL.md
|
path: skills/us-stock-analysis/SKILL.md
|
||||||
usage: referenced
|
usage: referenced
|
||||||
- kind: github-file
|
|
||||||
repo: ginlix-ai/langalpha
|
|
||||||
path: skills/stock-fundamentals/SKILL.md
|
|
||||||
usage: referenced
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# 美股個股分析
|
# 美股個股分析
|
||||||
|
|||||||
Reference in New Issue
Block a user