TradingAgents/tradingagents
Joseph O'Brien fb1a66f5a6 feat: add database-backed caching to dataflows interface
- Add MarketDataService for database-backed market data caching
- Integrate cache lookup/write into route_to_vendor function
- Support configurable TTL per data type (stock data: 1h, fundamentals: 24h+)
- Make caching opt-in via database_enabled and db_cache_enabled config flags

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 11:45:46 -05:00
..
agents Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
backtesting Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
database feat: add database-backed caching to dataflows interface 2025-12-03 11:45:46 -05:00
dataflows feat: add database-backed caching to dataflows interface 2025-12-03 11:45:46 -05:00
graph feat: integrate database persistence with TradingAgentsGraph 2025-12-03 11:31:21 -05:00
models Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
config.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
default_config.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
logging.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
validation.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00