AI agent that automatically reads, solves, debugs, and submits LeetCode problems using free local models via Ollama. No cloud. No cost.
Production-grade automation with a multi-agent AI pipeline
Detects the problem, generates an optimized solution, and pastes it โ all automatically.
Solver โ Reflector โ Optimizer โ Debugger. Four specialized agents work in sequence.
Runs on Ollama with DeepSeek Coder, CodeLlama, Qwen2.5. No paid API. No data leaves your machine.
Track accuracy, tokens used, solve time, difficulty breakdown, and model performance.
Failed test cases are automatically analyzed and fixed. Up to 5 retries per problem.
Manifest V3 extension that injects directly into the LeetCode editor with a floating UI.
All models run locally via Ollama. Zero cost, full privacy.
Up and running in under 5 minutes
curl -fsSL https://ollama.ai/install.sh | sh ollama pull deepseek-coder:6.7b
cd backend && npm install && npm run dev
cd dashboard && npm install && npm run dev
cd extension && npm run build # Load dist/ in chrome://extensions