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:
11
runs/smoke_fullstack/TEAM_PIPELINE.yaml
Normal file
11
runs/smoke_fullstack/TEAM_PIPELINE.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: 1
|
||||
controller_agent: portfolio_manager
|
||||
discussion:
|
||||
allow_dynamic_team_update: true
|
||||
active_analysts:
|
||||
- fundamentals_analyst
|
||||
- technical_analyst
|
||||
- sentiment_analyst
|
||||
- valuation_analyst
|
||||
decision:
|
||||
require_risk_manager: true
|
||||
Reference in New Issue
Block a user