TradingAgents/tests
Joseph O'Brien 24e955d29b Add Brave and Tavily news data vendors with retry handling
- Add Brave Search API integration for bulk news fetching
- Add Tavily API integration for bulk news fetching
- Implement timeout and retry logic with exponential backoff for both vendors
- Make bulk news vendor order configurable via default_config.py
- Add tavily-python to requirements.txt
- Document BRAVE_API_KEY and TAVILY_API_KEY in .env.example and README
- Add comprehensive unit tests for both vendors (49 tests)

The news discovery system now uses fallback chain: Tavily → Brave → Alpha Vantage → OpenAI → Google

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 00:43:27 -05:00
..
agents CodeRabbit Generated Unit Tests: Add comprehensive test suite with 142+ unit tests 2025-12-03 01:33:37 +00:00
dataflows Add Brave and Tavily news data vendors with retry handling 2025-12-03 00:43:27 -05:00
discovery Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
graph CodeRabbit Generated Unit Tests: Add comprehensive test suite with 142+ unit tests 2025-12-03 01:33:37 +00:00
test_default_config.py CodeRabbit Generated Unit Tests: Add comprehensive test suite with 142+ unit tests 2025-12-03 01:33:37 +00:00