10 autonomous AI agents working together for multi-asset trading analysis, risk management, and execution
Multi-Agent Trading & Research Interface
Risk gate — position limits, drawdown, volatility
Order execution and portfolio dispatch
Portfolio P&L tracking and performance metrics
Historical backtesting with Sharpe/Sortino/maxDD
Paper broker and Alpaca live adapter
Quantitative market analysis
Provider health monitoring + LLM fallback
Signal aggregation and scoring
Symbol utilities and data normalization
git clone https://github.com/gauravsengar24/SuperPower.git
cd SuperPower
pip install -e trading/
cp .env.example .env # add your API keys
trading analyze AAPL --date 2026-06-29
trading backtest AAPL --from 2020-01-01 # defaults to present
trading dashboard
View on GitHub →
streamlit_app.pyOPENAI_API_KEY and other secrets in Streamlit Cloud settingsYour dashboard will be live at https://your-app.streamlit.app