Open-Source AI Agent Directory
Browse and compare 30+ open-source AI agent projects. Find the right tool for autonomous coding, research, workflow automation, and more.
Why Open-Source AI Agents?
Open-source AI agents give you full control over your data, deployment, and customization. Unlike proprietary solutions, you can inspect the code, modify behaviors, and self-host on your own infrastructure.
This directory lists the most popular and actively maintained open-source AI agent projects in 2026. Each project is categorized by its primary use case: autonomous task execution, coding assistance, multi-agent orchestration, workflow automation, conversational AI, and more.
Whether you're building a personal AI assistant, automating DevOps workflows, or researching multi-agent systems, this directory helps you find and compare the right tools.
30 agents
OpenClaw
Local-first AI agent gateway with multi-platform support, skills marketplace, and privacy-first architecture.
AutoGPT
One of the first autonomous AI agents. Generates sub-tasks and executes them independently using GPT-4.
BabyAGI
Minimalist task-driven autonomous agent. Pioneered the task creation and prioritization loop for AI agents.
CrewAI
Framework for orchestrating role-playing autonomous AI agents. Build teams of agents that collaborate on tasks.
LangGraph
Build stateful, multi-actor applications with LLMs. Graph-based agent workflow orchestration by LangChain.
MetaGPT
Multi-agent framework that assigns different roles (PM, architect, engineer) to GPT models for software development.
Microsoft AutoGen
Framework for building multi-agent conversational systems. Agents can chat with each other to solve complex tasks.
ChatDev
Virtual software company with AI agents playing CEO, CTO, programmer, tester roles to build software collaboratively.
CAMEL
Communicative Agents for "Mind" Exploration. Research framework for multi-agent cooperation and communication.
OpenManus
Open-source AI agent framework focused on planning and tool use. Modular architecture for custom agent workflows.
GPT Engineer
Generate entire codebases from a single prompt. AI agent specialized in code generation and project scaffolding.
Sweep
AI-powered code review and bug fix agent. Automatically creates PRs to fix GitHub issues.
Aider
AI pair programming in your terminal. Edit code in your local git repo with natural language.
Continue
Open-source AI code assistant for VS Code and JetBrains. Autocomplete, chat, and edit with any LLM.
Open Interpreter
Let LLMs run code on your computer. Natural language interface to your computer's capabilities.
ShellGPT
Command-line productivity tool powered by AI. Generate shell commands, code snippets, and documentation.
Khoj
Self-hosted AI personal assistant. Search your notes, documents, and images using natural language.
Quivr
Your second brain powered by AI. Chat with your documents, notes, and data using any LLM.
PrivateGPT
Interact with your documents using LLMs. 100% private, no data leaves your execution environment.
Dify
Open-source LLM app development platform. Visual workflow builder with RAG, agent, and model management.
n8n
Workflow automation tool with 400+ integrations. Add AI agents to automate complex business processes.
Flowise
Drag & drop UI to build customized LLM flows. Low-code platform for AI agent pipelines.
Langroid
Harness LLMs with multi-agent programming. Lightweight framework for building LLM-powered applications.
SuperAGI
Infrastructure for building, managing, and running autonomous AI agents at scale.
AgentGPT
Deploy autonomous AI agents in your browser. Configure and run agents with a simple web interface.
TaskWeaver
Microsoft's code-first agent framework. Converts user requests into executable code with plugin support.
Botpress
Open-source platform for building conversational AI bots. Visual flow editor with NLU and integrations.
Rasa
Open-source machine learning framework for text and voice-based AI assistants and chatbots.
Haystack
End-to-end NLP framework for building AI applications with LLMs. Pipelines, RAG, and agent capabilities.
Composio
Tooling infrastructure for AI agents. 150+ pre-built integrations for GitHub, Slack, Gmail, and more.
How to Choose the Right AI Agent
Define Your Use Case
Are you automating code reviews, building a chatbot, or orchestrating complex workflows? Start with your goal.
Check Privacy Requirements
If data privacy matters, choose self-hosted solutions like OpenClaw or PrivateGPT over cloud-only platforms.
Evaluate Community & Maintenance
Active GitHub repos with recent commits and responsive maintainers are more reliable long-term.
Consider Integration Needs
Check if the agent supports your existing tools: Slack, GitHub, databases, APIs, and deployment platforms.
Frequently Asked Questions
What is an open-source AI agent?
An open-source AI agent is a software program with publicly available source code that can autonomously perform tasks using AI models. You can inspect, modify, and self-host these agents on your own infrastructure.
Which AI agent is best for beginners?
OpenClaw and AgentGPT are great starting points. OpenClaw offers a simple installation process with a skills marketplace, while AgentGPT provides a browser-based interface requiring no setup.
Can I self-host all agents in this directory?
Most agents listed here can be self-hosted. Some (like Dify and n8n) also offer cloud-hosted versions. Check each project's GitHub README for deployment instructions.
How do multi-agent frameworks differ from single agents?
Single agents (AutoGPT, BabyAGI) work alone on tasks. Multi-agent frameworks (CrewAI, AutoGen, MetaGPT) coordinate multiple specialized agents that collaborate, similar to a team of experts.
Are open-source AI agents free to use?
The agent software itself is free. However, most agents require an LLM API key (OpenAI, Claude, etc.) which has per-token costs. Self-hosted open-source LLMs (Llama, Mistral) can reduce costs to just hardware expenses.
Related Resources
Start Building with OpenClaw
Install OpenClaw and run AI agents locally β private, free, and extensible.
Get Started