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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_backtest.py | ||
| test_market_data.py | ||
| test_portfolio.py | ||
| test_trading.py | ||