TradingAgents/tradingagents/graph
Ali AL OGAILI ae6776afc3 feat: initialize trading agents project with FastAPI and essential configurations
- Added FastAPI-based API structure with routers for runs and settings management.
- Implemented endpoints for creating, listing, and retrieving run configurations.
- Introduced settings management with load and update functionality.
- Created models for run configurations and settings using Pydantic.
- Established a store for managing run states and results.
- Enhanced .gitignore to exclude node_modules and results directories.
- Added package.json and package-lock.json for frontend dependencies.
- Included initial tests for API endpoints and model validations.
2026-03-23 05:16:57 +01:00
..
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
conditional_logic.py refactor: rename risky/safe agents to aggressive/conservative 2026-02-03 22:27:20 +00:00
propagation.py feat: add FastAPI-based API for trading agents 2026-03-23 04:45:08 +01:00
reflection.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
setup.py feat: add FastAPI-based API for trading agents 2026-03-23 04:45:08 +01:00
signal_processing.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
trading_graph.py feat: initialize trading agents project with FastAPI and essential configurations 2026-03-23 05:16:57 +01:00