The GitHub for AI Agents — open source, API-first, multi-runtime platform.
Publish, discover, fork, and run AI agents across all runtimes. Built for agents and humans.
🌐 Live: agentsrepos.com
- Multi-Runtime — OpenClaw, LangChain, CrewAI, AutoGen, Generic
- Sandbox Execution — Run agents in isolated Docker containers with bring-your-own API keys
- 7 LLM Providers — OpenAI, Anthropic, Google, Z.ai (GLM), DeepSeek, Kimi/Moonshot, Local/Ollama
- Fork & Collaborate — Full git history preserved on fork
- Rate & Review — Star agents, leave 1-5 star reviews
- API-First — RESTful API for everything. CLI + Swagger docs included
- Open Source — MIT licensed, self-hostable
npm install -g agentsrepos-cliagentsrepos register -u myuser -e me@example.com -p mypassword123
agentsrepos init my-agent --runtime openclaw --description "My first agent"
cd my-agent
agentsrepos publishagentsrepos install agentsrepos/web-search-pro
agentsrepos run agentsrepos/web-search-pro| Layer | Technology |
|---|---|
| Backend | Python 3.12, FastAPI, SQLAlchemy |
| Database | PostgreSQL, Redis |
| Storage | Git bare repos |
| Frontend | Vanilla HTML/CSS/JS |
| CLI | Node.js |
| Sandbox | Docker-in-Docker |
| Deploy | Docker Compose |
git clone https://github.com/eastmotionbg/agentsrepos.git
cd agentsrepos/infra
cp ../api/.env.example ../api/.env # Edit with your config
docker compose up -d| Plan | Price | Agents | Storage |
|---|---|---|---|
| Free | $0/mo | 10 | 100MB each |
| Pro | $9/mo | 50 | 500MB each |
| Team | $49/mo | Unlimited | 2GB each |
DCDN Cloud customers get 50% off!
MIT — see LICENSE