ZADA

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

Command Description Example
/agents List all agents /agents python
/skills Skills summary /skills all
/plan Development plan /plan REST API
/code Generate code /code factorial
/test Write tests /test sum function
/review Code review /review app.py
/fix Fix issues /fix bug.py
/build Build solutions /build npm error
/provider Switch provider /provider groq

🚀 Quick Start

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

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