awesome-llm-apps
本项目是汇集100+经过端到端测试的开源AI智能体、智能体技能与RAG(检索增强生成)应用的模板集合,支持多种主流大模型。
这个项目值得继续研究吗?
本项目是汇集100+经过端到端测试的开源AI智能体、智能体技能与RAG(检索增强生成)应用的模板集合,支持多种主流大模型。
- 解决什么问题
- 企业落地AI智能体、知识库问答等大模型应用时,从零开发周期长、试错成本高,缺乏经过验证的场景化可复用模板,跨不同大模型适配的额外成本也较高。
- 适合什么团队
- 适合有AI应用落地需求的企业业务团队、AI开发团队,用于快速验证大模型场景价值、搭建原型或上线轻量AI应用。
- 使用前注意
- 项目采用Apache-2.0许可,可自由修改商用;部分模板需自备对应大模型API密钥使用,目前处于活跃维护状态,每周新增模板。
本页用于缩短初步筛选时间,不构成技术、采购或法律结论。 正式使用前请在真实业务数据上验证,并以官方说明与许可证为准。
从官方资料看清能力、部署与采用边界
以下内容依据项目公开 README 或模型卡翻译整理,代码、命令和产品名保持原样。
项目定位
awesome-llm-apps是由Unwind AI出品的开源大模型应用模板集合,累计收录100+经过端到端测试的AI Agent(智能体,指具备自主感知、决策、执行能力的自动化大模型应用)、智能体技能与RAG(检索增强生成,一种让大模型调用自有知识库内容、提升回答准确性的技术)应用,采用Apache-2.0开源许可,可免费克隆、部署、商用,支持Claude、Gemini、GPT、DeepSeek、Llama、Qwen等所有主流大模型。
核心能力覆盖场景
项目按使用场景和复杂度分为5大类模板,覆盖绝大多数常见大模型落地需求:
- 智能体技能:可直接给Claude Code、Codex、Cursor等编码智能体加装的扩展能力,所有技能均通过安全与效果校验,单命令即可安装。典型能力包括:废弃项目复盘、代码范围溢出检测、依赖健康度检查、智能体技能自优化等。
- 入门智能体:单文件即可运行的轻量智能体,仅需对应大模型API密钥即可启动,适合快速验证场景价值。典型场景包括:博客转播客、CSV/Excel数据问答、旅行行程生成、网页信息抓取、实时股票分析等。
- 进阶生产级智能体:具备工具调用、记忆、多步推理能力的成熟智能体,可直接用于生产环境或二次开发。典型场景包括:家装方案生成(上传房屋照片即可输出装修方案与渲染图)、投前尽调、欺诈信息核查、市场竞品分析、销售战报生成、会议准备简报等。
- 常驻运行智能体:可按计划或事件触发的后台运行智能体,自动监控信息变化并主动推送结果。典型场景包括:行业资讯每日推送、依赖包版本更新预警等。
- 多智能体团队:多个不同定位的智能体协作完成复杂跨领域任务,比如保险理赔实时处理团队、心理健康支持团队等。
典型使用方式
项目提供两种快速启用方式,无需从零开发:
- 给现有编码智能体加装技能,仅需10秒即可完成:
npx skills add https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/agent_skills/project-graveyard- 克隆仓库独立运行单个智能体,30秒即可启动:
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部署要求
项目模板均基于Python开发,入门级模板仅需普通Python环境、安装对应依赖、配置大模型API密钥即可运行,无需额外复杂的中间件或硬件资源;生产级模板可根据业务需求调整部署架构,支持本地运行与云端部署两种模式。
项目维护状态
项目2024年4月创建,目前处于活跃维护状态,未归档,Issue功能开放,每周新增模板,官方提供分步教程可在Unwind AI官网查阅。
许可证与采用建议
项目采用Apache-2.0开源许可,允许自由修改、商用、二次分发,无需开源二次开发后的代码。建议有大模型落地需求的企业优先基于对应场景的模板验证需求,再根据业务特性做定制化开发,可大幅降低研发成本与试错周期。
官方资料与来源
- agents
- llms
- python
- rag







