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

Agent Orchestration Framework

An open-source Python framework for building stateful, multi-agent workflows with human-in-the-loop controls and persistent memory.

Best for

Stateful multi-agent workflows with human-in-the-loop control

Tags

Agent FrameworkMulti-AgentPythonOpen SourceOrchestration+1 more
FreeView Details

CrewAI

CrewAI

Multi-Agent Orchestration Platform

An open-source framework and hosted platform for building teams of AI agents that collaborate on complex tasks autonomously.

Best for

Orchestrating autonomous agent teams for enterprise tasks

Tags

Agent FrameworkMulti-AgentPythonOpen SourceEnterprise+1 more
FreemiumView Details

AutoGen

Microsoft

Multi-Agent Conversation Framework

A Microsoft framework for building multi-agent AI applications where agents collaborate through structured conversations.

Best for

Multi-agent conversations in Python and .NET

Tags

Agent FrameworkMulti-AgentPython.NETOpen Source+1 more
FreeView Details

Semantic Kernel

Microsoft

Model-Agnostic AI Agent SDK

A Microsoft SDK for building, orchestrating, and deploying AI agents and multi-agent systems in .NET, Python, and Java.

Best for

Adding AI agents to .NET, Python, and Java apps

Tags

Agent Framework.NETPythonJavaOpen Source+1 more
FreeView Details

LlamaIndex

LlamaIndex

Framework for Document Agents and RAG

An open-source framework for building document-grounded AI agents and retrieval-augmented generation pipelines.

Best for

Document-grounded agents and retrieval-augmented generation

Tags

Agent FrameworkRAGDocument AIPythonOpen Source+1 more
FreemiumView Details

Pydantic AI

Pydantic

Type-Safe Python Agent Framework

A Python agent framework with built-in validation and structured outputs, built by the team behind Pydantic.

Best for

Type-safe Python agents with validated structured outputs

Tags

Agent FrameworkPythonType SafetyOpen SourceValidation+1 more
FreeView Details

Smolagents

Hugging Face

Minimal Code-First Agent Library

A barebones Python library where agents think and act by writing code, built by Hugging Face.

Best for

Minimal code-first agents with Hugging Face ecosystem

Tags

Agent FrameworkPythonHugging FaceOpen SourceMinimal+1 more
FreeView Details

Dify

LangGenius

No-Code Agentic Workflow Platform

An open-source platform for building agentic workflows and RAG pipelines with a visual no-code interface.

Best for

No-code agentic workflows and RAG pipelines

Tags

Agent FrameworkNo-CodeRAGOpen SourceVisual Builder+1 more
FreemiumView Details

Flowise

FlowiseAI

Visual Drag-and-Drop Agent Builder

An open-source drag-and-drop platform for building AI agents, RAG systems, and multi-agent workflows visually.

Best for

Visual drag-and-drop agent and RAG workflow building

Tags

Agent FrameworkNo-CodeDrag-and-DropOpen SourceRAG+1 more
FreemiumView Details

Mastra

Mastra

TypeScript AI Agent Framework

An open-source TypeScript framework for building, deploying, and observing AI agents and workflows.

Best for

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

Tags

Agent FrameworkTypeScriptOpen SourceNode.jsWorkflows+1 more
FreeView Details

VoltAgent

VoltAgent

TypeScript AI Agent Framework

An open-source TypeScript framework for building multi-agent AI systems with observability and memory.

Best for

TypeScript multi-agent apps with built-in observability

Tags

Agent FrameworkTypeScriptOpen SourceMulti-AgentObservability+1 more
FreeView Details

Microsoft Agent Framework

Microsoft

Multi-Agent Orchestration Framework

A Microsoft framework for building, orchestrating, and deploying AI agents and multi-agent workflows in Python and .NET.

Best for

Python and .NET multi-agent orchestration with Azure

Tags

Agent FrameworkPython.NETOpen SourceMicrosoft+1 more
FreeView Details

IntentKit

Crestal

Cloud-Native Agent Cluster Framework

An open-source Python framework for deploying collaborative AI agent clusters in cloud-native environments.

Best for

Cloud-native collaborative AI agent cluster deployment

Tags

Agent FrameworkPythonOpen SourceCloud-NativeDocker+1 more
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