7 Repos
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.
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.
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.
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.
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.
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.
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.
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.