TradingAgents/tradingagents/agents/utils
Ahmed Khaled 901da08759 feat: add multi-language output support for analyst reports and final decision
- Add output_language config key to DEFAULT_CONFIG (default: English)
  - Add get_language_instruction() helper to agent_utils.py
  - Inject language instruction into 4 analyst agents and portfolio manager
  - Internal debate chain (Bull/Bear/Risk debaters) stays in English to preserve reasoning quality and BM25 memory compatibility
  - Fix OpenAI-compatible providers with custom base_url incorrectly using Responses API instead of Chat Completions
2026-03-27 20:06:18 +02: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 multi-language output support for analyst reports and final decision 2026-03-27 20:06:18 +02: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
technical_indicators_tools.py fix: handle comma-separated indicators in get_indicators tool 2026-03-15 18:05:36 +00:00