awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
meta-llama avatar

meta-llama/llama-stack

0
View on GitHub↗
8,417 stars·1,316 forks·Python·MIT·5 vuesogx-ai.github.io↗

Llama Stack

Llama-stack est une pile d'orchestration standardisée et une passerelle API pour l'IA générative. Il fournit une couche de communication unifiée et une interface cohérente pour déployer, gérer et interagir avec divers fournisseurs et déploiements de grands modèles de langage (LLM).

Le système fonctionne comme un framework d'agents qui gère l'exécution des outils et des bundles de compétences versionnés pour automatiser des tâches complexes. Il inclut un système de traitement par lots pour gérer de grands volumes de requêtes asynchrones via un traitement hors ligne et une interface de base de données vectorielle pour stocker et rechercher des documents afin de permettre la génération augmentée par récupération (RAG).

La pile couvre des capacités de haut niveau, notamment l'orchestration d'agents IA, le déploiement de modèles et la standardisation des API de modèles pour permettre de basculer entre les fournisseurs sans réécrire le code de l'application.

Features

  • LLM Orchestrators - Implements a standardized orchestration layer that manages workflows between diverse LLM deployments and external tools via a unified API.
  • AI Provider Gateways - Acts as a unified communication layer that routes requests to various AI model providers.
  • Agentic LLM Frameworks - Provides a platform for building autonomous agents with integrated support for tool use, memory, and skill bundles.
  • Agentic Tool Orchestration - Manages the discovery, planning, and execution of tool calls within autonomous agent workflows.
  • AI Agent Orchestration - Coordinates specialized agents by combining custom instructions, tool execution, and document retrieval.
  • AI Model APIs - Provides unified interfaces for interacting with diverse AI models through a single compatible API.
  • LLM Provider Interfaces - Provides interfaces for communicating with various LLM providers to exchange messages and structured responses.
  • Provider-Agnostic Model Interfaces - Provides an abstraction layer that standardizes inputs and outputs across multiple LLM providers.
  • Tool Execution Orchestrators - Coordinates sequences of external server calls and file searches to automate complex, multi-step agent tasks.
  • Vector Store Orchestrators - Ships a standardized interface to manage indexing and retrieval logic across vector stores to enable retrieval augmented generation.
  • Unified Model Interfaces - Implements a standardized execution interface for processing and streaming across different language model providers.
  • High Volume AI Processing - Manages large-scale asynchronous batch requests to optimize the processing of generative AI tasks.
  • Standardized Model Communication Protocols - Implements a standardized messaging protocol to ensure seamless interoperability between diverse generative AI deployments.
  • Vector Stores - Provides vector storage capabilities to index and search documents for retrieval-augmented generation.
  • Vector-Store Augmented Generation - Uses vector databases to inject relevant document shards into model prompts for augmented generation.
  • Skill Versioning Systems - Organizes agent capabilities using versioned manifest archives to ensure consistent function invocation.
  • GenAI Application Deployment - Deployments of generative AI applications with integrated networking and vector database support.
  • AI Stack Deployments - Provides a standardized software stack for deploying and managing large language model interfaces.
  • Batch Request Processing - Implements an offline queue system to process large volumes of asynchronous requests for improved throughput and reduced costs.
  • Skill Manifests - Uses declarative manifest files to define and version the tools and functions an agent can execute.
  • Asynchronous Batch Requesting - Handles large volumes of generative AI requests through offline processing to increase throughput and reduce costs.
  • Agent Frameworks - Core building blocks for deploying generative AI applications at scale.
  • Application Frameworks - Standardized framework for building applications with Llama models.

Historique des stars

Graphique de l'historique des stars pour meta-llama/llama-stackGraphique de l'historique des stars pour meta-llama/llama-stack

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait meta-llama/llama-stack ?

