TradingAgents/tests/api
Ali AL OGAILI 49283f47d5 feat: add FastAPI-based API for trading agents
- Introduced a new API structure with FastAPI, including routers for runs and settings.
- Implemented endpoints for creating, listing, and retrieving run configurations.
- Added settings management with load and update functionality.
- Integrated SQLite checkpointing for durable state management during analysis.
- Updated dependencies in `pyproject.toml` and `requirements.txt` to include FastAPI and related packages.
- Enhanced `.gitignore` to exclude SQLite checkpoints and results directories.
2026-03-23 04:45:08 +01:00
..
__init__.py feat: add FastAPI-based API for trading agents 2026-03-23 04:45:08 +01:00