Awesome LLM Apps

Active
GitHub Python Apache-2.0

Description

100+ AI Agent and RAG apps you can actually run — clone, customize, and ship. A great reference for quickly building LLM-powered applications.

Key Features

  • 100+ runnable templates — Original, end-to-end tested projects, not a curated link collection
  • 14 categories — AI Agents, Multi-agent, MCP Agents, Voice AI, RAG, Agent Skills, Fine-tuning, and more
  • Multi-model compatible — Supports Claude, Gemini, OpenAI, xAI, Qwen, Llama with config-only switching
  • 3-command startup — Every template guaranteed to run with git clone + pip install + launch command
  • Step-by-step tutorials — Free detailed walkthroughs on Unwind AI for each featured template
  • Apache-2.0 license — Free to fork, commercialize, and distribute with no paywall or restrictions

Use Cases

💡 Rapid prototyping by forking an agent template and modifying business logic to ship your own LLM app
💡 Learn best practices in RAG, multi-agent, and voice AI through complete, working code implementations
💡 Use as a starting framework for team AI projects to avoid building RAG pipelines and agent loops from scratch
💡 Facilitate tech sharing and training using companion tutorials to help team members master LLM app development
💡 Compare different LLM performance on the same template to inform model selection decisions

Quick Start

# Clone the repo
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd awesome-llm-apps/starter_ai_agents/ai_travel_agent

# Install deps and launch
pip install -r requirements.txt
streamlit run travel_agent.py

Related Projects