TradingAgents/tradingagents/domains/news
Martin C. Richards c5ced8cd66
feat(news): enhance NewsArticle entity with sentiment fields and add Dagster orchestration specs
- Add sentiment_confidence and sentiment_label fields to NewsArticle
- Update database configuration for PostgreSQL + TimescaleDB + pgvectorscale
- Add comprehensive Dagster orchestration specifications
- Update project dependencies and tooling configuration
- Enhance test coverage for news repository functionality
- Align news domain specs with project roadmap and architecture
2025-11-14 22:18:33 +01:00
..
__init__.py wip 2025-08-02 14:16:52 +02:00
article_scraper_client.py typecheck with pyrefly 2025-08-16 13:52:37 +02:00
google_news_client.py typecheck with pyrefly 2025-08-16 13:52:37 +02:00
news_repository.py feat(news): enhance NewsArticle entity with sentiment fields and add Dagster orchestration specs 2025-11-14 22:18:33 +01:00
news_service.py add db 2025-08-17 17:59:34 +02:00