About 100 results · 431 indexed
- ♜ Agent White vs Agent Black: Chess Gamegithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/autonomous_game_playing_agent_apps/ai_chess_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.
- ♾️ 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
- ⚡ Function Toolsgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/4_tool_using_agent/4_2_function_tools/README.md
Function tools are custom Python functions that you create and integrate into your agents. This is the most flexible and commonly used approach for adding specific capabilities to your agents.
- ⚡ Realtime Voice Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/11_voice/realtime/README.md
A basic realtime voice agent example using OpenAI's Realtime API. This demonstrates the core components for ultra-low latency voice conversations with minimal setup.
- ⚡ Tutorial 9.3: Parallel Agents - Market Snapshot Teamgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/9_multi_agent_patterns/9_3_parallel_agent/README.md
According to the ADK docs, Parallel Agents execute their sub-agents concurrently. Each child runs on its own invocation branch but shares the same session.state.
- ✈️ 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.
- ✨ The Magician IA Reader: AI-Powered NLP & Tarot Insights ✨github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_llm_apps/chat-with-tarots/README.md
Welcome to The Magician IA Reader! This project presents a unique application combining the power of Artificial Intelligence with the mystique of tarot reading.
- 🌊 Streaming Voice Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/11_voice/streamed/README.md
A real-time voice interaction example using the OpenAI Agents SDK with continuous audio streaming. This demonstrates advanced voice pipeline capabilities with live speech detection, real-time processing, and turn-based conversation management.
- 🌍 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.
- 🌐 Browser MCP Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/mcp_ai_agents/browser_mcp_agent/README.md
https://github.com/user-attachments/assets/a01e09fa-131b-479a-8df3-2d1a61fd80f3
- 🌐 MCP Tools Integrationgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/4_tool_using_agent/4_4_mcp_tools/README.md
Welcome to the Model Context Protocol (MCP) integration guide! This example demonstrates how to connect your ADK agents with external data sources and tools through the standardized MCP protocol.
- 🌐 Openwork - Open Browser Automation Agentgithub.com/accomplish-ai/openwork
↗ external - Open-source agent that operates a real browser
- 🍽️ AI Recipe & Meal Planning Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/single_agent_apps/ai_recipe_meal_planning_agent/README.md
An intelligent meal planning agent built with Agno that helps you discover recipes, analyze nutrition, estimate costs, and create weekly meal plans based on your ingredients and dietary preferences.
- 🎙️ 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.
- 🎙️ OpenSource Voice Dictation Agent (Wispr Flow clone)github.com/akshayaggarwal99/jarvis-ai-assistant
↗ external - Open-source dictation that types where you talk
- 🎙️ Static Voice Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/11_voice/static/README.md
A complete voice interaction example using the OpenAI Agents SDK with pre-recorded audio input. This demonstrates the basic voice pipeline workflow with speech-to-text, agent processing, and text-to-speech capabilities.
- 🎙️ Thinking Out Loudgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/agent_skills/thinking-out-loud/README.md
Ramble at your agent by voice. Audit what it heard before it acts.
- 🎙️ Tutorial 11: Voice Agentsgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/11_voice/README.md
Master voice-enabled AI agents with the OpenAI Agents SDK! This tutorial demonstrates how to build conversational voice agents using speech-to-text, text-to-speech, and intelligent agent workflows for natural voice interactions.
- 🎧 Self-Guided AI Audio Tour Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/voice_ai_agents/ai_audio_tour_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 UI/UX Feedback Agent Team with Nano Bananagithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_uiux_feedback_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.
- 🎫 Customer Support Ticketing Agent with Structured Outputgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/3_structured_output_agent/3_1_customer_support_ticket_agent/README.md
A tutorial demonstrating how to implement a structured customer support ticketing system using Google's ADK (Agent Development Kit) framework. This example shows how to create type-safe, structured support tickets with priority levels, categories, and resolution estimates using Pydantic schemas and
- 🎬 Multimodal Video Moment Findergithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_llm_apps/multimodal_video_moment_finder/README.md
- 🎮 Agent X vs Agent O: Tic-Tac-Toe Gamegithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/autonomous_game_playing_agent_apps/ai_tic_tac_toe_agent/README.md
An interactive Tic-Tac-Toe game where two AI agents powered by different language models compete against each other built on Agno Agent Framework and Streamlit as UI.
- 🎮 AI 3D PyGame Visualizer with DeepSeek R1github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/autonomous_game_playing_agent_apps/ai_3dpygame_r1/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 Negotiation Battle Simulatorgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/ai_negotiation_battle_simulator/README.md
Watch two AI agents battle it out in an epic used car negotiation! Built with Google ADK for the backend agents and AG-UI + CopilotKit for a jaw-dropping reactive frontend.
- 🎯 LLM Optimization Toolsgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_llm_apps/llm_optimization_tools/README.md
A collection of tools and techniques to optimize your LLM applications - reduce costs, improve performance, and maximize efficiency.
- 🎯 Toonify Token Optimizationgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_llm_apps/llm_optimization_tools/toonify_token_optimization/README.md
Reduce LLM API costs by 30-60% using TOON (Token-Oriented Object Notation) format for structured data serialization.
- 🎯 Tutorial 1: Your First ADK Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/1_starter_agent/README.md
Welcome to your first step in the Google ADK journey! This tutorial introduces you to the fundamental concept of creating a simple AI agent using Google's Agent Development Kit.
- 🎯 Tutorial 1: Your First OpenAI Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/1_starter_agent/README.md
Welcome to your first step in the OpenAI Agents SDK journey! This tutorial introduces you to the fundamental concept of creating a simple AI agent using OpenAI's Agents SDK.
- 🎯 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.
- 🎯 Tutorial 2: Structured Output Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/2_structured_output_agent/README.md
Learn how to create agents that return type-safe, structured data using Pydantic models. This tutorial teaches you how to ensure your agents return consistent, validated JSON responses that your applications can reliably process.
- 🎯 Tutorial 3: Structured Output Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/3_structured_output_agent/README.md
Welcome to structured output! This tutorial teaches you how to create agents that return type-safe, structured data instead of plain text. This is crucial for building reliable applications that need predictable data formats.
- 🎯 Tutorial 3: Tool Using Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/3_tool_using_agent/README.md
Welcome to the world of tools! This tutorial teaches you how to create agents that can use custom functions and built-in tools to perform specific tasks. This is where your agents become truly powerful and capable of real-world actions.
- 🎯 Tutorial 4: Tool Using Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/4_tool_using_agent/README.md
Welcome to the world of tools! This tutorial teaches you how to create agents that can use different types of tools to perform specific tasks. This is where your agents become truly powerful and capable of real-world actions.
- 🎯 Tutorial 6.3: Tool Execution Callbacksgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/6_callbacks/6_3_tool_execution_callbacks/README.md
Tool execution callbacks allow you to monitor when agents use tools, track their execution lifecycle, and analyze the results. This provides visibility into how agents interact with external systems and APIs.
- 🎯 Tutorial 7: Sessions & Memory Managementgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/7_sessions/README.md
Master automatic conversation memory with Sessions! This tutorial teaches you how to use the OpenAI Agents SDK's built-in session memory to maintain conversation history across multiple agent runs without manual memory management.
- 🎯 Tutorial 8: Simple Multi‑Agent Researcher (Runs with ADK)github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/8_simple_multi_agent/README.md
A coordinator LlmAgent orchestrates three specialized agents in a sequential workflow: Research → Summarize → Critique. Each agent contributes to building a comprehensive research report.
- 🎯 Tutorial 9.1: Sequential Agents - Business Implementation Plan Generatorgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/9_multi_agent_patterns/9_1_sequential_agent/README.md
According to the ADK workflow agents documentation, Sequential Agents execute sub-agents one after another, in sequence. This tutorial demonstrates a Business Implementation Plan Generator that combines web search capabilities with sequential analysis:
- 🎼 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.
- 🏚️ 🍌 AI Home Renovation Planner Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/ai_home_renovation_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 Real Estate Agent Teamgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/ai_real_estate_agent_team/README.md
👉 Click here to follow our complete step-by-step tutorial and learn how to build this AI SEO Audit Team from scratch with detailed code walkthroughs, explanations, and best practices.
- 🏺 Commit Archaeologist Agent Skillgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/agent_skills/commit-archaeologist/README.md
git blame tells you who last changed a line. Commit Archaeologist reconstructs why the line exists.
- 🐋 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.
- 🐋 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.
- 🐙 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.
- 👀 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
- 👨⚖️ 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.
- 👨🏻💼 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.
- 💔 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.
- 💻 Multimodal AI Coding Agent Team with o3-mini and Geminigithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_coding_agent_team/README.md
An AI Powered Streamlit application that serves as your personal coding assistant, powered by multiple Agents built on the new o3-mini model. You can also upload an image of a coding problem or describe it in text, and the AI agent will analyze, generate an optimal solution, and execute it in a sand
- 💼 AI Recruitment Agent Teamgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/ai_recruitment_agent_team/README.md
A Streamlit application that simulates a full-service recruitment team using multiple AI agents to automate and streamline the hiring process. Each agent represents a different recruitment specialist role - from resume analysis and candidate evaluation to interview scheduling and communication - wor
- 📁 Filesystem Agent - MCP Integrationgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/4_tool_using_agent/4_4_mcp_tools/filesystem_agent/README.md
This example demonstrates how to connect an ADK agent to a filesystem MCP server using the MCPToolset. The agent can perform file operations like reading, writing, and listing files through the Model Context Protocol.
- 📄 Resume & Job Matchergithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_llm_apps/resume_job_matcher/README.md
This app allows you to upload a Resume and a Job Description, then uses an LLM to:
- 📊 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.
- 📊 AI VC Due Diligence Agent Teamgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/ai_vc_due_diligence_agent_team/README.md
A multi-agent AI pipeline for startup investment analysis, built with Google ADK, Gemini 3 Pro, Gemini 3 Flash and Nano Banana Pro.
- 📋 Tutorial 6: Callbacksgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/6_callbacks/README.md
Callbacks are functions that get executed at specific points during agent execution, allowing you to monitor, log, and control the agent's behavior without modifying the core logic.
- 📑 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.
- 📠 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.
- 📡 Earnings Call Analyst Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/single_agent_apps/earnings_call_analyst_agent/README.md
An investor-grade earnings call companion that turns any YouTube earnings call into a playback-synced analyst workspace. Paste a call URL, watch the video, and let ADK agents surface the numbers, tone shifts, filing context, and market-moving surprises that are easy to miss in a live call.
- 📡 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
- 📧 Email Generation Agent with Structured Outputgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/3_structured_output_agent/3_2_email_agent/README.md
A tutorial demonstrating how to implement structured output using Google's ADK (Agent Development Kit) framework. This example uses an email generator agent to show how to create type-safe, structured responses with Pydantic schemas and Gemini 3 Flash model.
- 📰 Always-on Hacker News Briefing Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/always_on_agents/always_on_hn_briefing_agent/README.md
AgentScout is an always-on Hacker News briefing agent built with Google ADK. It scans Hacker News for high-signal stories about AI agents, MCP, coding agents, workflow automation, and LLM apps, then turns the best links into a concise engineering brief.
- 🔁 Tutorial 9.2: Loop Agents - Iterative Plan Refinergithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/9_multi_agent_patterns/9_2_loop_agent/README.md
According to the ADK workflow agents documentation, LoopAgent repeats a set of sub-agents while sharing the same context/state across iterations. This tutorial demonstrates an Iterative Plan Refiner that improves a plan over multiple iterations and stops when a condition is met.
- 🔄 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.
- 🔄 GPT-OSS Advanced Critique & Improvement Loopgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_llm_apps/gpt_oss_critique_improvement_loop/README.md
A Streamlit app demonstrating the "Automatic Critique + Improvement Loop" pattern using GPT-OSS via Groq.
- 🔌 Tutorial 7: Pluginsgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/7_plugins/README.md
Plugins in Google ADK are custom code modules that can be executed at various stages of an agent workflow lifecycle using callback hooks. Unlike regular callbacks that are configured on individual agents or tools, plugins are registered once on the Runner and apply globally to every agent, tool, and
- 🔍 AI Domain Deep Research Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/ai_domain_deep_research_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 SEO Audit Teamgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/agent_teams/ai_seo_audit_team/README.md
👉 Click here to follow our complete step-by-step tutorial and learn how to build this AI SEO Audit Team from scratch with detailed code walkthroughs, explanations, and best practices.
- 🔍 Built-in Toolsgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/4_tool_using_agent/4_1_builtin_tools/README.md
Google ADK provides powerful pre-built tools that are optimized for performance and reliability. These tools integrate seamlessly with Gemini models and provide essential capabilities like web search and code execution.
- 🔍 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.
- 🔍 Tutorial 8: Tracing & Observabilitygithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/10_tracing_observability/README.md
Master monitoring and debugging with built-in tracing! This tutorial teaches you how to use the OpenAI Agents SDK's comprehensive tracing system to visualize, debug, and monitor your agent workflows during development and production.
- 🔗 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.
- 🔥 AI Startup Insight with Firecrawl FIRE-1 Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/single_agent_apps/ai_startup_insight_fire1_agent/README.md
An advanced web extraction and analysis tool built using Firecrawl's FIRE-1 agent + extract v1 endpoint and the Agno Agent framework to get details of a new startup instantly! This application automatically extracts structured data from startup websites and provides AI-powered business analysis, mak
- 🔥 Firecrawl Agent - Advanced Web Scraping with MCPgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/4_tool_using_agent/4_4_mcp_tools/firecrawl_agent/README.md
Welcome to the Firecrawl MCP Agent! This powerful agent demonstrates how to integrate Firecrawl's advanced web scraping capabilities with Google ADK through the Model Context Protocol (MCP).
- 🔬 AI Research Planner & Executor Agent with Google's Interactions APIgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/single_agent_apps/research_agent_gemini_interaction_api/README.md
A streamlined multi-phase research agent built with Google's Interactions API that demonstrates stateful conversations, model mixing, background execution, and automatic infographic generation.
- 🔭 Scope Creep Detectorgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/agent_skills/scope-creep-detector/README.md
Checks a working, staged, saved, or branch diff against a one-line intent. It flags unrelated paths, new dependencies, public API renames, config or CI edits, oversized hunks, formatting-only files, and subsystem spread. The output
- 🕷️ 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.
- 🖥️ 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
- 🖼️ Generative UI and Agentic Frontendsgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/generative_ui_agents/README.md
Agents that render UI — not just text.
- 🗄️ Tutorial 5.2: Persistent Conversation Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/5_memory_agent/5_2_persistent_conversation_agent/README.md
Welcome to persistent session management! This tutorial teaches you how to create an AI agent that can remember conversations across multiple sessions using DatabaseSessionService with SQLite.
- 🤔 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
- 🤖 AI System Architect Advisor with R1github.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/single_agent_apps/ai_system_architect_r1/README.md
An Agno agentic system that provides expert software architecture analysis and recommendations using a dual-model approach combining DeepSeek R1's Reasoning and Claude. The system provides detailed technical analysis, implementation roadmaps, and architectural decisions for complex software systems.
- 🤖 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
- 🤝 AI Consultant Agent with Google ADKgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/single_agent_apps/ai_consultant_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.
- 🤝 Multi-Agent Trust Layer - Secure Agent-to-Agent Communicationgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/multi_agent_trust_layer/README.md
Learn how to build a trust layer for multi-agent systems that enables secure delegation, trust scoring, and policy enforcement between AI agents.
- 🤝 Tutorial 8: Handoffs & Delegationgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/openai_sdk_crash_course/8_handoffs_delegation/README.md
Master agent-to-agent task delegation! This tutorial teaches you how to use the OpenAI Agents SDK's handoff system to create specialized agents that can intelligently delegate tasks to each other, building powerful multi-agent workflows.
- 🥸 AI Meme Generator Agent - Browser Usegithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/starter_ai_agents/ai_meme_generator_agent_browseruse/README.md
The AI Meme Generator Agent is a powerful browser automation tool that creates memes using AI agents. This app combines multi-LLM capabilities with automated browser interactions to generate memes based on text prompts through direct website manipulation.
- 🦉 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
- 🧐 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.
- 🧠 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.
- 🧠 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.
- 🧠 DevPulseAI — Multi-Agent Signal Intelligencegithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_ai_agents/multi_agent_apps/devpulse_ai/README.md
A reference implementation demonstrating how to build a multi-agent pipeline that aggregates technical signals from multiple sources, scores them for relevance, assesses risks, and synthesizes an actionable intelligence digest.
- 🧠 Headroom - Context Optimization Layergithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/advanced_llm_apps/llm_optimization_tools/headroom_context_optimization/README.md
Reduce LLM API costs by 50-90% through intelligent context compression. Tool outputs are 70-95% redundant boilerplate—Headroom compresses that away while preserving accuracy.
- 🧠 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
- 🧠 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.
- 🧠 Tutorial 5: Memory Agents - Sessions, State & Eventsgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/5_memory_agent/README.md
Welcome to the memory and session management tutorial! This tutorial teaches you how to create AI agents that can remember conversations, maintain context, and provide personalized experiences across multiple interactions.
- 🧠 Tutorial 5.1: In-Memory Conversation Agentgithub.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/5_memory_agent/5_1_in_memory_conversation_agent/README.md
Welcome to your first step into session management! This tutorial teaches you how to create an AI agent that can remember conversations within a single session using InMemorySessionService.
- 🧩 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.