Some checks failed
CI / test (pull_request) Has been cancelled
Add observability dashboard: status, playbook, scorecard, performance, context browser, decisions, and active scenarios endpoints. SQLite read-only on separate connections from trading loop. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
144 B
Python
6 lines
144 B
Python
"""FastAPI dashboard package for observability APIs."""
|
|
|
|
from src.dashboard.app import create_dashboard_app
|
|
|
|
__all__ = ["create_dashboard_app"]
|