1. Rename factory.py's EvoAgent data class to AgentConfig
- Avoids naming conflict with base/evo_agent.py's EvoAgent
2. Export pipeline_runner functions in backend/core/__init__.py
- Add create_agents, create_long_term_memory, stop_gateway
3. Consolidate PromptLoader to singleton pattern
- Add get_prompt_loader() singleton function
- Update all usages to use singleton
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 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>