What’s New

TradingAgents v0.2.0

v0.2.0

TradingAgents v0.2.0

Added
  • Multi-provider LLM support with factory pattern supporting OpenAI, Google, Anthropic, xAI, OpenRouter, and Ollama
  • Provider-specific thinking and reasoning configurations
  • Post-analysis report saving with organized subfolder structure
Changed
  • Replace ChromaDB with BM25 for memory retrieval
  • Rename risky and safe agents to aggressive and conservative to align with industry standard
Fixed
  • Streaming display truncation and message deduplication
Summary

TradingAgents v0.2.0 introduces multi-provider LLM support and system architecture improvements.

Features
  • Multi-provider LLM support with factory pattern (OpenAI, Google, Anthropic, xAI, OpenRouter, Ollama)
  • Provider-specific thinking/reasoning configurations
  • Post-analysis report saving with organized subfolder structure
Improvements
  • Fixed streaming display truncation and message deduplication
  • Replace ChromaDB with BM25 for memory retrieval
  • Renamed risky/safe agents to aggressive/conservative aligning with industry standard
  • Codebase cleanup and documentation updates
View original