APEX

Multi-Provider AI Coding Assistant & Orchestration Platform

🐍 Python 3.9+ 🦙 Ollama ☁️ 6 Cloud Providers 🤖 47 Agents 🛠️ 59 Skills 🎮 19 Commands
📦 GitHub Repository 📥 Releases
🔌

Multi-Provider

Local (Ollama) + 5 Cloud APIs: OpenAI, Groq, Anthropic, Gemini, Together.ai

🏔️

Local-First Privacy

Run entirely offline. Your code never leaves your machine.

🏭

Production-Ready

1100+ lines of clean Python, SQLite persistence, rich CLI interface.

🤖

47 Specialized Agents

Python, TypeScript, Go, Rust, Java, C++ experts for code review, planning, building.

🛠️

59 Categorized Skills

Security, Testing, Frontend, Backend, DevOps, Media, Business.

🎮

19 Powerful Commands

/plan, /code, /test, /review, /fix, /build, and more.

🎮 Commands Reference

CommandDescriptionExample
/agentsList all agents/agents python
/skillsSkills summary/skills all
/planDevelopment plan/plan REST API
/codeGenerate code/code factorial
/testWrite tests/test sum function
/reviewCode review/review app.py
/fixFix issues/fix bug.py
/buildBuild solutions/build npm error
/providerSwitch provider/provider groq

🚀 Quick Start

git clone https://github.com/medissaoui711/apex-core.git
cd apex-core
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python copy_resources.py
python apex.py

💡 First run will prompt you to select a provider (Local/Cloud).