""" FastAPI backend for TradingAgents. This module implements Issue #48: - JWT authentication - Strategies CRUD API - PostgreSQL with SQLAlchemy - Alembic migrations """ __version__ = "0.1.0"