TradingAgents/cli
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
..
static chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
analysis.py feat: add type hints to function signatures across codebase 2025-12-03 03:50:49 -05:00
backtest_cmd.py feat: add type hints to function signatures across codebase 2025-12-03 03:50:49 -05:00
discovery.py feat: add type hints to function signatures across codebase 2025-12-03 03:50:49 -05:00
display.py feat: add type hints to function signatures across codebase 2025-12-03 03:50:49 -05:00
main.py refactor: split cli/main.py into modular components 2025-12-03 03:29:42 -05:00
models.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
state.py feat: add type hints to function signatures across codebase 2025-12-03 03:50:49 -05:00
utils.py Improve CLI with loading indicators and enhance discovery pipeline 2025-12-03 00:49:49 -05:00