Framework / Tool | Description |
---|---|
LangChain | Popular framework to build LLM-powered agents using chains, memory, tools. |
LangGraph | Graph-based agentic extension of LangChain for managing agent workflows. |
Auto-GPT | Autonomous agent built on top of GPT models that can plan and execute goals. |
BabyAGI | Lightweight, task-based autonomous agent that loops tasks with memory. |
CrewAI | Multi-agent framework where different LLM agents collaborate on tasks. |
AgentGPT | Browser-based UI for launching Auto-GPT-like agents in the cloud. |
OpenAgents (by Microsoft) | Platform for agent orchestration using multiple skills/tools. |
CAMEL | Agentic dialogue framework where agents role-play roles (e.g., coder, PM). |
MetaGPT | Structured multi-agent system mimicking human teams (PM, Engineer, etc.). |
ReAct Pattern | Combines reasoning and action — foundation for many agentic tools. |
Voyager (Minecraft Agent) | Continual-learning agent in Minecraft with memory and tool use. |
AutoChain | Open-source framework to build autonomous agents from LLMs and APIs. |
SuperAgent | Extensible framework to build agentic apps with task queues, memory, tools. |
AI Engineer OS (by smol-ai) | Agent-oriented operating system to manage AI assistants. |
Langchain
Langraph
Google ADK