100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source. https://www.theunwindai.com
  • Python 46.2%
  • JavaScript 30.3%
  • TypeScript 17.5%
  • HTML 3.7%
  • CSS 2%
  • Other 0.1%
Find a file
Shubham Saboo 9f1f80a584
Merge pull request #1022 from thejesh23/fix/single-agent-apps-batch
Fix GTM email campaign success-report + journalist agno 2.x Team API
2026-07-30 18:19:04 -07:00
.github/workflows rename: awesome_agent_skills -> agent_skills, matches repo naming convention 2026-07-08 21:40:35 -07:00
advanced_ai_agents Merge pull request #1022 from thejesh23/fix/single-agent-apps-batch 2026-07-30 18:19:04 -07:00
advanced_llm_apps fix: guard against empty choices and None message in memory tutorial apps 2026-07-06 23:10:25 +05:30
agent_skills Merge pull request #1026 from thejesh23/fix/agent-skills-graveyard-redact 2026-07-30 18:18:07 -07:00
ai_agent_framework_crash_course Fix three crash-course example scripts that crash on run (#1014) 2026-07-23 01:12:01 -07:00
always_on_agents Fix release_radar version extraction and customer-support voice model (#1020) 2026-07-23 01:12:10 -07:00
docs readme: swap gallery to the unified banner set 2026-07-13 22:44:35 -07:00
generative_ui_agents docs: trim boilerplate from generative UI agent READMEs 2026-06-12 21:52:05 -07:00
mcp_ai_agents mcp_ai_agents/multi_mcp_agent/requirements.txt:add sqlalchemy (#989) 2026-07-18 17:39:40 -07:00
rag_tutorials Fix vision_rag cohere .float field and deepseek agno 2.x migration 2026-07-22 20:20:47 -07:00
starter_ai_agents Fix AI travel agent setup path 2026-07-20 19:08:31 +08:00
voice_ai_agents Fix release_radar version extraction and customer-support voice model (#1020) 2026-07-23 01:12:10 -07:00
.gitignore Add multimodal agentic RAG demo 2026-05-03 23:34:55 -07:00
LICENSE Update LICENSE 2024-11-04 19:31:10 -06:00
README.md spelling correction: Fable 2026-07-19 08:02:56 -04:00

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.