Awesome LLM Apps: A Repository of 100+ Open-Source AI Agents and RAG Apps

A repository featuring over 100 open-source AI agents, RAG applications, and agent skills ready for cloning and deployment. Supports various LLMs and released u

tau · September 12, 2026

#llm #ai-agents #rag #opensource

Awesome LLM Apps: A Repository of 100+ Open-Source AI Agents and RAG Apps

As LLM-based application development accelerates, demand has spiked for proven agent architectures and robust RAG (Retrieval-Augmented Generation) implementations. The 'Awesome LLM Apps' repository, maintained by developer Shubham Saboo, aggregates over 100 open-source AI agents, agent skills, and RAG applications to address this need.

GitHub repository dashboard featuring code for various AI agents and RAG applications

Image source: Shubham Saboo

Key Features and Use Cases

This repository goes beyond simple code snippets; it provides production-ready, practical applications that can be cloned and deployed immediately after basic configuration (such as API key registration).

  • Diverse Model Compatibility: Designed to be compatible with a wide range of proprietary and open-source models, including Claude, Gemini, GPT series, DeepSeek, Llama, and Qwen.
  • Open-Source License: All content is released under the Apache-2.0 license, allowing developers the freedom to utilize, modify, and extend the code in commercial projects without restriction.
  • Practical RAG and Agent Implementations: Includes ready-to-run RAG pipelines and various agent skills capable of performing specific tasks, significantly reducing prototyping time.

Considerations for Developers

Each application has distinct requirements regarding environment variables, model providers, and API key specifications. Developers should always check the README file within each folder after cloning the repository to configure necessary dependencies.

For developers starting out with LLM-based agent development or seeking references for RAG pipeline construction, this repository serves as an invaluable resource.

Sources