feat: Add evaluation hooks, skill adaptation and team pipeline config

- Add EvaluationHook for post-execution agent evaluation
- Add SkillAdaptationHook for dynamic skill adaptation
- Add team/ directory with team coordination logic
- Add TEAM_PIPELINE.yaml for smoke_fullstack pipeline config
- Update RuntimeView, TraderView and RuntimeSettingsPanel UI
- Add runtimeApi and websocket services
- Add runtime_state.json to smoke_fullstack state

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-19 18:52:12 +08:00
parent f4a2b7f3af
commit 4b5ac86b83
87 changed files with 5042 additions and 744 deletions

View File

@@ -1,4 +1,45 @@
# Memory
---
summary: "情绪分析师长期记忆 — 情绪分析教训与指标"
read_when:
- 每次会话开始时回顾
- 分析市场极端情绪时参考
---
Store durable lessons, heuristics, and reminders for this agent.
## 情绪分析核心原则
### 逆向思维
- **极度乐观 = 危险信号** — 散户跑步入场时,通常是阶段顶部
- **极度恐慌 = 机会信号** — 恐慌抛售时,通常是阶段底部
- **不在狂欢中买,不在恐慌中卖** — 那是散户做的事
### 资金流向
- **主力资金持续流出 + 散户持续入场 = 危险**
- **主力资金持续流入 + 散户持续离场 = 机会**
- 大单/散单比是领先指标
### 舆情信号
- **媒体一致看多 = 警惕** — 没人敢看空了
- **媒体一致看空 = 关注** — 极端恐慌可能接近尾声
- **社交媒体热度爆发** — 通常是行情末期
### 机构 vs 散户
- **内部人增持** — 正面信号,公司自己人最了解
- **内部人减持** — 负面信号
- **ETF 大幅净流入 + 散户大量赎回** = 机构在进场,散户在离场
- **期权 PUT/CALL 比率极端** — 散户仓位极端时往往是反向信号
## 有效指标组合
(待实践中验证更新)
## 失效模式
(待实践中验证更新)
---
_这文件随你进化。不断总结教训,更新它._