TradingAgents/tradingagents
tiffanychum 6eceb84d98 fix: write only current trade_date state to log file, not full history
Each log file is named for a specific trade_date, so it should only
contain that date's state. Writing self.log_states_dict caused O(N^2)
storage and I/O as every daily file redundantly included all previously
processed dates.
Suggested by GitHub Copilot review on PR #499.
2026-04-02 01:31:04 +08:00
..
agents fix: remove stale ChatOpenAI imports, fix hardcoded results path, add missing pandas import 2026-04-02 01:16:42 +08:00
dataflows fix: remove stale ChatOpenAI imports, fix hardcoded results path, add missing pandas import 2026-04-02 01:16:42 +08:00
graph fix: write only current trade_date state to log file, not full history 2026-04-02 01:31:04 +08:00
llm_clients chore: update model lists and defaults to GPT-5.4 family 2026-03-29 19:45:36 +00:00
__init__.py fix: set process-level UTF-8 default for cross-platform consistency 2026-03-22 23:42:37 +00:00
default_config.py chore: update model lists and defaults to GPT-5.4 family 2026-03-29 19:45:36 +00:00