TradingAgents/tradingagents
dtarkent2-sys dcc98a7136 refactor(dataflows): stub Alpha Vantage modules; deprecate y_finance
Part of the FMP-primary data source migration (see
D:/sharkquant/docs/FMP_MIGRATION.md at the monorepo root).

- alpha_vantage_common.py: every helper returns empty; AlphaVantageRateLimitError kept for `except` compat
- alpha_vantage_stock.py / _fundamentals.py / _indicator.py / _news.py: all public functions return "" so callers through interface.py don't import-error

y_finance.py gets a module-level deprecation docstring; it's too big
to stub safely without a tested FMP replacement wired through
interface.py, so it stays live for this round. Callers (tier1, tier2,
test.py) still work via its Alpaca-fallback path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 00:26:38 -04:00
..
agents fix: process all chunk messages + harden memory score normalization 2026-04-18 15:09:34 -04:00
dataflows refactor(dataflows): stub Alpha Vantage modules; deprecate y_finance 2026-04-22 00:26:38 -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 chore: default deep_think_llm + quick_think_llm to glm-5.1:cloud 2026-04-13 10:06:37 -04:00
models.py fix: aggressive JSON fallback for LLMs that don't support structured output 2026-04-02 15:39:08 -04:00