TradingAgents/tradingagents/agents
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
..
analysts feat: add multi-language output support for analyst reports and final decision 2026-03-27 20:06:18 +02:00
managers feat: add multi-language output support for analyst reports and final decision 2026-03-27 20:06:18 +02:00
researchers chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
risk_mgmt refactor: five-tier rating scale and streamlined agent prompts 2026-03-22 23:07:20 +00:00
trader refactor: five-tier rating scale and streamlined agent prompts 2026-03-22 23:07:20 +00:00
utils feat: add multi-language output support for analyst reports and final decision 2026-03-27 20:06:18 +02:00
__init__.py refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00