About 100 results · 431 indexed
- RAG Failure Diagnostics Clinicgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/rag_failure_diagnostics_clinic/README.md
A small, framework-agnostic RAG failure diagnostics clinic.
- RAG Agent with Cohere ⌘Rgithub.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.
- Multimodal Agentic RAGgithub.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.
- Contextual AI RAG Agentgithub.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.
- 🔄 Corrective RAG Agentgithub.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.
- 🔍 Knowledge Graph RAG with Verifiable Citationsgithub.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.
- 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.
- 👀 RAG App with Hybrid Searchgithub.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
- 🖥️ Local RAG App with Hybrid Searchgithub.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
- 🐋 Qwen 3 Local RAG Reasoning Agentgithub.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.
- 🤔 Agentic RAG with Gemini Flash Thinkinggithub.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
- 🧠 Math Tutor Agent – Agentic RAG with Feedback Loopgithub.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
- 🧐 Agentic RAG with Reasoninggithub.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.
- 🧠 Agentic RAG with GPT-5github.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.
- 🐋 Deepseek Local RAG Reasoning Agentgithub.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.
- 📠 RAG Agent with Database Routinggithub.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.
- Typed Agentic RAG with Pydantic AIgithub.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
- 🤖 AutoRAG: Autonomous RAG with GPT-4o and Vector Databasegithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/rag_tutorials/autonomous_rag/README.md
🎓 FREE Step-by-Step Tutorial
- Agentic RAG with LangGraph: AI Blog Searchgithub.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.
- 🛡️ Life Insurance Coverage Advisor Agentgithub.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
- READMEgithub.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.
- READMEgithub.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.
- READMEgithub.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.
- READMEgithub.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.
- READMEgithub.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.
- PharmaQuerygithub.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.
- OpenAI Researcher Agentgithub.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.
- test-engineergithub.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.
- deprecation-and-migrationgithub.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.
- using-agent-skillsgithub.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.
- advisor-orchestrator-workergithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/agent_skills/advisor-orchestrator-worker/SKILL.md
>-
- project-graveyardgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/agent_skills/project-graveyard/SKILL.md
>-
- READMEgithub.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.
- agent-skillsgithub.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.
- AGENTS.mdgithub.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.
- Krakengetdesign.md/kraken/design-md
Crypto trading platform. Purple-accented dark UI, data-dense dashboards
- Raycastgetdesign.md/raycast/design-md
Productivity launcher. Sleek dark chrome, vibrant gradient accents
- VoltAgentgetdesign.md/voltagent/design-md
AI agent framework. Void-black canvas, emerald accent, terminal-native
- Ferrarigetdesign.md/ferrari/design-md
Luxury automotive. Chiaroscuro black-white editorial, Ferrari Red with extreme sparseness
- Lamborghinigetdesign.md/lamborghini/design-md
Luxury automotive. True black cathedral, gold accent, LamboType custom Neo-Grotesk
- Conversation Managementgithub.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.
- Memory Operationsgithub.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.
- Parallel Executiongithub.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.
- Agent Skillsgithub.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.
- Custom Tracinggithub.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.
- Default Tracinggithub.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.
- ✈️ TripCraft AIgithub.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.
- Login regression reportgithub.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
- security-and-hardeninggithub.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.
- Agents as Toolsgithub.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.
- Product Review Agentgithub.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.
- Support Ticket Agentgithub.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.
- 🧩 Agent Skillsgithub.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.
- Agent Skillsgithub.com/addyosmani/agent-skills/blob/main/README.md
Production-grade engineering skills for AI coding agents.
- Agents as Toolsgithub.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.
- Personal Assistant Agentgithub.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.
- Framergetdesign.md/framer/design-md
Website builder. Bold black and blue, motion-first, design-forward
- Multi-MCP Agent Routergithub.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.
- 🔗 Third-party Toolsgithub.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.
- 6.1 Agent Lifecycle Callbacksgithub.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.
- 6.2 LLM Interaction Callbacksgithub.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.
- AG2 Adaptive Research Teamgithub.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.
- 🧠 Advisor Orchestrator Workergithub.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.
- 🖼️ Generative UI and Agentic Frontendsgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/generative_ui_agents/README.md
Agents that render UI — not just text.
- 🌍 AQI Analysis Agentgithub.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.
- 🐙 GitHub MCP Agentgithub.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.
- 📑 Notion MCP Agentgithub.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.
- Orchestration Patternsgithub.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.
- READMEgithub.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.
- 🧬 Self-Evolving AI Agentgithub.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
- AI Speech Trainer Agentgithub.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.
- 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.
- 🦉 Beifong: Your Junk-Free, Personalized Information and Podcastsgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/ai_news_and_podcast_agents/readme.md
!image
- AI Financial Coach Agentgithub.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.
- Generative UI Starter Projectgithub.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).
- The Vergegetdesign.md/theverge/design-md
Tech editorial media. Acid-mint and ultraviolet accents, Manuka display type
- 📡 Release Radar Agentgithub.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
- READMEgithub.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.
- READMEgithub.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.
- AI Deep Research Agentgithub.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).
- ♾️ Self-Improving Agent Skillsgithub.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
- READMEgithub.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.
- 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.
- 🎙️ Customer Support Voice Agentgithub.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.
- 👨⚖️ AI Legal Agent Teamgithub.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.
- 👨🏫 AI Teaching Agent Teamgithub.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.
- 💔 Breakup Recovery Agent Teamgithub.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.
- 📊 AI Data Analysis Agentgithub.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.
- 📊 AI Data Visualization Agentgithub.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.
- 🕷️ Web Scraping AI Agentgithub.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.
- Multimodal AI Design Agent Teamgithub.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.
- 🎼 Tutorial 9: Multi-Agent Orchestrationgithub.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.
- TripCraft AI - Agent Architecturegithub.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.
- 🎯 Tutorial 2: Model-Agnostic Agentgithub.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.
- 🛡️ Trust-Gated Multi-Agent Research Teamgithub.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.
- 🚀 Google ADK Crash Coursegithub.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.
- 🚀 Tutorial 4: Running Agentsgithub.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.
- 🧠 Tutorial 5: Context Managementgithub.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.
- 👨🏻💼 AI Sales Intelligence Agent Teamgithub.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.
- CopilotKit + LangGraph Todo Demogithub.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.