TradingAgents/tradingagents/api/__init__.py

12 lines
194 B
Python

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