Unwind AI


🌟 Awesome LLM Apps

A curated collection of Awesome LLM apps built with RAG, AI Agents, Multi-agent Teams, MCP, Voice Agents, and more. This repository features LLM apps that use models from openai logoOpenAI , anthropic logoAnthropic, google logoGoogle, X logoxAI and open-source models like alibaba logoQwen or meta logoLlama that you can run locally on your computer.

🤔 Why Awesome LLM Apps?

  • 💡 Discover practical and creative ways LLMs can be applied across different domains, from code repositories to email inboxes and more.
  • 🔥 Explore apps that combine LLMs from OpenAI, Anthropic, Gemini, and open-source alternatives with AI Agents, Agent Teams, MCP & RAG.
  • 🎓 Learn from well-documented projects and contribute to the growing open-source ecosystem of LLM-powered applications.

📂 Featured AI Projects

AI Agents

🌱 Starter AI Agents

🚀 Advanced AI Agents

🎮 Autonomous Game Playing Agents

🤝 Multi-agent Teams

🗣️ Voice AI Agents

mcp logo MCP AI Agents

📀 RAG (Retrieval Augmented Generation)

💾 LLM Apps with Memory Tutorials

💬 Chat with X Tutorials

🎯 LLM Optimization Tools

🔧 LLM Fine-tuning Tutorials

🧑‍🏫 AI Agent Framework Crash Course

google logo Google ADK Crash Course

  • Starter agent; model‑agnostic (OpenAI, Claude)
  • Structured outputs (Pydantic)
  • Tools: built‑in, function, third‑party, MCP tools
  • Memory; callbacks; Plugins
  • Simple multi‑agent; Multi‑agent patterns

openai logo OpenAI Agents SDK Crash Course

  • Starter agent; function calling; structured outputs
  • Tools: built‑in, function, third‑party integrations
  • Memory; callbacks; evaluation
  • Multi‑agent patterns; agent handoffs
  • Swarm orchestration; routing logic