TradingAgents/tradingagents/dataflows/trending
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
sector_classifier.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
stock_resolver.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00