TradingAgents/tradingagents
dtarkent2-sys ad06448fda refactor(dataflows): FMP-primary data source; y_finance fallback-only
- New fmp_client.py — Postgres fmp_bulk fast path + live /stable/* fallback
- New fmp.py — FMP-backed public API matching y_finance shapes, plus
  get_ticker_info() returning a yfinance-Ticker.info-shaped dict so
  downstream .get(key) lookups work unchanged
- interface.py VENDOR_METHODS: fmp added as primary for every tool;
  VENDOR_LIST now [fmp, yfinance, alpha_vantage]
- default_config.py: all four data_vendors categories -> fmp
- tier1/tier2/portfolio: drop direct yfinance imports; yf.Ticker(t).info
  -> fmp.get_ticker_info(t); plain-function imports rerouted to .fmp
- y_finance.py: docstring flipped to fallback-only
- macro_data_tools.py deleted (orphaned 594-LOC @tool module — not
  imported anywhere, agent_utils.py wires its four siblings but skipped
  this one, so @tool versions never bound)

Zero live yf.Ticker / yf.download calls remain in the TradingAgents
execution graph.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 08:15:53 -04:00
..
agents refactor(dataflows): FMP-primary data source; y_finance fallback-only 2026-04-22 08:15:53 -04:00
dataflows refactor(dataflows): FMP-primary data source; y_finance fallback-only 2026-04-22 08:15:53 -04:00
graph WIP: local TradingAgents customizations through 2026-04-13 2026-04-13 22:01:00 -04:00
llm_clients Round 1: import upstream additions (TauricResearch/TradingAgents) 2026-04-13 22:20:16 -04:00
__init__.py Round 1: import upstream additions (TauricResearch/TradingAgents) 2026-04-13 22:20:16 -04:00
default_config.py refactor(dataflows): FMP-primary data source; y_finance fallback-only 2026-04-22 08:15:53 -04:00
models.py fix: aggressive JSON fallback for LLMs that don't support structured output 2026-04-02 15:39:08 -04:00