awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesAgentic Frameworks

Tools and libraries for building autonomous agents capable of multi-turn reasoning and tool execution.

Distinguishing note: None available; no candidates provided.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Agentic Frameworks. Refine with filters or upvote what's useful.

Awesome Agentic Frameworks GitHub Repositories

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

    jingyaogong/minimind

    51,834Auf GitHub ansehen↗

    This project is a comprehensive framework for the entire lifecycle of transformer-based language models, supporting everything from foundational pretraining to specialized deployment. It provides a modular toolkit for defining neural network architectures, managing data preparation pipelines, and executing training routines across various scales. The framework is designed to handle the full model development process, including supervised fine-tuning, behavioral alignment, and the integration of agentic capabilities. What distinguishes this framework is its focus on efficient training and adva

    Training models to perform complex multi-turn tasks by integrating tool calling capabilities and structured reasoning steps into their generation process.

    Pythonartificial-intelligencelarge-language-model
    Auf GitHub ansehen↗51,834
  • run-llama/llama_indexAvatar von run-llama

    run-llama/llama_index

    50,306Auf GitHub ansehen↗

    LlamaIndex is a comprehensive development framework designed to connect private or external data sources to large language models. It functions as a data-centric toolkit that enables the construction of retrieval-augmented generation systems, allowing developers to build applications that provide context-aware answers based on specific organizational information. The project distinguishes itself through a robust agentic orchestration engine that supports the creation of autonomous agents capable of multi-step reasoning, memory management, and complex tool execution. Beyond simple retrieval, i

    Building intelligent systems capable of multi-step reasoning, tool usage, and memory management to perform complex tasks without constant human intervention.

    Pythonagentsapplicationdata
    Auf GitHub ansehen↗50,306
  • docker/composeAvatar von docker

    docker/compose

    37,588Auf GitHub ansehen↗

    Docker Compose is a tool for defining and running multi-container applications through declarative configuration files. It functions as an application lifecycle manager, coordinating the startup, shutdown, and scaling of interconnected services within isolated environments. By using a standardized configuration format, it enables infrastructure as code, allowing developers to manage complex application stacks and their dependencies in a single, repeatable file. The project distinguishes itself by integrating directly with the broader Docker platform, leveraging a client-server architecture wh

    Provides a framework for building and orchestrating teams of specialized, collaborative AI agents.

    Godockerdocker-composego
    Auf GitHub ansehen↗37,588
  • huggingface/smolagentsAvatar von huggingface

    huggingface/smolagents

    27,885Auf GitHub ansehen↗

    This framework provides a development toolkit for building autonomous agents that utilize language models to solve complex, non-deterministic tasks. Its core design centers on a code-executing architecture where agents generate and run Python code snippets to perform logic, data manipulation, and tool interactions. By moving beyond structured data formats, the system enables agents to manage program flow and object state through iterative reasoning cycles. The project distinguishes itself through its focus on code-based agent implementation and secure execution environments. Developers can ch

    Implements a code-agent framework that uses language models to write and execute actions as Python code.

    Python
    Auf GitHub ansehen↗27,885
  • qwenlm/qwen3Avatar von QwenLM

    QwenLM/Qwen3

    27,324Auf GitHub ansehen↗

    Qwen3 is a transformer-based large language model designed as a generative AI foundation for understanding, reasoning, and generating human language. It functions as a comprehensive ecosystem for model training, fine-tuning, and production-ready inference, providing the underlying architecture and weights necessary to build diverse artificial intelligence applications. The project distinguishes itself through extensive support for model quantization and distributed inference, enabling efficient execution across a wide range of hardware from consumer-grade devices to scalable cloud infrastruct

    Building autonomous software systems that use language models to execute complex workflows and interact with external tools or APIs.

    Python
    Auf GitHub ansehen↗27,324
  • dapr/daprAvatar von dapr

    dapr/dapr

    25,510Auf GitHub ansehen↗

    Dapr is a distributed application runtime that provides a sidecar-based infrastructure layer for building resilient microservices and event-driven applications. By utilizing a sidecar proxy pattern, it abstracts complex infrastructure tasks into standardized, network-accessible APIs, allowing developers to focus on application logic while the runtime handles service discovery, state management, and secure communication. The platform distinguishes itself through a pluggable component architecture and language-agnostic design, enabling services written in any programming language to interact wi

    Creating intelligent agents that maintain long-running state and manage complex task execution across distributed environments without losing progress during restarts.

    Gocontainersevent-drivenkubernetes
    Auf GitHub ansehen↗25,510
  • ogx-ai/llama-stack-appsAvatar von ogx-ai

    ogx-ai/llama-stack-apps

    4,304Auf GitHub ansehen↗

    Dieses Projekt ist ein Llama Stack Agentic-Framework und Orchestrator zum Aufbau autonomer KI-Anwendungen. Es koordiniert Modell-Inferenz und Tool-Ausführung, um komplexe Ziele in mehrstufige Reasoning-Ketten und kontinuierliche Inferenz-Schleifen zu zerlegen. Das Framework integriert ein dediziertes Sicherheits-Guardrail-System, das Modell-Inputs und -Outputs durch Sicherheitsmodelle filtert, um systemweite Inhaltsbeschränkungen durchzusetzen. Es enthält zudem eine Tool-Integrationsschicht, die modellgenerierte Funktionsanfragen auf externe Laufzeitdefinitionen abbildet, um Aktionen jenseits der Textgenerierung auszuführen. Das System bietet Funktionen für Retrieval-Augmented Generation durch das Abrufen von Dokument-Embeddings aus Vektordatenbanken, um externes Wissen in Modell-Prompts einzuspeisen. Diese Dienste werden über eine einheitliche API-Schicht bereitgestellt, die programmatische Skripte und grafische Chat-Oberflächen unterstützt.

    Provides a comprehensive framework for building autonomous AI applications by coordinating model inference and tool execution.

    Auf GitHub ansehen↗4,304
  1. Home
  2. Artificial Intelligence & ML
  3. Agentic Frameworks