An AI-compatible quantitative research workspace — pipelines, notebooks, LEAN strategies, and agent workflows in one reproducible repo.
Cloud and local backtesting with the LEAN engine. Atomic project structure, shared signals library, and tested workflow patterns for strategy development.
Ready-made pipelines for crypto, Polymarket, WRDS / CRSP, SEC EDGAR, and yfinance — some LEAN-native, others research-ready for notebooks or custom readers.
Interactive Marimo notebooks for signal research, factor analysis, and backtest diagnostics — runnable against real datasets with no cloud dependency.
Claude Code integration with agent guidelines, tested prompt patterns, and memory-backed workflows for safe, consistent AI-assisted development.
Clone the repo, install notebook dependencies, and run the included Election & Industry Returns example — no QuantConnect account required.
Full Setup Guide →git clone https://github.com/WolfpackOfOne/Q-agent.git
cd Q-agent
python -m venv infrastructure/marimo/venv
source infrastructure/marimo/venv/bin/activate
pip install -r infrastructure/marimo/requirements.txt
marimo run infrastructure/marimo/notebooks/election_industry_returns.py --port 2719
Used in graduate quantitative finance and trading technology coursework.