ogx-ai/llama-stack-apps

Description: Agentic components of the Llama Stack APIs

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 43 minutes ago
Added to GitGenius on December 1st, 2025
Created on June 25th, 2024
Open Issues & Pull Requests: 33 (+0)
Number of forks: 640
Total Stargazers: 4,303 (+0)
Total Subscribers: 78 (+0)

Issue Activity (beta)

Open issues: 25
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 440 days
Stale 30+ days: 25
Stale 90+ days: 25

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • acked (7)
  • good first issue (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 7.9 hours
Mean response time: 5.2 days
90th percentile: 5.9 days
Tracked items: 76

Most active contributors

Detailed Description

The llama-stack-apps repository contains example applications and agentic components built on top of the Llama Stack APIs, demonstrating how to construct multi-agent systems using Meta's Llama models starting from version 3.1. The repository serves as a practical guide for developers looking to build agentic applications that can perform multi-step reasoning, execute tools, and incorporate safety protections through Llama Guard models.

The core functionality showcased in this repository centers on three primary capabilities. First, applications can break down complex tasks and perform multi-step reasoning processes. Second, they can leverage tools in multiple ways, including built-in tool knowledge where models have inherent understanding of search or code interpreter functionality, and zero-shot tool learning where models can call previously unseen tools using in-context definitions. Third, the applications provide system-level safety protections by integrating Llama Guard models into the inference pipeline.

According to GitGenius activity tracking, the repository maintains active engagement with a median issue and pull request response latency of 7.9 hours across 76 tracked items, though the mean response time extends to 126 hours, indicating some variance in response patterns. The most active contributors tracked by GitGenius are heyjustinai with 47 events, ashwinb with 46 events, and yanxi0830 with 29 events. The repository's issue labels show emphasis on acknowledged items with 7 instances and good first issue designations with 3 instances, suggesting an accessible entry point for new contributors. The repository maintains overlapping contributor relationships with related projects including ogx-ai/ogx, llamastack/llama-stack, and ogx-ai/llama-stack.

The repository is classified across multiple domains including Applications, Examples, LlamaStack, AI, LLMs, Chat, RAG, Search, and Generative AI frameworks, reflecting its broad applicability across different use cases. The getting started workflow requires three main steps: installing prerequisites through Python packages in an isolated conda environment, starting a Llama Stack server that provides API endpoints, and connecting client agentic applications to this server endpoint, typically at localhost:8321.

The repository provides multiple ways to interact with the Llama Stack server. Sample demo scripts allow testing of simple agents, with examples requiring API keys for external services like Tavily Search. The repository includes sample scripts, Jupyter notebooks, and a Gradio-based UI chat interface for user interaction. Additional optional API integrations are available for WolframAlpha and Brave Search through environment variables. The repository also references an Agent Store with additional interaction patterns and provides client SDKs in multiple programming languages including Python, Node.js, Swift, and Kotlin for developers to quickly build applications across different platforms.

The repository emphasizes that all necessary components for agentic applications are provided through a single Llama Stack Distribution, which standardizes and assembles various implementations of required APIs. This unified approach simplifies the development process by eliminating the need to integrate multiple disparate services for inference, safety checking, and tool execution.

llama-stack-apps
by
ogx-aiogx-ai/llama-stack-apps

Repository Details

Fetching additional details & charts...