TradingAgents/tradingagents
Youssef Aitousarrah 9ee66746a5 Fix: Stop after all primary vendors in multi-vendor config
When multiple primary vendors are configured (e.g., 'reddit,alpha_vantage'),
the system now correctly stops after attempting all primary vendors instead
of continuing through all fallback vendors.

Changes:
- Track which primary vendors have been attempted in a list
- Add stopping condition when all primary vendors are attempted
- Preserve existing single-vendor behavior (stop after first success)

This prevents unnecessary API calls and ensures predictable behavior.
2025-11-23 17:09:15 -08:00
..
agents minor fix 2025-09-27 00:04:59 +08:00
dataflows Fix: Stop after all primary vendors in multi-vendor config 2025-11-23 17:09:15 -08:00
graph WIP 2025-09-26 16:17:50 +08:00
default_config.py Switch default data vendor 2025-09-30 12:43:27 +08:00