mirror of
https://github.com/saymrwulf/alpha-arena.git
synced 2026-05-26 22:15:10 +00:00
Production Hardening: - Add circuit breaker pattern (src/core/resilience.py) - Add timeout protection for CLOB operations in broker - Enhance health checks with liveness/readiness probes - Improve kill switch audit logging with stack traces - Add response caching and health checker utilities Backtesting Enhancements: - Add multi-strategy comparison framework (comparison.py) - Add parameter optimization with grid/random search (optimizer.py) - Add Monte Carlo simulation analysis (monte_carlo.py) - Add walk-forward analysis with date-based windows (walk_forward.py) - Support anchored vs rolling window modes - Add overfitting detection and consistency scoring Documentation: - Add THE_ALPHA_CHRONICLES.md - 25-page novel about using Alpha Arena - Educational narrative covering prediction markets, Kelly Criterion, multi-agent systems, risk management, and the Polymarket ecosystem - Includes practical amateur's guide and sci-fi glimpse of 2031 All 328 tests passing. |
||
|---|---|---|
| .. | ||
| agent | ||
| agents | ||
| analysis | ||
| arbitrage | ||
| backtest | ||
| broker | ||
| core | ||
| indicators | ||
| llm | ||
| macos | ||
| memory | ||
| metrics | ||
| risk | ||
| runner | ||
| signals | ||
| strategy | ||
| wallet | ||
| web | ||
| __init__.py | ||