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,27 @@
# Heartbeat
---
summary: 风险管理员的心跳检查清单
read_when: 每日风险监控或定期自检时
---
Optional checklist for periodic review or self-reflection.
# HEARTBEAT
## 每日检查
- [ ] 组合保证金使用率是否在安全区间
- [ ] 是否有单一持仓超过集中度阈值
- [ ] 今日是否有重大风险事件发生
- [ ] 风险警告是否都已处理
## 每周扫描
- [ ] 行业集中度是否超限
- [ ] 组合波动率趋势如何
- [ ] 流动性最差的持仓有哪些
- [ ] 本周风险决策是否有误判
## 每月复盘
- [ ] 风险阈值是否需要调整
- [ ] 有无新的风险来源
- [ ] 历史警告中有无模式可循
- [ ] MEMORY.md是否需要更新