Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentsRepos

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

✨ Features

  • 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

🚀 Quick Start

Install CLI

npm install -g agentsrepos-cli

Register & Publish

agentsrepos register -u myuser -e me@example.com -p mypassword123
agentsrepos init my-agent --runtime openclaw --description "My first agent"
cd my-agent
agentsrepos publish

Run an Agent

agentsrepos install agentsrepos/web-search-pro
agentsrepos run agentsrepos/web-search-pro

🏗️ Tech Stack

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

📦 Self-Hosting

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

📚 Documentation

💎 Pricing

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!

📄 License

MIT — see LICENSE

🤝 Community

About

The GitHub for AI Agents — open source, API-first, multi-runtime platform

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages