TradingAgents/cli
Joseph O'Brien 1346e20b5e feat: create enums for status strings
Added AgentStatus enum for CLI agent tracking (pending, in_progress,
completed, error) and BacktestStatus enum for backtest results (pending,
running, completed, failed). Replaces string literals with type-safe
enum values throughout the codebase.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 04:13:59 -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: create enums for status strings 2025-12-03 04:13:59 -05:00
backtest_cmd.py feat: create enums for status strings 2025-12-03 04:13:59 -05:00
discovery.py feat: add type hints to function signatures across codebase 2025-12-03 03:50:49 -05:00
display.py feat: create enums for status strings 2025-12-03 04:13:59 -05:00
main.py refactor: split cli/main.py into modular components 2025-12-03 03:29:42 -05:00
models.py feat: create enums for status strings 2025-12-03 04:13:59 -05:00
state.py feat: create enums for status strings 2025-12-03 04:13:59 -05:00
utils.py Improve CLI with loading indicators and enhance discovery pipeline 2025-12-03 00:49:49 -05:00