Repository iconcurepo.dev
awesome-llm-apps preview

Shubhamsaboo / awesome-llm-apps

agentsllmspythonrag

100+ AI Agent & RAG apps you can actually run — clone, customize, ship.

119.2k Stars
visibility1.2k Watchers
fork_right17.7k Forks
Python
historyUpdated recently

description README.md

Unwind AI

LinkedIn X / Twitter

Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文


🌟 Awesome LLM Apps

100+ AI Agent & RAG apps you can actually run — clone, customize, ship.
AI Agents · Always-on Agents · Multi-agent Teams · MCP Agents · RAG · Voice Agents · Agent Skills · Fine-tuning

Free step-by-step tutorials on Unwind AI
Works with Claude · Gemini · OpenAI · xAI · Qwen · Llama

Stars Forks Contributors License Last Commit

  🚀 Quick Start     📂 Browse Templates     📚 Step-by-Step Tutorials  

Featured on Trendshift

💡 Why this exists

You shouldn't have to rebuild the same RAG pipeline, agent loop, or MCP integration from scratch every time you start a new LLM project.

Awesome LLM Apps is a cookbook of ready-to-run templates - starter code you can fork, customize, and ship as a production LLM app. Every template here is self-contained with full source code, not collected from elsewhere.

  • 🛠️ Hand-built, not curated - every template is original work, tested end-to-end before it ships.
  • 🧪 Runs in 3 commands - no broken requirements.txt, no "figure it out yourself" scaffolding.
  • 🧠 Covers the modern AI stack - AI Agents, Always-on Agents, Multi-agent Teams, MCP Agents, Voice AI Agents, RAG, Agent Skills, Fine-tuning.
  • 🌐 Provider-agnostic - switch between Claude, Gemini, GPT, Llama, Qwen, xAI and others with a config change.
  • 📚 Step-by-step tutorials - every featured template has a free walkthrough on Unwind AI.
  • 💸 Apache-2.0 - fork it, ship it, sell it. No paywall, no signup, no telemetry.

If this saves you time, star the repo - that's how the next developer discovers it.

🚀 Quick Start

Run your first agent in 30 seconds:

git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd awesome-llm-apps/starter_ai_agents/ai_travel_agent
pip install -r requirements.txt
streamlit run travel_agent.py

🔥 Featured This Month

TemplateWhat it doesStack
⚰️ Project Graveyard SkillFinds your dead side projects, tells you why each one died, and helps you finish the one worth going back toAgent Skill · Runs locally
📰 Always-on Hacker News Briefing AgentScheduled Hacker News scout that filters AI agent and LLM app signals into a delivery-ready daily briefADK + Agent Runtime
🛡️ Insurance Claim Live Agent TeamReal-time voice claim intake with Gemini Live and ADKVoice + ADK
🏠 Home Renovation AgentPhoto → AI redesign with Nano Banana ProVision + Multi-agent
♾️ Self-Improving Agent SkillsAutomatically optimize agent skills using Gemini and ADKAgent Skills + ADK

📬 Subscribe on Unwind AI to get new template drops + tutorials in your inbox.

📑 Table of Contents

15 categories · Click to expand

📂 Featured AI Projects

🧩 Agent Skills

Give your coding agent new abilities. One command to install, plain English to use. Works with Claude Code, Codex, Cursor, and other coding agents. Browse all skills →

🌱 Starter AI Agents

Single-file agents that run with just an API key - a great place to start.