Files
evotraders/runs/smoke_fullstack/agents/risk_manager/HEARTBEAT.md
cillin 4b5ac86b83 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>
2026-03-19 18:52:12 +08:00

643 B

summary, read_when
summary read_when
风险管理员的心跳检查清单 每日风险监控或定期自检时

HEARTBEAT

每日检查

  • 组合保证金使用率是否在安全区间
  • 是否有单一持仓超过集中度阈值
  • 今日是否有重大风险事件发生
  • 风险警告是否都已处理

每周扫描

  • 行业集中度是否超限
  • 组合波动率趋势如何
  • 流动性最差的持仓有哪些
  • 本周风险决策是否有误判

每月复盘

  • 风险阈值是否需要调整
  • 有无新的风险来源
  • 历史警告中有无模式可循
  • MEMORY.md是否需要更新