TradingAgents/tradingagents
Claude Lab e87ba8f29d refactor: address code review feedback on look-ahead bias fix
- Extract repeated fiscal-date filtering into _filter_reports_by_date()
  helper in alpha_vantage_fundamentals.py (was duplicated 3×)
- Fix return type annotations: get_balance_sheet/get_cashflow/
  get_income_statement now declare Union[dict, str] instead of str,
  matching the actual return value from _make_api_request
- Extract pandas column filtering into _filter_financials_by_date()
  helper in y_finance.py (was duplicated 3×); uses pd.to_datetime +
  vectorised boolean mask instead of a Python list comprehension

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 07:51:10 +02:00
..
agents refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
dataflows refactor: address code review feedback on look-ahead bias fix 2026-03-29 07:51:10 +02:00
graph refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
llm_clients feat: add Anthropic effort level support for Claude models 2026-03-22 21:57:05 +00:00
__init__.py fix: set process-level UTF-8 default for cross-platform consistency 2026-03-22 23:42:37 +00:00
default_config.py feat: add Anthropic effort level support for Claude models 2026-03-22 21:57:05 +00:00