TradingAgents/tests
Martin C. Richards 5af339998b
feat(news): add vector embeddings and real OpenRouter integration to Dagster workflows
- Add title_embedding and content_embedding fields to NewsArticle entity
- Integrate real OpenRouter sentiment analysis in fetch_and_process_article
- Integrate real OpenRouter embedding generation in Dagster workflows
- Add database migration for sentiment_confidence and sentiment_label fields
- Fix Alembic version number format escaping (%%04d)
- Update Dagster metadata to use MetadataValue types for proper display
- Add comprehensive error handling with fallbacks for OpenRouter failures
- Add tests for Dagster OpenRouter integration and sentiment field migrations
2025-11-16 17:42:24 +01:00
..
domains feat(news): add vector embeddings and real OpenRouter integration to Dagster workflows 2025-11-16 17:42:24 +01:00
fixtures/vcr_cassettes/news typecheck with pyrefly 2025-08-16 13:52:37 +02:00
workflows feat(news): implement complete news service with LLM sentiment analysis and Dagster orchestration 2025-11-16 12:14:40 +01:00
__init__.py refactor: migrate to newspaper4k and improve news service repository integration 2025-08-10 13:00:40 +02:00
conftest.py feat(news): implement complete news service with LLM sentiment analysis and Dagster orchestration 2025-11-16 12:14:40 +01:00