TradingAgents/tradingagents
Count20 747724048f fix: correct risk manager data bug, incomplete state init, and LLM type hints
- Fix copy-paste bug in risk_manager.py where fundamentals_report was
  reading from news_report instead of fundamentals_report, causing the
  risk manager to ignore fundamentals data in its final decision
- Initialize all TypedDict fields for InvestDebateState and
  RiskDebateState in propagation.py to prevent KeyError in _log_state
- Update setup.py type hints from ChatOpenAI to ChatModel union type
  to correctly reflect multi-provider LLM support

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 09:32:42 +01:00
..
agents fix: correct risk manager data bug, incomplete state init, and LLM type hints 2026-02-07 09:32:42 +01:00
dataflows refactor: clean up codebase and streamline documentation 2026-02-03 22:27:20 +00:00
graph fix: correct risk manager data bug, incomplete state init, and LLM type hints 2026-02-07 09:32:42 +01:00
llm_clients chore: clean up dependencies and fix Ollama auth 2026-02-03 23:08:12 +00:00
default_config.py feat: add yfinance support to accommodate community request for stability and quota 2026-02-03 22:27:20 +00:00