Best Agent Framework Top 20
Top 20 most popular open-source Agent Framework projects, ranked by GitHub Stars.
ECC
240.5k StarsAgent harness operating system providing skills, instincts, memory optimization, continuous learning, and security scanning.
Hermes Agent
231.5k StarsAn autonomous AI agent framework from NousResearch that supports multiple LLM backends and grows with user needs.
AutoGPT
186.6k StarsAutoGPT is an autonomous AI agent that can complete user-defined tasks end-to-end. It plans and executes steps on its own and is considered a milestone in agent autonomy.
Langflow
153.3k StarsLangflow is a visual AI agent and workflow builder platform with drag-and-drop design, multi-LLM integration, and tool composition to simplify agent development.
Dify
152.6k StarsDify is an open-source LLM application development platform with a visual agent orchestration interface, supporting workflows, knowledge bases, and multiple models.
LangChain
144.4k StarsLangChain is the open-source agent engineering platform that unifies model IO, tool calling, RAG, memory and observability under one composable framework.
AutoResearch
94.0k StarsAI research automation agent by Andrej Karpathy that automatically runs nanochat training research experiments on a single GPU.
Pi Mono
91.5k StarsPi Mono is a comprehensive AI agent toolkit including a coding agent CLI, unified LLM API, TUI and web UI libraries, Slack bot, and vLLM pod management for end-to-end agent development.
OpenHands
84.2k StarsOpenHands is an open-source AI software engineering agent platform that can automatically execute development tasks, modify code, and support collaborative iteration.
WorldMonitor
82.4k Starsworldmonitor is an AI global event monitoring dashboard aggregating news, geopolitics, energy and market data with auto-generated briefings.
Paperclip
78.5k Starspaperclip is an AI agent team orchestration and scheduling platform, managing task assignment, collaboration and state across many agents.
LlamaFactory
74.1k StarsUnified Efficient Fine-Tuning of 100+ LLMs & VLMs. Supports LoRA, QLoRA, RLHF and more for building custom agent models.
AI Agents for Beginners
72.3k Stars12 Lessons to Get Started Building AI Agents by Microsoft. Hands-on curriculum covering core agent concepts, tool use, and multi-agent collaboration.
MetaGPT
69.9k StarsThe Multi-Agent Framework for building the first AI Software Company, enabling natural language programming with multi-role collaboration for automated requirement analysis, design, coding, and testing.
openinterpreter
68.0k StarsOpen Interpreter lets LLMs execute code and control a computer locally, turning natural language into shell, Python, and browser actions on the user machine.
Ruflo
68.0k StarsThe leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code/Codex integration.
Oh My OpenAgent
68.0k StarsAn open-source agent harness platform providing the best agent toolkit, supporting multiple AI coding agents.
AI Hedge Fund
62.9k Starsai-hedge-fund is a multi-agent simulated hedge fund example, with researcher, trader, risk-manager agents collaborating on investment decisions.
Llama 2
59.6k StarsMeta's open-source Llama 2 foundational LLM with pretrained and fine-tuned models from 7B to 70B parameters, supporting chat and text completion as a cornerstone of the open LLM ecosystem.
OpenManus
58.0k StarsOpenManus is an open-source AI Agent framework from the MetaGPT team, delivering Manus-like autonomous task execution without any invite code. Supports MCP tool calls and multi-agent flow.
Related Articles
Agent Canary Deployment and Production Monitoring: From Prompt A/B Testing to Automatic Rollback
How do you know a prompt change is better, not worse? A systematic guide to canary deployment, quality gates, auto-rollback architecture, and continuous behavioral drift monitoring for agents in production.
Agent Evaluation and Testing: From Vibe Checks to End-to-End Pipelines
Most teams evaluate agents by checking a few examples. Real evaluation needs layered metrics, non-rotting datasets, and judges that push back. This article provides runnable code patterns and a practical decision framework.
Agent Memory Architecture: Working, Long-term, and Shared Memory Trade-offs
A systematic comparison of the three categories of agent memory -- working, long-term, and shared -- covering storage media, lifecycle, retrieval methods, typical frameworks, and design patterns, fully addressing agent personalization and multi-agent collaboration engineering.