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:
@@ -1,20 +1,12 @@
|
||||
---
|
||||
tickers:
|
||||
- AAPL
|
||||
- MSFT
|
||||
- GOOGL
|
||||
- AMZN
|
||||
- NVDA
|
||||
- META
|
||||
- TSLA
|
||||
- AAPL
|
||||
- MSFT
|
||||
initial_cash: 100000
|
||||
margin_requirement: 0.0
|
||||
enable_memory: false
|
||||
max_comm_cycles: 2
|
||||
agent_overrides: {}
|
||||
schedule_mode: intraday
|
||||
interval_minutes: 60
|
||||
trigger_time: 09:30
|
||||
---
|
||||
|
||||
# Bootstrap
|
||||
|
||||
Reference in New Issue
Block a user