ランキングに戻る

Shubhamsaboo/awesome-llm-apps

Pythontheunwindai.com

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

llmsragpythonagents
スター成長
スター
125.2k
フォーク
18.5k
週間成長
Issue
1
50k100k
2024年4月2025年1月2025年10月2026年7月
成果物PyPIpip install awesome-llm-apps
README

Unwind AI

Awesome LLM Apps

100+ open-source AI agents, agent skills, and RAG apps. Hand-built, tested end-to-end, Apache-2.0.

Clone it, ship it, sell it - 100% free and open-source

Works with Claude, Gemini, GPT, DeepSeek, Llama, Qwen and other open-source models.

Step-by-step tutorials on Unwind AI · Quick start · Browse all templates

Featured on Trendshift as the #1 repository of the day
Project Graveyard: an agent that autopsies your dead side projects Project Graveyard Insurance Claim Live Agent Team: voice claims settled in real time Insurance Claim Live Agent Team AI Fraud Investigation Agent: public records, cross-examined AI Fraud Investigation Agent
Self-Improving Agent Skills: skills that rewrite themselves against evals Self-Improving Agent Skills AI Home Renovation Agent: photo in, photoreal redesign out AI Home Renovation Agent Always-on HN Briefing Agent: it reads Hacker News while you sleep Always-on HN Briefing Agent

🚀 Run one now

Give your coding agent a new skill in 10 seconds:

npx skills add https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/agent_skills/project-graveyard

Then ask it: "why do I never finish my side projects?"

Or clone and run any 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

📬 New templates drop weekly. Get them in your inbox on Unwind AI.

📂 Browse all templates

🧩 Agent Skills

Give your coding agent new abilities. One command to install, plain English to use. Every skill ships real code and passes a security + eval CI gate. 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.

🚀 Advanced AI Agents

Production-style agents with tools, memory, and multi-step reasoning.

🛰️ Always-on Agents

Background agents that run on schedules or events, monitor changing context, decide what needs attention, and proactively deliver updates, artifacts, or actions.

🤝 Multi-agent Teams

Multiple agents collaborating to accomplish complex, cross-domain tasks.

🗣️ Voice AI Agents

Speech-in, speech-out agents using real-time voice APIs.

🖼️ Generative UI and Agentic Frontends

Agents that render interactive UI components, not just text: forms, cards, charts, editable plans.

🎮 Autonomous Game-Playing Agents

Agents that play games end-to-end: reasoning, strategy, and action.

♾️ MCP AI Agents

Agents that connect to external tools and data via Model Context Protocol.

📀 RAG (Retrieval Augmented Generation)

Retrieval pipelines, from simple chains to agentic and multi-source.

💾 LLM Apps with Memory

Agents and chatbots that remember conversations and user state across sessions.

💬 Chat with X

Turn any data source into a chat interface.

🎯 LLM Optimization Tools

Reduce token usage, context size, and API cost without losing quality.

🔧 LLM Fine-tuning

End-to-end fine-tuning recipes for open-source models.

🧑‍🏫 AI Agent Framework Crash Courses

Deep-dive tutorials on the major agent frameworks.

  • Google ADK Crash Course - Starter agent, structured outputs, tools (built-in, function, third-party, MCP), memory, callbacks, plugins, and multi-agent patterns. Model-agnostic.
  • OpenAI Agents SDK Crash Course - Starter agent, function calling, structured outputs, tools, memory, evaluation, handoffs, swarm orchestration, and routing logic.

Star the repo to get notified when new templates drop.

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

Apache-2.0 · See LICENSE · Fork it, ship it, sell it.

関連リポジトリ
ollama/ollama

Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

GoGo ModulesMIT Licensellamallm
ollama.com
176.5k17k
open-webui/open-webui

User-friendly AI Interface (Supports Ollama, OpenAI API, ...)

PythonPyPIOtherollamaollama-webui
openwebui.com
146.1k21.2k
microsoft/generative-ai-for-beginners

21 Lessons, Get Started Building with Generative AI

Jupyter NotebookMIT Licenseaichatgpt
113.3k60.8k
dair-ai/Prompt-Engineering-Guide

🐙 Guides, papers, lessons, notebooks and resources for prompt engineering, context engineering, RAG, and AI Agents.

MDXMIT Licensedeep-learningprompt-engineering
promptingguide.ai
76.8k8.4k
666ghj/MiroFish

A Simple and Universal Swarm Intelligence Engine, Predicting Anything. 简洁通用的群体智能引擎,预测万物

PythonPyPIGNU Affero General Public License v3.0agent-memoryfinancial-forecasting
mirofish.ai
69k10.8k
unslothai/unsloth

Unsloth is a local UI for training and running Gemma 4, Qwen3.6, DeepSeek, Kimi, GLM and other models.

PythonPyPIApache License 2.0fine-tuningllama
unsloth.ai/docs
68.6k6.2k
crewAIInc/crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

PythonPyPIMIT Licenseagentsai
crewai.com
55.9k7.9k
GokuMohandas/Made-With-ML

Learn how to develop, deploy and iterate on production-grade ML applications.

Jupyter NotebookMIT Licensemachine-learningdeep-learning
madewithml.com
48.8k7.7k
LC044/WeChatMsg

wechatpyqt
41.9k5.2k
666ghj/BettaFish

微舆:人人可用的多Agent舆情分析助手,打破信息茧房,还原舆情原貌,预测未来走向,辅助决策!从0实现,不依赖任何框架。

PythonPyPIGNU General Public License v2.0agent-frameworkdata-analysis
deepwiki.com/666ghj/BettaFish
41.8k7.6k
patchy631/ai-engineering-hub

In-depth tutorials on LLMs, RAGs and real-world AI agent applications.

Jupyter NotebookMIT Licenseagentsai
join.dailydoseofds.com
36.6k6.1k
microsoft/graphrag

A modular graph-based Retrieval-Augmented Generation (RAG) system

PythonPyPIMIT Licensegraphragrag
microsoft.github.io/graphrag/
34.6k3.6k