Categories

About 100 results · 431 indexed

  1. RAG Failure Diagnostics Clinic
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/rag_failure_diagnostics_clinic/README.md

    A small, framework-agnostic RAG failure diagnostics clinic.

  2. RAG Agent with Cohere ⌘R
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/rag_agent_cohere/README.md

    A RAG Agentic system built with Cohere's new model Command-r7b-12-2024, Qdrant for vector storage, Langchain for RAG and LangGraph for orchestration. This application allows users to upload documents, ask questions about them, and get AI-powered responses with fallback to web search when needed.

  3. Multimodal Agentic RAG
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/multimodal_agentic_rag/README.md

    This is a multimodal RAG app built with Gemini Embedding 2 and Google ADK. Add text, URLs, PDFs, images, audio, or video; ask a question; and get a grounded answer with clear citations.

  4. Contextual AI RAG Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/contextualai_rag_agent/README.md

    A Streamlit app that integrates Contextual AI's managed RAG platform. Create a datastore, ingest documents, spin up an agent, and chat grounded on your data.

  5. 🔄 Corrective RAG Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/corrective_rag/README.md

    A sophisticated Retrieval-Augmented Generation (RAG) system that implements a corrective multi-stage workflow using LangGraph. This system combines document retrieval, relevance grading, query transformation, and web search to provide comprehensive and accurate responses.

  6. 🔍 Knowledge Graph RAG with Verifiable Citations
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/knowledge_graph_rag_citations/README.md

    A Streamlit application demonstrating how Knowledge Graph-based Retrieval-Augmented Generation (RAG) provides multi-hop reasoning with fully verifiable source attribution.

  7. Vision RAG with Cohere Embed-4 🖼️
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/vision_rag/README.md

    A powerful visual Retrieval-Augmented Generation (RAG) system that utilizes Cohere's state-of-the-art Embed-4 model for multimodal embedding and Google's efficient Gemini 2.5 Flash model for answering questions about images and PDF pages.

  8. 👀 RAG App with Hybrid Search
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/hybrid_search_rag/README.md

    A powerful document Q&A application that leverages Hybrid Search (RAG) and Claude's advanced language capabilities to provide comprehensive answers. Built with RAGLite for robust document processing and retrieval, and Streamlit for an intuitive chat interface, this system seamlessly combines documen

  9. 🖥️ Local RAG App with Hybrid Search
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/local_hybrid_search_rag/README.md

    A powerful document Q&A application that leverages Hybrid Search (RAG) and local LLMs for comprehensive answers. Built with RAGLite for robust document processing and retrieval, and Streamlit for an intuitive chat interface, this system combines document-specific knowledge with local LLM capabilitie

  10. 🐋 Qwen 3 Local RAG Reasoning Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/qwen_local_rag/README.md

    This RAG Application demonstrates how to build a powerful Retrieval-Augmented Generation (RAG) system using locally running Qwen 3 and Gemma 3 models via Ollama. It combines document processing, vector search, and web search capabilities to provide accurate, context-aware responses to user queries.

  11. 🤔 Agentic RAG with Gemini Flash Thinking
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/gemini_agentic_rag/README.md

    A RAG Agentic system built with the new Gemini 2.0 Flash Thinking model and gemini-exp-1206, Qdrant for vector storage, and Agno (phidata prev) for agent orchestration. This application features intelligent query rewriting, document processing, and web search fallback capabilities to provide compreh

  12. 🧠 Math Tutor Agent – Agentic RAG with Feedback Loop
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/agentic_rag_math_agent/README.md

    This project implements an Agentic-RAG architecture to simulate a math professor that solves JEE-level math questions with step-by-step explanations. The system smartly routes queries between a vector database and web search, applies input/output guardrails, and incorporates human feedback for conti

  13. 🧐 Agentic RAG with Reasoning
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/agentic_rag_with_reasoning/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  14. 🧠 Agentic RAG with GPT-5
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/agentic_rag_gpt5/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  15. 🐋 Deepseek Local RAG Reasoning Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/deepseek_local_rag_agent/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  16. 📠 RAG Agent with Database Routing
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/rag_database_routing/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  17. Typed Agentic RAG with Pydantic AI
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/agentic_typed_rag_pydanticai/README.md

    This Streamlit app answers questions from uploaded PDFs or a documentation URL. Every response is a validated Answer object with exact source quotes, chunk IDs, a confidence score, and an answered decision. If retrieval is too weak, the app

  18. 🤖 AutoRAG: Autonomous RAG with GPT-4o and Vector Database
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/autonomous_rag/README.md

    🎓 FREE Step-by-Step Tutorial

  19. Agentic RAG with LangGraph: AI Blog Search
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/ai_blog_search/README.md

    AI Blog Search is an Agentic RAG application designed to enhance information retrieval from AI-related blog posts. This system leverages LangChain, LangGraph, and Google's Gemini model to fetch, process, and analyze blog content, providing users with accurate and contextually relevant answers.

  20. 🛡️ Life Insurance Coverage Advisor Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/starter_ai_agents/ai_life_insurance_advisor_agent/README.md

    A Streamlit application that helps users estimate the amount of term life insurance they may need and surfaces currently available policy options. The app is powered by the Agno agent framework, uses OpenAI GPT-5 as the LLM, the E2B sandbox for deterministic coverage calculations, and Firecrawl for

  21. README
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/llama3.1_local_rag/README.md

    Streamlit app that allows you to chat with any webpage using local Llama-3.1 and Retrieval Augmented Generation (RAG). This app runs entirely on your computer, making it 100% free and without the need for an internet connection.

  22. README
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/rag-as-a-service/README.md

    Build and deploy a production-ready Retrieval-Augmented Generation (RAG) service using Claude 3.5 Sonnet and Ragie.ai. This implementation allows you to create a document querying system with a user-friendly Streamlit interface in less than 50 lines of Python code.

  23. README
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/agentic_rag_embedding_gemma/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  24. README
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/local_rag_agent/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  25. README
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/voice_ai_agents/voice_rag_openaisdk/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  26. PharmaQuery
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/rag_chain/README.md

    PharmaQuery is an advanced Pharmaceutical Insight Retrieval System designed to help users gain meaningful insights from research papers and documents in the pharmaceutical domain.

  27. OpenAI Researcher Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/starter_ai_agents/openai_research_agent/README.md

    A multi-agent research application built with OpenAI's Agents SDK and Streamlit. This application enables users to conduct comprehensive research on any topic by leveraging multiple specialized AI agents.

  28. test-engineer
    github.com/addyosmani/agent-skills/blob/main/agents/test-engineer.md

    QA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.

  29. deprecation-and-migration
    github.com/addyosmani/agent-skills/blob/main/skills/deprecation-and-migration/SKILL.md

    Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

  30. using-agent-skills
    github.com/addyosmani/agent-skills/blob/main/skills/using-agent-skills/SKILL.md

    Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

  31. advisor-orchestrator-worker
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/agent_skills/advisor-orchestrator-worker/SKILL.md

    >-

  32. project-graveyard
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/agent_skills/project-graveyard/SKILL.md

    >-

  33. README
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/starter_ai_agents/ai_reasoning_agent/README.md

    The AI Reasoning Agent leverages advanced AI models to provide insightful reasoning and decision-making capabilities. This agent is designed to assist users in various analytical tasks by processing information and generating structured outputs.

  34. agent-skills
    github.com/addyosmani/agent-skills/blob/main/CLAUDE.md

    This is the agent-skills project — a collection of production-grade engineering skills for AI coding agents.

  35. AGENTS.md
    github.com/addyosmani/agent-skills/blob/main/AGENTS.md

    This file provides guidance to AI coding agents (Claude Code, Cursor, Copilot, Antigravity, etc.) when working with code in this repository.

  36. Kraken
    getdesign.md/kraken/design-md

    Crypto trading platform. Purple-accented dark UI, data-dense dashboards

  37. Raycast
    getdesign.md/raycast/design-md

    Productivity launcher. Sleek dark chrome, vibrant gradient accents

  38. VoltAgent
    getdesign.md/voltagent/design-md

    AI agent framework. Void-black canvas, emerald accent, terminal-native

  39. Ferrari
    getdesign.md/ferrari/design-md

    Luxury automotive. Chiaroscuro black-white editorial, Ferrari Red with extreme sparseness

  40. Lamborghini
    getdesign.md/lamborghini/design-md

    Luxury automotive. True black cathedral, gold accent, LamboType custom Neo-Grotesk

  41. Conversation Management
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/4_running_agents/4_2_conversation_management/README.md

    Demonstrates manual conversation threading with to_input_list() and automatic management with Sessions.

  42. Memory Operations
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/7_sessions/7_2_memory_operations/README.md

    Demonstrates advanced session memory operations including item manipulation, conversation corrections, and session management.

  43. Parallel Execution
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/9_multi_agent_orchestration/9_1_parallel_execution/README.md

    Demonstrates running multiple agents simultaneously using asyncio.gather() for improved performance and quality through diversity.

  44. Agent Skills
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/README.md

    This directory contains AI coding assistant skills for building MCP servers with the mcp-use framework.

  45. Custom Tracing
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/10_tracing_observability/10_2_custom_tracing/README.md

    Demonstrates advanced tracing patterns including custom traces, spans, and workflow organization for complex multi-agent systems.

  46. Default Tracing
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/10_tracing_observability/10_1_default_tracing/README.md

    Demonstrates the built-in automatic tracing system that captures all agent workflow events without any setup required.

  47. ✈️ TripCraft AI
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/ai_travel_planner_agent_team/README.md

    Your journey, perfectly crafted with intelligence.

  48. Login regression report
    github.com/addyosmani/agent-skills/blob/main/evals/fixtures/using-agent-skills/incident.md

    The login page began returning HTTP 500 after yesterday's deployment. The request reaches the authentication callback, then fails before a session cookie is written. There is no confirmed root cause yet. The user asked for help

  49. security-and-hardening
    github.com/addyosmani/agent-skills/blob/main/skills/security-and-hardening/SKILL.md

    Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

  50. Agents as Tools
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/3_tool_using_agent/3_3_agents_as_tools/README.md

    Demonstrates advanced orchestration patterns where agents are used as tools by other agents.

  51. Product Review Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/2_structured_output_agent/2_2_product_review_agent/README.md

    A complex structured output agent demonstrating advanced Pydantic schemas for product review analysis.

  52. Support Ticket Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/2_structured_output_agent/2_1_support_ticket_agent/README.md

    A structured output agent demonstrating Pydantic schema-based responses for customer support ticket creation.

  53. 🧩 Agent Skills
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/agent_skills/README.md

    Drop-in skills for Claude Code, Codex, Cursor, OpenClaw, Hermes, Antigravity, and any SKILL.md-compatible agent.

  54. Agent Skills
    github.com/addyosmani/agent-skills/blob/main/README.md

    Production-grade engineering skills for AI coding agents.

  55. Agents as Tools
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/9_multi_agent_orchestration/9_2_agents_as_tools/README.md

    Demonstrates advanced orchestration patterns where specialized agents are used as function tools by orchestrator agents.

  56. Personal Assistant Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/1_starter_agent/1_personal_assistant_agent/README.md

    A basic personal assistant agent demonstrating the fundamental concepts of agent creation with the OpenAI Agents SDK.

  57. Framer
    getdesign.md/framer/design-md

    Website builder. Bold black and blue, motion-first, design-forward

  58. Multi-MCP Agent Router
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/mcp_ai_agents/multi_mcp_agent_router/README.md

    A Streamlit app that demonstrates the multi-agent + MCP pattern: specialized AI agents that each connect to different MCP servers to handle domain-specific tasks.

  59. 🔗 Third-party Tools
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/4_tool_using_agent/4_3_thirdparty_tools/README.md

    Third-party tools allow you to integrate existing tool ecosystems from frameworks like LangChain, CrewAI, and others. This dramatically expands your agent's capabilities by leveraging battle-tested tools from the broader AI community.

  60. 6.1 Agent Lifecycle Callbacks
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/6_callbacks/6_1_agent_lifecycle_callbacks/README.md

    This tutorial demonstrates how to use before_agent_callback and after_agent_callback to monitor agent execution lifecycle.

  61. 6.2 LLM Interaction Callbacks
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/6_callbacks/6_2_llm_interaction_callbacks/README.md

    This tutorial demonstrates how to use before_model_callback and after_model_callback to monitor LLM requests and responses.

  62. AG2 Adaptive Research Team
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/ag2_adaptive_research_team/README.md

    A Streamlit app that blends agent teamwork with agent-enabled routing and fallback, built entirely on AG2.

  63. 🧠 Advisor Orchestrator Worker
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/agent_skills/advisor-orchestrator-worker/README.md

    One model is a bottleneck. A team with one brain, twenty hands, and a board advisor is not.

  64. 🖼️ Generative UI and Agentic Frontends
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/generative_ui_agents/README.md

    Agents that render UI — not just text.

  65. 🌍 AQI Analysis Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/ai_aqi_analysis_agent/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  66. 🐙 GitHub MCP Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/mcp_ai_agents/github_mcp_agent/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  67. 📑 Notion MCP Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/mcp_ai_agents/notion_mcp_agent/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  68. Orchestration Patterns
    github.com/addyosmani/agent-skills/blob/main/references/orchestration-patterns.md

    Reference catalog of agent orchestration patterns this repo endorses, plus anti-patterns to avoid. Read this before adding a new slash command that coordinates multiple personas, or before introducing a new persona that "wraps" existing ones.

  69. README
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_llm_apps/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/README.md

    This Streamlit application implements a fully local ChatGPT-like experience using Llama 3.1, featuring personalized memory storage for each user. All components, including the language model, embeddings, and vector store, run locally without requiring external API keys.

  70. 🧬 Self-Evolving AI Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/ai_self_evolving_agent/README.md

    A multi-agent app built on EvoAgentX that turns a single natural-language goal into a working program. It automatically generates a multi-agent workflow, executes it to produce code, then verifies and repairs that code

  71. AI Speech Trainer Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/ai_speech_trainer_agent/README.md

    AI Speech Trainer is an AI-powered multi-agent, multimodal public speaking coach that listens to how you speak, watches how you express, and evaluates what you say - helping you become a confident public speaker.

  72. AI Services Agency 👨‍💼
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/ai_services_agency/README.md

    An AI application that simulates a full-service digital agency using multiple AI agents to analyze and plan software projects. Each agent represents a different role in the project lifecycle, from strategic planning to technical implementation.

  73. 🦉 Beifong: Your Junk-Free, Personalized Information and Podcasts
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/ai_news_and_podcast_agents/readme.md

    !image

  74. AI Financial Coach Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/generative_ui_agents/ai-financial-coach-agent/README.md

    A multi-agent financial coach that analyzes your budget, plans your savings, and builds debt-payoff strategies — rendered as interactive UI cards in a separate report tab. Built with CopilotKit, AG-UI, and Google's ADK on top of Next.js.

  75. Generative UI Starter Project
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/generative_ui_agents/generative-ui-starter-project/README.md

    A chat-driven kanban board where you and the agent work the same task list. Built with CopilotKit, AG-UI, and LangGraph on top of Next.js. Also doubles as a starter for declarative gen UI via A2UI (flight-search example included).

  76. The Verge
    getdesign.md/theverge/design-md

    Tech editorial media. Acid-mint and ultraviolet accents, Manuka display type

  77. 📡 Release Radar Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/always_on_agents/release_radar_agent/README.md

    Release Radar is an always-on dependency briefing agent built with Google ADK. It reads requirements.txt or package.json, checks mapped dependencies against GitHub releases, and reports only changes that need attention: breaking changes, deprecations, security fixes, yanked releases, and major-versi

  78. README
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_llm_apps/chat_with_X_tutorials/chat_with_research_papers/README.md

    This Streamlit app enables you to engage in interactive conversations with arXiv, a vast repository of scholarly articles, using GPT-4o. With this RAG application, you can easily access and explore the wealth of knowledge contained within arXiv.

  79. README
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_llm_apps/chat_with_X_tutorials/chat_with_substack/README.md

    Streamlit app that allows you to chat with a Substack newsletter using OpenAI's API and the Embedchain library. This app leverages GPT-4 to provide accurate answers to questions based on the content of the specified Substack newsletter.

  80. AI Deep Research Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/generative_ui_agents/ai-deep-research-agent/README.md

    A deep research assistant that plans, searches the web, writes to a virtual filesystem, and renders each tool call as a live card in a workspace pane. Built with CopilotKit, Deep Agents, AG-UI, and Tavily on top of Next.js + LangGraph (Python).

  81. ♾️ Self-Improving Agent Skills
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/agent_skills/self-improving-agent-skills/README.md

    Automatically optimize your agent skills using a multi-agent system built with Google ADK (Agent Development Kit) and Gemini. Upload a skill, let the agents generate test scenarios and evaluation criteria, then watch as three specialized ADK agents collaborate to improve your skill through iterative

  82. README
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_llm_apps/chat_with_X_tutorials/chat_with_github/README.md

    LLM app with RAG to chat with GitHub Repo in just 30 lines of Python Code. The app uses Retrieval Augmented Generation (RAG) to provide accurate answers to questions based on the content of the specified GitHub repository.

  83. Multi-Agent Web Research System (YAML-based)
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/adk_yaml_examples/multi_agent_web_research_team/README.md

    A sophisticated multi-agent system built with Google ADK that uses Firecrawl MCP tools for web scraping and coordinates between specialized research and summary agents.

  84. 🎙️ Customer Support Voice Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/voice_ai_agents/customer_support_voice_agent/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  85. 👨‍⚖️ AI Legal Agent Team
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/ai_legal_agent_team/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  86. 👨‍🏫 AI Teaching Agent Team
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/ai_teaching_agent_team/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  87. 💔 Breakup Recovery Agent Team
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/starter_ai_agents/ai_breakup_recovery_agent/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  88. 📊 AI Data Analysis Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/starter_ai_agents/ai_data_analysis_agent/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  89. 📊 AI Data Visualization Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/starter_ai_agents/ai_data_visualisation_agent/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  90. 🕷️ Web Scraping AI Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/starter_ai_agents/web_scraping_ai_agent/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  91. Multimodal AI Design Agent Team
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_design_agent_team/README.md

    👉 Click here to follow our complete step-by-step tutorial and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.

  92. 🎼 Tutorial 9: Multi-Agent Orchestration
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/9_multi_agent_orchestration/README.md

    Master complex multi-agent workflows! This tutorial teaches you how to coordinate multiple agents using parallel execution, agents-as-tools patterns, and advanced orchestration techniques for building sophisticated AI systems.

  93. TripCraft AI - Agent Architecture
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/ai_travel_planner_agent_team/backend/agents/README.md

    TripCraft AI uses a sophisticated multi-agent system powered by Agno to create personalized travel experiences. This document explains the different agents and their roles in the system.

  94. 🎯 Tutorial 2: Model-Agnostic Agent
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/2_model_agnostic_agent/README.md

    Learn how to create agents that work with different AI models using OpenRouter. This example shows how ADK can use OpenAI and Anthropic models through separate agent implementations.

  95. 🛡️ Trust-Gated Multi-Agent Research Team
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/trust_gated_agent_team/README.md

    Build a multi-agent research pipeline where every AI agent must pass a trust verification before participating, and every action is recorded in a hash-chained audit trail that is independently verifiable.

  96. 🚀 Google ADK Crash Course
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/README.md

    A comprehensive tutorial series for learning Google's Agent Development Kit (ADK) from basics to advanced concepts. This crash course is designed to take you from zero to hero in building AI agents with Google ADK.

  97. 🚀 Tutorial 4: Running Agents
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/4_running_agents/README.md

    Master the complete OpenAI Agents SDK execution system! This tutorial covers all aspects of running agents including execution methods, streaming, the agent loop, exception handling, and advanced configuration based on the official running agents documentation.

  98. 🧠 Tutorial 5: Context Management
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/5_context_management/README.md

    Master context-aware agent development with the OpenAI Agents SDK! This tutorial teaches you how to use RunContextWrapper to pass custom context objects that enable agents to access user data, session information, and state throughout their execution.

  99. 👨🏻‍💼 AI Sales Intelligence Agent Team
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/ai_sales_intelligence_agent_team/README.md

    A multi-agent AI pipeline that generates competitive sales battle cards in real-time, built with Google ADK and Gemini 3.

  100. CopilotKit + LangGraph Todo Demo
    github.com/Shubhamsaboo/awesome-llm-apps/blob/main/generative_ui_agents/generative-ui-starter-project/CLAUDE.md

    This repository serves as both a showcase and template for building AI agents with CopilotKit and LangGraph. It demonstrates how CopilotKit can drive interactive UI beyond just chat, using a collaborative todo list as the primary example.