What problem does it solve?
Maintains or extends the local operator panel, its backend endpoints, settings UX, logs, action wiring, and operator summaries for the paper-research workspace. Use when working in app/operator_panel.py, app/ui/*, or the panel launch flow, especially when productizing advisory decision support into a low-noise operator surface. Never use for public product UI or live trading controls.
Core Features & Use Cases
- Local, safety-bound operator panel surface that exposes status, runs, experiments, portfolio state, settings, and logs without altering runtime behavior.
- Bounded governance, audit-ready decision-support, and manual governance history visibility to maintain safety boundaries.
- Integrations with existing scripts and research flows to surface governance details, supervisor state, and learning-readiness indicators while remaining local-only.
Quick Start
Open the panel by editing app/operator_panel.py and related UI components to extend the operator surface safely.