TradingAgents/tradingagents
dtarkent2-sys 7ff05328a8 Fix parallel research/risk: snapshot state to avoid proxy serialization
LangGraph state proxies serialize concurrent dict access, forcing
threads to run sequentially. Fix by snapshotting needed fields into
plain dicts before dispatching to ThreadPoolExecutor — same pattern
used by the working parallel analysts node.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 15:18:43 +00:00
..
agents fix: improve data vendor implementations and tool signatures 2026-02-03 22:27:20 +00:00
dataflows refactor: clean up codebase and streamline documentation 2026-02-03 22:27:20 +00:00
graph Fix parallel research/risk: snapshot state to avoid proxy serialization 2026-02-20 15:18:43 +00: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