All agents

AI agents for agent frameworks

13 tools · listed in dataset order, no ranking

Open-source SDKs and libraries for developers building multi-agent AI systems.

What matters here:Language and ecosystem fitOrchestration modelProduction readiness

LangGraph

LangChain

Graph-Based Framework for Stateful Multi-Agent Workflows

Best for: Developers building production multi-agent systems that need fine-grained control over state, execution flow, and human-in-the-loop checkpoints — and who are willing to trade setup time for that control

Agent FrameworkMulti-AgentPython+4
FreeView Details →

CrewAI

CrewAI

Multi-Agent Orchestration Platform

Best for: Orchestrating autonomous agent teams for enterprise tasks

Agent FrameworkMulti-AgentPython+3
FreemiumView Details →

AutoGen

Microsoft

Conversational Multi-Agent Framework by Microsoft

Best for: Developers experimenting with conversational multi-agent patterns or building iterative workflows (code generation + review, research + verification) where the solution emerges from agent dialogue rather than a predefined execution graph

Agent FrameworkMulti-AgentPython+4
FreeView Details →

Semantic Kernel

Microsoft

Model-Agnostic AI Agent SDK

Best for: Adding AI agents to .NET, Python, and Java apps

Agent Framework.NETPython+3
FreeView Details →

LlamaIndex

LlamaIndex

Data Framework for LLM Apps and RAG Pipelines

Best for: Developers building RAG systems and document-grounded agents who need intelligent data parsing, indexing, and retrieval — especially teams with large or complex document sets

RAGData FrameworkDocument AI+4
FreemiumView Details →

Pydantic AI

Pydantic

Type-Safe Python Agent Framework

Best for: Type-safe Python agents with validated structured outputs

Agent FrameworkPythonType Safety+3
FreeView Details →

Smolagents

Hugging Face

Minimal Code-First Agent Library

Best for: Minimal code-first agents with Hugging Face ecosystem

Agent FrameworkPythonHugging Face+3
FreeView Details →

Dify

LangGenius

No-Code Agentic Workflow Platform

Best for: No-code agentic workflows and RAG pipelines

Agent FrameworkNo-CodeRAG+3
FreemiumView Details →

Flowise

FlowiseAI

Visual Drag-and-Drop Agent Builder

Best for: Visual drag-and-drop agent and RAG workflow building

Agent FrameworkNo-CodeDrag-and-Drop+3
FreemiumView Details →

Mastra

Mastra

TypeScript AI Agent Framework

Best for: TypeScript-first AI agents and workflows for Node.js teams

Agent FrameworkTypeScriptOpen Source+3
FreeView Details →

VoltAgent

VoltAgent

TypeScript AI Agent Framework

Best for: TypeScript multi-agent apps with built-in observability

Agent FrameworkTypeScriptOpen Source+3
FreeView Details →

Microsoft Agent Framework

Microsoft

Multi-Agent Orchestration Framework

Best for: Python and .NET multi-agent orchestration with Azure

Agent FrameworkPython.NET+3
FreeView Details →

IntentKit

Crestal

Cloud-Native Agent Cluster Framework

Best for: Cloud-native collaborative AI agent cluster deployment

Agent FrameworkPythonOpen Source+3
FreeView Details →

How to choose a agent frameworks tool

Pick the framework that matches your stack

LangGraph and CrewAI are Python-first. Semantic Kernel supports .NET, Python, and Java. AutoGen supports Python and .NET. If your team already works in a specific language or cloud ecosystem, start with the framework that fits rather than the one with the most features.

Orchestration model matters more than feature count

LangGraph uses explicit graph-based workflows. CrewAI uses role-based agent teams. AutoGen uses conversational patterns. These are fundamentally different approaches to agent coordination — try the one that matches how you think about your problem before committing.

All of these require real development work

None of these are no-code tools. They are SDKs for developers building agent systems. Expect to write code, manage infrastructure, and debug agent behaviour. The payoff is full control over how your agents work.

Common questions about agent frameworks tools