Search

Search IconIcon to open search

Agent Frameworks

Last updatedUpdated: by Jakub Žovák · 2 min read

Properties
created 11.03.2025, 18:19
modified 14.01.2026, 13:06
published Empty
topics Empty
authors Empty
ai-assisted No

Freeing our search agents:

An Agent framework is a layer on top of an LLM to make said LLM execute actions (like browse the web or read PDF documents), and organize its operations in a series of steps.

# Resources

# List of Frameworks

  • OpenAI AgentKit
    • Introducing AgentKit
    • A visual workflow builder, a connector registry for governance, a drop-in chat UI kit, stronger evals, and reinforcement fine-tuning options. Built to replace fragmented orchestration, manual evals, and ad-hoc frontends with versioned, production-ready components.
  • autogen
    • AutoGen is a framework for creating multi-agent AI applications that can act autonomously or work alongside humans.
    • Github: microsoft/autogen
      • 53.5K stars
  • agno
    • Agno is a lightweight library for building Agents with memory, knowledge, tools and reasoning.
    • Github: agno-agi/agno
      • 25.2K stars
  • smolagents
    • A minimalistic framework by Hugging Face that implements agents using code actions
    • Github: huggingface/smolagents
      • 24.9K stars
  • LangGraph
    • A framework for defining agentic workflows through graphs by LangChain creators
    • Github: langchain-ai/langgraph
      • 10.1K stars
  • OpenAI Agents SDK
  • PydanticAI
    • An agent framework designed to make it less painful to build production grade applications with Generative AI.
    • Github: pydantic/pydantic-ai
      • 7.3K stars
  • NVIDIA AgentIQ
    • The core principle of this library is every agent, tool, and agentic workflow exists as a function call - enabling composability between these agents, tools, and workflows.
      • Library additionally provides chatting UI, evaluation system, profiling and much more
    • Github: NVIDIA/AgentIQ
      • 1.7 stars
  • Camel-AI
    • Multi-agent framework focused more on the research? I did not explore this framework.
    • Github: camel-ai/camel
      • 10K stars

# Comparison of Features

Source: How to think about agent frameworks