TradingAgents/tradingagents/agents/utils
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
..
agent_states.py refactor: rename risky/safe agents to aggressive/conservative 2026-02-03 22:27:20 +00:00
agent_utils.py feat: Add Global Macro Scanner feature 2026-03-14 22:22:13 +01:00
core_stock_tools.py minor fix 2025-09-26 23:25:33 +08:00
fundamental_data_tools.py minor fix 2025-09-26 23:25:33 +08:00
memory.py feat: add multi-provider LLM support with thinking configurations 2026-02-03 22:27:20 +00:00
news_data_tools.py fix: improve data vendor implementations and tool signatures 2026-02-03 22:27:20 +00:00
scanner_states.py feat: Add Global Macro Scanner feature 2026-03-14 22:22:13 +01:00
scanner_tools.py feat: Add Global Macro Scanner feature 2026-03-14 22:22:13 +01:00
technical_indicators_tools.py minor fix 2025-09-26 23:25:33 +08:00