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> |
||
|---|---|---|
| .. | ||
| agents | ||
| dataflows | ||
| discovery | ||
| graph | ||
| integration | ||
| models | ||
| test_config.py | ||
| test_default_config.py | ||
| test_logging.py | ||
| test_logging_config.py | ||
| test_logging_integration.py | ||
| test_logging_migration.py | ||
| test_validation.py | ||