TradingAgents/tradingagents
Joseph O'Brien b8be981bc8 feat: add type hints to function signatures across codebase
Added return type hints and parameter type hints to functions in:
- tradingagents/graph/trading_graph.py
- tradingagents/graph/reflection.py
- tradingagents/dataflows/y_finance.py
- tradingagents/dataflows/local.py
- tradingagents/backtesting/engine.py
- cli/analysis.py, cli/discovery.py, cli/display.py, cli/state.py, cli/backtest_cmd.py

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 03:50:49 -05:00
..
agents refactor: consolidate configuration management with Pydantic-based settings 2025-12-03 03:20:41 -05:00
backtesting feat: add type hints to function signatures across codebase 2025-12-03 03:50:49 -05:00
dataflows feat: add type hints to function signatures across codebase 2025-12-03 03:50:49 -05:00
graph feat: add type hints to function signatures across codebase 2025-12-03 03:50:49 -05:00
models feat: add backtesting framework and fix code quality issues 2025-12-03 02:55:28 -05:00
config.py refactor: consolidate configuration management with Pydantic-based settings 2025-12-03 03:20:41 -05:00
default_config.py feat: add backtesting framework and fix code quality issues 2025-12-03 02:55:28 -05:00
logging.py refactor: consolidate configuration management with Pydantic-based settings 2025-12-03 03:20:41 -05:00
validation.py feat: add centralized input validation for ticker symbols and dates 2025-12-03 03:09:05 -05:00