TradingAgents/cli
dtarkent2-sys 806263defd fix: process all chunk messages + harden memory score normalization
Backport from upstream TauricResearch/TradingAgents fa4d01c2:
  - cli/main.py: iterate all messages in each chunk (not just the last);
    dedupe across chunks with a processed-IDs set instead of tracking
    only the most recent message. Prevents dropped tool-call logs when
    the graph streams multiple messages per chunk.
  - memory.py: guard max() against empty scores and return a float to
    avoid ValueError on first-call paths before documents are added.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 15:09:34 -04:00
..
static WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
announcements.py WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00
config.py WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00
main.py fix: process all chunk messages + harden memory score normalization 2026-04-18 15:09:34 -04:00
models.py WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00
stats_handler.py WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00
utils.py WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00