Agents

Agentic Frameworks

Frameworks for building autonomous, multi-step AI agents that can reason, use tools, and collaborate.

Agent Development Kit

Google

21.1k

Open source toolkit from Google for building, evaluating, and deploying AI agents. Model-agnostic and optimized for Gemini, with multi-agent orchestration, tools, and tight Vertex AI integration.

multi-agentGeminiGooglePython

Agno

Agno

41.7k

High-performance, full-stack framework for building multi-agent systems with memory, knowledge, and reasoning. Model-agnostic with built-in tools, structured outputs, and a path to production (formerly Phidata).

multi-agentmemorymodel-agnosticPython

AutoGen

Microsoft

60.4k

Multi-agent conversation framework enabling agents to chat with each other to solve tasks. Supports customizable agents, human participation, and diverse conversation patterns.

conversationalmulti-agentMicrosoftPython

CrewAI

CrewAI

57.1k

Role-based multi-agent framework where you define agents with specific roles, goals, and backstories. Agents collaborate to complete complex tasks through delegation and tool use.

role-basedmulti-agentcollaborationPython

LangGraph

LangChain

39.6k

Framework for building stateful, multi-agent applications as graphs. Supports cycles, persistence, human-in-the-loop, and streaming. The agent orchestration layer of the LangChain ecosystem.

graph-basedstatefulmulti-agentstreaming

LlamaIndex

LlamaIndex

51.6k

Data framework for building LLM and agent applications over your own data. Provides data connectors, indexing, retrieval, and agent workflows for production RAG and knowledge assistants.

RAGdata-frameworkworkflowsPython

OpenAI Agents SDK

OpenAI

28.6k

Lightweight Python SDK for building agentic AI apps. Features agent handoffs, guardrails, tracing, and tool integration with a minimal abstraction layer over the OpenAI API.

handoffsguardrailstracingPython

Pydantic AI

Pydantic

19.3k

Agent framework built on Pydantic for type-safe AI applications. Structured outputs, dependency injection, and model-agnostic design from the team behind Pydantic and FastAPI.

type-safestructured-outputmodel-agnosticPython

smolagents

Hugging Face

28.8k

Minimalist agent library focused on code agents that write and execute Python. Simple API with tool calling, multi-step reasoning, and tight Hugging Face Hub integration.

code-agentsminimalistHugging-FacePython