TradingAgents/tests/discovery
Joseph O'Brien 3f6b1e9f39 Add trending stock discovery feature
Implement a multi-stage pipeline to discover trending stocks from news:
- Entity extraction from news articles using LLM
- Stock ticker resolution via Yahoo Finance
- Sector classification and event categorization
- Scoring algorithm based on mentions, sentiment, and recency
- CLI integration with interactive stock selection and analysis flow
- Persistence layer for saving discovery results
- Comprehensive test suite for all discovery components

Update README with uv-based installation instructions and remove emojis.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 20:19:34 -05:00
..
__init__.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
test_api.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
test_bulk_news.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
test_cli.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
test_entity_extractor.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
test_integration.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
test_models.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
test_persistence.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
test_scorer.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
test_sector_classifier.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
test_stock_resolver.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00