awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

6 Repos

Awesome GitHub RepositoriesAgent Framework Examples

Example implementations and workflows for popular agent development frameworks.

Explore 6 awesome GitHub repositories matching part of an awesome list · Agent Framework Examples. Refine with filters or upvote what's useful.

Awesome Agent Framework Examples GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/autogenAvatar von microsoft

    microsoft/autogen

    59,002Auf GitHub ansehen↗

    This framework provides a development environment for building collaborative systems where autonomous agents interact to solve complex tasks through conversational workflows. It functions as a conversational workflow engine and event-driven runtime, coordinating multi-step processes by translating high-level goals into structured dialogue sequences between specialized agents. The system distinguishes itself through its message-passing orchestration, which manages state transitions and task delegation between independent participants. It supports dynamic conversation state management to provid

    Framework for code generation, multi-agent collaboration, and research.

    Pythonagenticagentic-agiagents
    Auf GitHub ansehen↗59,002
  • agno-agi/agnoAvatar von agno-agi

    agno-agi/agno

    40,717Auf GitHub ansehen↗

    Agno is an agent operating system designed to manage the lifecycle, tool execution, and persistent state of autonomous agents across distributed infrastructure. It provides a unified runtime environment that wraps diverse agent frameworks into a consistent, interoperable protocol, allowing developers to build and deploy complex multi-agent systems that coordinate tasks and delegate sub-processes. The platform distinguishes itself through a robust governance and orchestration layer that includes human-in-the-loop approval gates, role-based access control, and a centralized API gateway. It feat

    Lightweight framework for single-agent tools and rapid prototyping.

    Pythonagentsaiai-agents
    Auf GitHub ansehen↗40,717
  • open-multi-agent/open-multi-agentAvatar von open-multi-agent

    open-multi-agent/open-multi-agent

    6,422Auf GitHub ansehen↗

    Open Multi-Agent is a TypeScript framework for multi-agent orchestration that decomposes natural language goals into a runtime-generated directed acyclic graph of tasks. It functions as a task orchestrator and workflow state manager, coordinating multiple AI models to execute parallel and sequential operations. The framework is distinguished by a proposer-judge consensus protocol used to validate agent outputs through a quorum of agreement. It employs provider-agnostic model routing to assign specific models to tasks based on roles or execution phases and utilizes state-based workflow checkpo

    Ships pre-built multi-agent examples to demonstrate collaborative goal achievement on REST APIs.

    TypeScriptagent-frameworkagent-orchestrationagentic-ai
    Auf GitHub ansehen↗6,422
  • crewaiinc/crewai-examplesAvatar von crewAIInc

    crewAIInc/crewAI-examples

    6,049Auf GitHub ansehen↗

    Dieses Projekt bietet Referenzimplementierungen und Vorlagen für Multi-Agenten-Orchestrierung, Retrieval-Augmented-Generation-Systeme und Human-in-the-Loop-Muster. Es enthält eine Sammlung von Implementierungsmustern zur Koordination mehrerer KI-Agenten, um komplexe Geschäftsworkflows und Aufgaben zu automatisieren. Das Projekt demonstriert, wie man operative Logik von der Einrichtung entkoppelt, indem strukturierte Textdateien für Agentenrollen und Aufgabenspezifikationen verwendet werden. Es enthält Anleitungen zur Integration von Vektorsuche und Dokumentenverarbeitung, um Frage-Antwort-Systeme auf Basis externer Wissensdatenbanken aufzubauen, sowie Muster für das Einfügen manueller Validierungs- und Überprüfungsschritte in automatisierte Agentensequenzen. Die Beispiele decken das Design iterativer Ausführungspfade, paralleler Verarbeitung und dynamischen Routings ab. Diese Implementierungen integrieren Zustandsmanagement, um den Fortschritt über komplexe Sequenzen hinweg zu verfolgen und Agenten mit externen APIs, Datenbanken und Dateisystemen für eine werkzeuggestützte Ausführung zu verknüpfen. Die Referenzmaterialien werden als Jupyter Notebooks bereitgestellt.

    Collection of role-based multi-agent workflows for business automation.

    Jupyter Notebook
    Auf GitHub ansehen↗6,049
  • tencentcloudadp/youtu-agentAvatar von TencentCloudADP

    TencentCloudADP/youtu-agent

    4,576Auf GitHub ansehen↗

    Youtu Agent is an open-source framework for building, running, and evaluating autonomous agents powered by large language models. It provides the core infrastructure for creating agents that follow reasoning loops, use toolkits, and coordinate with other agents to solve complex tasks, all managed through YAML-driven configuration files. The framework distinguishes itself through its support for multi-agent orchestration, where a planner agent decomposes tasks and coordinates specialized worker agents, and through its integration with the Model Context Protocol for connecting to external toolk

    Provides scripts to start example agents with a graphical web interface for interactive use and debugging.

    Pythonagent-frameworkagentsopenai-agents
    Auf GitHub ansehen↗4,576
  • sethgammon/citadelAvatar von SethGammon

    SethGammon/Citadel

    612Auf GitHub ansehen↗

    The operating layer for Claude Code OpenAI Codex: persistent project memory, intent routing, safety hooks, cost telemetry, and parallel agent fleets.

    Orchestrates agent fleets with lifecycle hooks and management.

    JavaScript
    Auf GitHub ansehen↗612
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Agent Framework Examples

Unter-Tags erkunden

  • WebUI LaunchersScripts and commands that start example agents with a graphical web interface for interactive use and debugging. **Distinct from Agent Framework Examples:** Distinct from Agent Framework Examples: focuses on the mechanism to launch examples with a web UI, not the examples themselves.