核对上游原始说明节选
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
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
Project Graveyard Insurance Claim Live Agent Team AI Fraud Investigation Agent Self-Improving Agent Skills AI Home Renovation Agent 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-graveyardThen 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.
🙏 Thanks to our sponsors
Vorflux Become a Sponsor
📂 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 →
- ⚰️ Project Graveyard - Finds every side project you abandoned, tells you why each one died, and helps you finish the one worth going back to
- 🔭 Scope Creep Detector - Checks whether a diff grew beyond its stated intent and recommends what to keep, split, or justify
- 🏺 Commit Archaeologist - Reconstructs why a file or code region exists from its introducing commit, later edits, co-changes, and intent clues
- 🩺 Dependency Doctor - Checks a dependency manifest for standard-library pins, obsolete backports, unpinned entries, duplicate constraints, and yanked releases
- 🧠 Advisor Orchestrator Worker - Meta Loop with Claude Fable 5 as advisor, GPT-5.6 as orchestrator, and Gemini 3.7 Flash as worker
- ♾️ Self-Improving Agent Skills - Automatically optimize agent skills using Gemini and ADK
🌱 Starter AI Agents
Single-file agents that run with just an API key - a great place to start.
- 🎙️ AI Blog to Podcast Agent - Turn any blog URL into a narrated podcast episode
- ❤️🩹 AI Breakup Recovery Agent - An agent team that talks you through the post-breakup spiral
- 📊 AI Data Analysis Agent - Ask questions of any CSV or Excel file in plain English
- 🩻 AI Medical Imaging Agent - Diagnostic analysis of X-rays and scans with Gemini
- 😂 AI Meme Generator Agent (Browser) - Makes memes by driving a real browser, not an image API
- 🎵 AI Music Generator Agent - Prompt in, MP3 track out
- 🛫 AI Travel Agent (Local & Cloud) - Personalized day-by-day travel itineraries
- ✨ Gemini Multimodal Agent - Video analysis plus web search in one agent
- 🔄 Mixture of Agents - Multiple LLMs answer, one aggregates the best response
- 📊 xAI Finance Agent - Real-time stock analysis powered by Grok
- 🔍 OpenAI Research Agent - Multi-agent topic research with the OpenAI Agents SDK
- 🕸️ Web Scraping AI Agent - Describe what to extract and the agent scrapes it
🚀 Advanced AI Agents
Production-style agents with tools, memory, and multi-step reasoning.
- 🏚️ 🍌 AI Home Renovation Agent with Nano Banana Pro - Photos of your space in, renovation plan and photorealistic renders out
- 🧠 DevPulse AI - Multi-Agent Signal Intelligence - Aggregates and scores technical signals into a daily intelligence digest
- 🔍 AI Deep Research Agent - Comprehensive web research with the OpenAI Agents SDK and Firecrawl
- 📊 AI VC Due Diligence Agent Team - Multi-agent startup investment analysis with Gemini 3
- 🔬 AI Research Planner & Executor (Google Interactions API) - Multi-phase research with stateful conversations and auto-generated infographics
- 🤝 AI Consultant Agent - Market analysis and strategy recommendations with live web research
- 🏗️ AI System Architect Agent - Architecture reviews using DeepSeek R1 reasoning plus Claude
- 💰 AI Financial Coach Agent - Personalized budget, debt, and savings analysis
- 🎬 AI Movie Production Agent - Script drafts and casting ideas from a one-line movie concept
- 📈 AI Investment Agent - Stock comparison reports built on Yahoo Finance data
- 📡 Earnings Call Analyst Agent - Turns YouTube earnings calls into a playback-synced analyst workspace
- 🏋️♂️ AI Health & Fitness Agent - Tailored diet and workout plans from your goals
- 🚀 AI Product Launch Intelligence Agent - Go-to-market intelligence on competitor launches
- 🔍 AI Fraud Investigation Agent - Cross-references public records to flag facilities that don't add up
- 🗞️ AI Journalist Agent - Researches, writes, and edits articles on any topic
- 🧠 AI Mental Wellbeing Agent - A coordinated agent team for mental health support plans
🛰️ 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.
- 📰 Always-on Hacker News Briefing Agent - A scheduled scout that ships a ranked daily brief to Slack or email
- 📡 Release Radar Agent - Watches dependency releases and briefs you on breaking, deprecated, security, and major-version changes
🤝 Multi-agent Teams
Multiple agents collaborating to accomplish complex, cross-domain tasks.
- [🧲 AI Competitor Intelligence Age
上游文档较长,此处为节选。完整内容见官方项目。