TradingAgents/tests/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 refactor: migrate to newspaper4k and improve news service repository integration 2025-08-10 13:00:40 +02:00
test_article_scraper_client.py docs: Adopt Spec-Driven Development framework 2025-11-11 22:28:54 +01:00
test_google_news_client.py docs: Adopt Spec-Driven Development framework 2025-11-11 22:28:54 +01:00
test_news_repository.py feat(news): enhance NewsArticle entity with sentiment fields and add Dagster orchestration specs 2025-11-14 22:18:33 +01:00
test_news_service.py add db 2025-08-17 17:59:34 +02:00