TradingAgents/tradingagents/graph
Ahmet Guzererler 6242af3b99 feat: Add Global Macro Scanner feature
- Added market-wide analysis capabilities (movers, indices, sectors, industries, topic news)
- Implemented yfinance and Alpha Vantage data fetching modules
- Added LangChain tools for scanner functions
- Created scanner state definitions and graph components
- Integrated scan command into CLI
- Added configuration for scanner_data vendor routing
- Included test files for scanner components

This implements a new feature for global macro scanning to identify market-wide trends and opportunities.
2026-03-14 22:22:13 +01:00
..
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
conditional_logic.py refactor: rename risky/safe agents to aggressive/conservative 2026-02-03 22:27:20 +00:00
propagation.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
reflection.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
scanner_conditional_logic.py feat: Add Global Macro Scanner feature 2026-03-14 22:22:13 +01:00
scanner_graph.py feat: Add Global Macro Scanner feature 2026-03-14 22:22:13 +01:00
scanner_setup.py feat: Add Global Macro Scanner feature 2026-03-14 22:22:13 +01:00
setup.py feat(cli): add three-tier LLM provider setup with dynamic Ollama model listing 2026-03-13 13:20:50 +01:00
signal_processing.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
trading_graph.py feat(cli): add three-tier LLM provider setup with dynamic Ollama model listing 2026-03-13 13:20:50 +01:00