Llama-stack est une pile d'orchestration standardisée et une passerelle API pour l'IA générative. Il fournit une couche de communication unifiée et une interface cohérente pour déployer, gérer et interagir avec divers fournisseurs et déploiements de grands modèles de langage (LLM).

Quelles sont les fonctionnalités principales de meta-llama/llama-stack ?

Les fonctionnalités principales de meta-llama/llama-stack sont : LLM Orchestrators, AI Provider Gateways, Agentic LLM Frameworks, Agentic Tool Orchestration, AI Agent Orchestration, AI Model APIs, LLM Provider Interfaces, Provider-Agnostic Model Interfaces.

Quelles sont les alternatives open-source à meta-llama/llama-stack ?

Les alternatives open-source à meta-llama/llama-stack incluent : lazyagi/lazyllm — LazyLLM is a multi-agent framework and orchestration engine designed for building complex AI applications. It provides… earendil-works/pi — Pi is an autonomous coding agent and framework for building AI agents capable of executing independent loops. It… sylphai-inc/adalflow — AdalFlow is an autonomous AI agent framework and LLM application library designed for building modular workflows. It… botpress/botpress — Botpress is a conversational AI builder and LLM agent platform used to design chatbot workflows and orchestrate agents… mastra-ai/mastra — Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and… taskingai/taskingai — TaskingAI is an AI agent orchestrator and application platform used to build, deploy, and scale AI-native…

Alternatives open source à Llama Stack

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Llama Stack.
  • lazyagi/lazyllmAvatar de LazyAGI

    LazyAGI/LazyLLM

    3,842Voir sur GitHub↗

    LazyLLM is a multi-agent framework and orchestration engine designed for building complex AI applications. It provides a system for chaining large language models into sequential or parallel pipelines, utilizing a tool registry to convert standard functions into discoverable tools that models can invoke via reasoning. The project features an application deployment kit that enables hosting model workflows as web services with integrated chat interfaces and API gateways. It includes an infrastructure abstraction layer that allows users to switch between bare-metal servers, clusters, and public

    Pythonagentsai-agentdata
    Voir sur GitHub↗3,842
  • earendil-works/piAvatar de earendil-works

    earendil-works/pi

    65,730Voir sur GitHub↗

    Pi is an autonomous coding agent and framework for building AI agents capable of executing independent loops. It functions as an agent state management system that tracks and persists tool calls throughout complex workflows, utilizing a command-line interface for interaction and control. The system features a self-extensible design, allowing agents to write and implement new capabilities and tools into their own runtime environment. It also includes a provider-agnostic abstraction layer that standardizes interactions across different large language model providers through a unified API. The

    TypeScript
    Voir sur GitHub↗65,730
  • sylphai-inc/adalflowAvatar de SylphAI-Inc

    SylphAI-Inc/AdalFlow

    4,167Voir sur GitHub↗

    AdalFlow is an autonomous AI agent framework and LLM application library designed for building modular workflows. It serves as a model-agnostic interface and RAG pipeline orchestrator, allowing users to develop ReAct agents that utilize iterative reasoning and external tool execution to solve complex tasks. The project distinguishes itself through a prompt optimization system that uses textual gradient descent to automatically refine prompt templates and few-shot examples. It treats model feedback as a differentiable signal, enabling a form of LLM backpropagation to iteratively improve output

    Python
    Voir sur GitHub↗4,167
  • botpress/botpressAvatar de botpress

    botpress/botpress

    14,748Voir sur GitHub↗

    Botpress is a conversational AI builder and LLM agent platform used to design chatbot workflows and orchestrate agents powered by large language models. It provides a framework for managing the entire lifecycle of these agents, from initial creation through to deployment across various production environments. The platform includes a custom integration SDK for developing and publishing third-party connectors that extend agent capabilities. These tools allow for the creation of custom plugins that connect AI agents to external APIs and third-party services. The system supports both visual des

    TypeScript
    Voir sur GitHub↗14,748
  • Voir les 30 alternatives à Llama Stack→