diff --git a/advanced_ai_agents/autonomous_game_playing_agent_apps/ai_3dpygame_r1/README.md b/advanced_ai_agents/autonomous_game_playing_agent_apps/ai_3dpygame_r1/README.md index d4e452c..ec22c7a 100644 --- a/advanced_ai_agents/autonomous_game_playing_agent_apps/ai_3dpygame_r1/README.md +++ b/advanced_ai_agents/autonomous_game_playing_agent_apps/ai_3dpygame_r1/README.md @@ -1,4 +1,8 @@ # ๐ŸŽฎ AI 3D PyGame Visualizer with DeepSeek R1 + +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-3d-pygame-visualizer-with-deepseek-r1) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + This Project demonstrates R1's code capabilities with a PyGame code generator and visualizer with browser use. The system uses DeepSeek for reasoning, OpenAI for code extraction, and browser automation agents to visualize the code on Trinket.io. ### Features diff --git a/advanced_ai_agents/autonomous_game_playing_agent_apps/ai_chess_agent/README.md b/advanced_ai_agents/autonomous_game_playing_agent_apps/ai_chess_agent/README.md index 731db80..e370fd0 100644 --- a/advanced_ai_agents/autonomous_game_playing_agent_apps/ai_chess_agent/README.md +++ b/advanced_ai_agents/autonomous_game_playing_agent_apps/ai_chess_agent/README.md @@ -1,5 +1,8 @@ # โ™œ Agent White vs Agent Black: Chess Game +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-multi-agent-chess-game) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + An advanced Chess game system where two AI agents play chess against each other using Autogen in a streamlit app. It is built with robust move validation and game state management. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_competitor_intelligence_agent_team/README.md b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_competitor_intelligence_agent_team/README.md index 69957f7..b4d319f 100644 --- a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_competitor_intelligence_agent_team/README.md +++ b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_competitor_intelligence_agent_team/README.md @@ -1,5 +1,9 @@ # ๐Ÿงฒ AI Competitor Intelligence Agent Team +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-competitor-intelligence-agent-team) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + + The AI Competitor Intelligence Agent Team is a powerful competitor analysis tool powered by Firecrawl and Agno's AI Agent framework. This app helps businesses analyze their competitors by extracting structured data from competitor websites and generating actionable insights using AI. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_finance_agent_team/README.md b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_finance_agent_team/README.md index 2a02b0d..4930241 100644 --- a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_finance_agent_team/README.md +++ b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_finance_agent_team/README.md @@ -1,4 +1,5 @@ ## ๐Ÿ’ฒ AI Finance Agent Team with Web Access + This script demonstrates how to build a team of AI agents that work together as a financial analyst using GPT-4o in just 20 lines of Python code. The system combines web search capabilities with financial data analysis tools to provide comprehensive financial insights. ### Features diff --git a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_game_design_agent_team/README.md b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_game_design_agent_team/README.md index 59db7ea..6f565f4 100644 --- a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_game_design_agent_team/README.md +++ b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_game_design_agent_team/README.md @@ -1,5 +1,8 @@ # AI Game Design Agent Team ๐ŸŽฎ +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-game-design-agent-team) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + The AI Game Design Agent Team is a collaborative game design system powered by [AG2](https://github.com/ag2ai/ag2?tab=readme-ov-file)(formerly AutoGen)'s AI Agent framework. This app generates comprehensive game concepts through the coordination of multiple specialized AI agents, each focusing on different aspects of game design based on user inputs such as game type, target audience, art style, and technical requirements. This is built on AG2's new swarm feature run through initiate_chat() method. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_legal_agent_team/README.md b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_legal_agent_team/README.md index a8b804f..87c042c 100644 --- a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_legal_agent_team/README.md +++ b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_legal_agent_team/README.md @@ -1,5 +1,8 @@ # ๐Ÿ‘จโ€โš–๏ธ AI Legal Agent Team +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-legal-team-run-by-ai-agents) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A Streamlit application that simulates a full-service legal team using multiple AI agents to analyze legal documents and provide comprehensive legal insights. Each agent represents a different legal specialist role, from research and contract analysis to strategic planning, working together to provide thorough legal analysis and recommendations. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_real_estate_agent_team/README.md b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_real_estate_agent_team/README.md index 64075e0..0fc1c90 100644 --- a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_real_estate_agent_team/README.md +++ b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_real_estate_agent_team/README.md @@ -1,5 +1,8 @@ # ๐Ÿ  AI Real Estate Agent Team +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-real-estate-agent-team) and learn how to build this AI SEO Audit Team from scratch with detailed code walkthroughs, explanations, and best practices.** + The **AI Real Estate Agent Team** is a sophisticated property search and analysis platform powered by specialized AI agents with Firecrawl's extract endpoint. This application provides comprehensive real estate insights, market analysis, and property recommendations using advanced web scraping and AI-powered search capabilities. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_seo_audit_team/README.md b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_seo_audit_team/README.md index ddc4f68..8f316a0 100644 --- a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_seo_audit_team/README.md +++ b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_seo_audit_team/README.md @@ -1,5 +1,8 @@ # ๐Ÿ” AI SEO Audit Team +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-seo-audit-team-with-gemini) and learn how to build this AI SEO Audit Team from scratch with detailed code walkthroughs, explanations, and best practices.** + The **AI SEO Audit Team** is an autonomous, multi-agent workflow built with Google ADK. It takes a webpage URL, crawls the live page, researches real-time SERP competition, and produces a polished, prioritized SEO optimization report. The app uses **Firecrawl via MCP (Model Context Protocol)** for accurate page scraping and Google's Gemini 2.5 Flash for analysis and reporting. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_teaching_agent_team/README.md b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_teaching_agent_team/README.md index 5a67383..3d4db14 100644 --- a/advanced_ai_agents/multi_agent_apps/agent_teams/ai_teaching_agent_team/README.md +++ b/advanced_ai_agents/multi_agent_apps/agent_teams/ai_teaching_agent_team/README.md @@ -1,5 +1,8 @@ # ๐Ÿ‘จโ€๐Ÿซ AI Teaching Agent Team +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-teaching-agent-team) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A Streamlit application that brings together a team of specialized AI teaching agents who collaborate like a professional teaching faculty. Each agent acts as a specialized educator: a curriculum designer, learning path expert, resource librarian, and practice instructor - working together to create a complete educational experience through Google Docs. ## ๐Ÿช„ Meet your AI Teaching Agent Team diff --git a/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_coding_agent_team/README.md b/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_coding_agent_team/README.md index 237cc39..2dc4391 100644 --- a/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_coding_agent_team/README.md +++ b/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_coding_agent_team/README.md @@ -1,4 +1,5 @@ # ๐Ÿ’ป Multimodal AI Coding Agent Team with o3-mini and Gemini + 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 sandbox environment. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_design_agent_team/README.md b/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_design_agent_team/README.md index 7836ce1..3913419 100644 --- a/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_design_agent_team/README.md +++ b/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_design_agent_team/README.md @@ -1,5 +1,8 @@ # Multimodal AI Design Agent Team +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-multimodal-ai-agent-design-team) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A Streamlit application that provides comprehensive design analysis using a team of specialized AI agents powered by Google's Gemini model. This application leverages multiple specialized AI agents to provide comprehensive analysis of UI/UX designs of your product and your competitors, combining visual understanding, user experience evaluation, and market research insights. diff --git a/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_uiux_feedback_agent_team/README.md b/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_uiux_feedback_agent_team/README.md index 4114c7a..24ceb03 100644 --- a/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_uiux_feedback_agent_team/README.md +++ b/advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_uiux_feedback_agent_team/README.md @@ -1,5 +1,8 @@ # ๐ŸŽจ ๐ŸŒ Multimodal UI/UX Feedback Agent Team with Nano Banana +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-ui-ux-feedback-agent-team-with-nano-banana) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A sophisticated multi-agent system built with Google ADK that analyzes landing page designs, provides expert UI/UX feedback, and automatically generates improved versions using Gemini 2.5 Flash's multimodal capabilities. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/ai_aqi_analysis_agent/README.md b/advanced_ai_agents/multi_agent_apps/ai_aqi_analysis_agent/README.md index cae38eb..561434c 100644 --- a/advanced_ai_agents/multi_agent_apps/ai_aqi_analysis_agent/README.md +++ b/advanced_ai_agents/multi_agent_apps/ai_aqi_analysis_agent/README.md @@ -1,5 +1,9 @@ # ๐ŸŒ AQI Analysis Agent +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-aqi-analysis-agent) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + + The AQI Analysis Agent is a powerful air quality monitoring and health recommendation tool powered by Firecrawl and Agno's AI Agent framework. This app helps users make informed decisions about outdoor activities by analyzing real-time air quality data and providing personalized health recommendations. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/ai_domain_deep_research_agent/README.md b/advanced_ai_agents/multi_agent_apps/ai_domain_deep_research_agent/README.md index 3ac1d89..4836b31 100644 --- a/advanced_ai_agents/multi_agent_apps/ai_domain_deep_research_agent/README.md +++ b/advanced_ai_agents/multi_agent_apps/ai_domain_deep_research_agent/README.md @@ -1,5 +1,8 @@ # ๐Ÿ” AI Domain Deep Research Agent +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-domain-deep-research-agent) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + An advanced AI research agent built using the Agno Agent framework, Together AI's Qwen model, and Composio tools. This agent helps users conduct comprehensive research on any topic by generating research questions, finding answers through multiple search engines, and compiling professional reports with Google Docs integration. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/ai_email_gtm_outreach_agent/README.md b/advanced_ai_agents/multi_agent_apps/ai_email_gtm_outreach_agent/README.md index 26f1ac5..69d6793 100644 --- a/advanced_ai_agents/multi_agent_apps/ai_email_gtm_outreach_agent/README.md +++ b/advanced_ai_agents/multi_agent_apps/ai_email_gtm_outreach_agent/README.md @@ -1,5 +1,8 @@ ### AI Email GTM Outreach Agent +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-email-gtm-outreach-agent-team) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + An end-to-end, multi-agent Streamlit app that automates B2B outreach using GPT-5 and Exa. It discovers relevant companies, finds the right contacts (Founder's Office, GTM/Sales leadership, Partnerships/BD, Product Marketing), researches website + Reddit insights, and drafts tailored emails in your selected style. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/ai_financial_coach_agent/README.md b/advanced_ai_agents/multi_agent_apps/ai_financial_coach_agent/README.md index eb11c9e..a127cf2 100644 --- a/advanced_ai_agents/multi_agent_apps/ai_financial_coach_agent/README.md +++ b/advanced_ai_agents/multi_agent_apps/ai_financial_coach_agent/README.md @@ -1,5 +1,8 @@ # AI Financial Coach Agent with Google ADK ๐Ÿ’ฐ +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-multi-agent-personal-finance-coach) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + The **AI Financial Coach** is a personalized financial advisor powered by Google's ADK (Agent Development Kit) framework. This app provides comprehensive financial analysis and recommendations based on user inputs including income, expenses, debts, and financial goals. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/ai_home_renovation_agent/README.md b/advanced_ai_agents/multi_agent_apps/ai_home_renovation_agent/README.md index cebaacc..bb96837 100644 --- a/advanced_ai_agents/multi_agent_apps/ai_home_renovation_agent/README.md +++ b/advanced_ai_agents/multi_agent_apps/ai_home_renovation_agent/README.md @@ -1,5 +1,8 @@ # ๐Ÿš๏ธ ๐ŸŒ AI Home Renovation Planner Agent +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-home-renovation-planner-agent-using-nano-banana) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A multi-agent system built with Google ADK that analyzes photos of your space, creates personalized renovation plans, and generates photorealistic renderings using Gemini 2.5 Flash's multimodal capabilities. ## Features diff --git a/advanced_ai_agents/multi_agent_apps/multi_agent_researcher/README.md b/advanced_ai_agents/multi_agent_apps/multi_agent_researcher/README.md index a45c8ac..b657630 100644 --- a/advanced_ai_agents/multi_agent_apps/multi_agent_researcher/README.md +++ b/advanced_ai_agents/multi_agent_apps/multi_agent_researcher/README.md @@ -1,4 +1,5 @@ ## ๐Ÿ“ฐ Multi-Agent AI Researcher + This Streamlit app empowers you to research top stories and users on HackerNews using a team of AI assistants with GPT-4o. ### Features diff --git a/advanced_ai_agents/multi_agent_apps/product_launch_intelligence_agent/README.md b/advanced_ai_agents/multi_agent_apps/product_launch_intelligence_agent/README.md index a2f8276..4844495 100644 --- a/advanced_ai_agents/multi_agent_apps/product_launch_intelligence_agent/README.md +++ b/advanced_ai_agents/multi_agent_apps/product_launch_intelligence_agent/README.md @@ -1,5 +1,8 @@ # ๐Ÿš€ AI Product Launch Intelligence Agent +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-multi-agent-product-launch-intelligence-app) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A **streamlined intelligence hub** for Go-To-Market (GTM) & Product-Marketing teams. Built with **Streamlit + Agno (GPT-4o) + Firecrawl**, the app turns scattered public-web data into concise, actionable launch insights. diff --git a/advanced_ai_agents/single_agent_apps/ai_consultant_agent/README.md b/advanced_ai_agents/single_agent_apps/ai_consultant_agent/README.md index 729e13f..1514348 100644 --- a/advanced_ai_agents/single_agent_apps/ai_consultant_agent/README.md +++ b/advanced_ai_agents/single_agent_apps/ai_consultant_agent/README.md @@ -1,5 +1,7 @@ # ๐Ÿค AI Consultant Agent with Google ADK +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-consultant-agent-with-gemini-2-5-flash) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** A powerful business consultant powered by Google's Agent Development Kit that provides comprehensive market analysis, strategic planning, and actionable business recommendations with real-time web research. diff --git a/advanced_ai_agents/single_agent_apps/ai_customer_support_agent/README.md b/advanced_ai_agents/single_agent_apps/ai_customer_support_agent/README.md index 5d3b4ec..9bd4af3 100644 --- a/advanced_ai_agents/single_agent_apps/ai_customer_support_agent/README.md +++ b/advanced_ai_agents/single_agent_apps/ai_customer_support_agent/README.md @@ -1,4 +1,8 @@ ## ๐Ÿ›’ AI Customer Support Agent with Memory + +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-customer-support-agent-with-memory) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + This Streamlit app implements an AI-powered customer support agent for synthetic data generated using GPT-4o. The agent uses OpenAI's GPT-4o model and maintains a memory of past interactions using the Mem0 library with Qdrant as the vector store. ### Features diff --git a/advanced_ai_agents/single_agent_apps/ai_deep_research_agent/README.md b/advanced_ai_agents/single_agent_apps/ai_deep_research_agent/README.md index c9da8d5..08aa7ec 100644 --- a/advanced_ai_agents/single_agent_apps/ai_deep_research_agent/README.md +++ b/advanced_ai_agents/single_agent_apps/ai_deep_research_agent/README.md @@ -1,5 +1,8 @@ # Deep Research Agent with OpenAI Agents SDK and Firecrawl +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-deep-research-agent-with-openai-agents-sdk-and-firecrawl) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A powerful research assistant that leverages OpenAI's Agents SDK and Firecrawl's deep research capabilities to perform comprehensive web research on any topic and any question. ## Features diff --git a/advanced_ai_agents/single_agent_apps/ai_email_gtm_reachout_agent/README.md b/advanced_ai_agents/single_agent_apps/ai_email_gtm_reachout_agent/README.md index 040757a..4e458da 100644 --- a/advanced_ai_agents/single_agent_apps/ai_email_gtm_reachout_agent/README.md +++ b/advanced_ai_agents/single_agent_apps/ai_email_gtm_reachout_agent/README.md @@ -1,5 +1,8 @@ # ๐Ÿš€ AI Email GTM Reachout Agent +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-email-gtm-outreach-agent-team) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + An intelligent, fully automated B2B outreach system that discovers companies, finds decision makers, researches company intelligence, and generates personalized cold emails using AI agents. ## โœจ Features diff --git a/advanced_ai_agents/single_agent_apps/ai_health_fitness_agent/README.md b/advanced_ai_agents/single_agent_apps/ai_health_fitness_agent/README.md index 0922cd9..fd2d51b 100644 --- a/advanced_ai_agents/single_agent_apps/ai_health_fitness_agent/README.md +++ b/advanced_ai_agents/single_agent_apps/ai_health_fitness_agent/README.md @@ -1,5 +1,8 @@ # AI Health & Fitness Planner Agent ๐Ÿ‹๏ธโ€โ™‚๏ธ +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-personal-health-and-fitness-ai-agent-using-google-gemini) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + The **AI Health & Fitness Planner** is a personalized health and fitness Agent powered by Agno AI Agent framework. This app generates tailored dietary and fitness plans based on user inputs such as age, weight, height, activity level, dietary preferences, and fitness goals. ## Features diff --git a/advanced_ai_agents/single_agent_apps/ai_investment_agent/README.md b/advanced_ai_agents/single_agent_apps/ai_investment_agent/README.md index 72ddb3a..515cec9 100644 --- a/advanced_ai_agents/single_agent_apps/ai_investment_agent/README.md +++ b/advanced_ai_agents/single_agent_apps/ai_investment_agent/README.md @@ -1,4 +1,8 @@ ## ๐Ÿ“ˆ AI Investment Agent + +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-finance-agent-with-xai-api) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + This Streamlit app is an AI-powered investment agent built with Agno's AI Agent framework that compares the performance of two stocks and generates detailed reports. By using GPT-4o with Yahoo Finance data, this app provides valuable insights to help you make informed investment decisions. ### Features diff --git a/advanced_ai_agents/single_agent_apps/ai_journalist_agent/README.md b/advanced_ai_agents/single_agent_apps/ai_journalist_agent/README.md index dac6142..826ec09 100644 --- a/advanced_ai_agents/single_agent_apps/ai_journalist_agent/README.md +++ b/advanced_ai_agents/single_agent_apps/ai_journalist_agent/README.md @@ -1,4 +1,5 @@ ## ๐Ÿ—ž๏ธ AI Journalist Agent + This Streamlit app is an AI-powered journalist agent that generates high-quality articles using OpenAI GPT-4o. It automates the process of researching, writing, and editing articles, allowing you to create compelling content on any topic with ease. ### Features diff --git a/advanced_ai_agents/single_agent_apps/ai_meeting_agent/README.md b/advanced_ai_agents/single_agent_apps/ai_meeting_agent/README.md index 8475956..8d9fc98 100644 --- a/advanced_ai_agents/single_agent_apps/ai_meeting_agent/README.md +++ b/advanced_ai_agents/single_agent_apps/ai_meeting_agent/README.md @@ -1,4 +1,8 @@ ## ๐Ÿ“ AI Meeting Preparation Agent + +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-multi-agent-ai-meeting-preparation-assistant) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + This Streamlit application leverages multiple AI agents to create comprehensive meeting preparation materials. It uses OpenAI's GPT-4, Anthropic's Claude, and the Serper API for web searches to generate context analysis, industry insights, meeting strategies, and executive briefings. ### Features diff --git a/advanced_ai_agents/single_agent_apps/ai_movie_production_agent/README.md b/advanced_ai_agents/single_agent_apps/ai_movie_production_agent/README.md index 6099cf8..0178de4 100644 --- a/advanced_ai_agents/single_agent_apps/ai_movie_production_agent/README.md +++ b/advanced_ai_agents/single_agent_apps/ai_movie_production_agent/README.md @@ -1,4 +1,8 @@ ## ๐ŸŽฌ AI Movie Production Agent + +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-movie-production-agent-with-claude-3-5-sonnet) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + This Streamlit app is an AI-powered movie production assistant that helps bring your movie ideas to life using Claude 3.5 Sonnet model. It automates the process of script writing and casting, allowing you to create compelling movie concepts with ease. ### Features diff --git a/advanced_ai_agents/single_agent_apps/ai_personal_finance_agent/README.md b/advanced_ai_agents/single_agent_apps/ai_personal_finance_agent/README.md index db1fda3..eda22a1 100644 --- a/advanced_ai_agents/single_agent_apps/ai_personal_finance_agent/README.md +++ b/advanced_ai_agents/single_agent_apps/ai_personal_finance_agent/README.md @@ -1,4 +1,5 @@ ## ๐Ÿ’ฐ AI Personal Finance Planner + This Streamlit app is an AI-powered personal finance planner that generates personalized financial plans using OpenAI GPT-4o. It automates the process of researching, planning, and creating tailored budgets, investment strategies, and savings goals, empowering you to take control of your financial future with ease. ### Features diff --git a/mcp_ai_agents/github_mcp_agent/README.md b/mcp_ai_agents/github_mcp_agent/README.md index 7bf03dd..0b001ea 100644 --- a/mcp_ai_agents/github_mcp_agent/README.md +++ b/mcp_ai_agents/github_mcp_agent/README.md @@ -1,5 +1,8 @@ # ๐Ÿ™ GitHub MCP Agent +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-mcp-github-agent-in-less-than-50-lines-of-code) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A Streamlit application that allows you to explore and analyze GitHub repositories using natural language queries through the Model Context Protocol (MCP). **โœจ Now using the official [GitHub MCP Server](https://github.com/github/github-mcp-server) from GitHub!** diff --git a/mcp_ai_agents/notion_mcp_agent/README.md b/mcp_ai_agents/notion_mcp_agent/README.md index 64a6656..15d5b8e 100644 --- a/mcp_ai_agents/notion_mcp_agent/README.md +++ b/mcp_ai_agents/notion_mcp_agent/README.md @@ -1,5 +1,8 @@ # ๐Ÿ“‘ Notion MCP Agent +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-terminal-based-notion-agent-with-mcp) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A terminal-based Notion Agent for interacting with your Notion pages using natural language through the Notion MCP (Model Context Protocol) server. ## Features diff --git a/rag_tutorials/agentic_rag_embedding_gemma/README.md b/rag_tutorials/agentic_rag_embedding_gemma/README.md index 00b2896..c833825 100644 --- a/rag_tutorials/agentic_rag_embedding_gemma/README.md +++ b/rag_tutorials/agentic_rag_embedding_gemma/README.md @@ -1,5 +1,8 @@ ## ๐Ÿ”ฅ Agentic RAG with EmbeddingGemma +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-local-agentic-rag-app-with-google-embeddinggemma) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + This Streamlit app demonstrates an agentic Retrieval-Augmented Generation (RAG) Agent using Google's EmbeddingGemma for embeddings and Llama 3.2 as the language model, all running locally via Ollama. ### Features diff --git a/rag_tutorials/agentic_rag_gpt5/README.md b/rag_tutorials/agentic_rag_gpt5/README.md index 311f605..c983354 100644 --- a/rag_tutorials/agentic_rag_gpt5/README.md +++ b/rag_tutorials/agentic_rag_gpt5/README.md @@ -1,5 +1,8 @@ # ๐Ÿง  Agentic RAG with GPT-5 +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-agentic-rag-with-openai-gpt-5) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + An agentic RAG application built with the Agno framework, featuring GPT-5 and LanceDB for efficient knowledge retrieval and question answering. ## โœจ Features diff --git a/rag_tutorials/agentic_rag_with_reasoning/README.md b/rag_tutorials/agentic_rag_with_reasoning/README.md index 44fc9c9..6d6fd3a 100644 --- a/rag_tutorials/agentic_rag_with_reasoning/README.md +++ b/rag_tutorials/agentic_rag_with_reasoning/README.md @@ -1,4 +1,8 @@ # ๐Ÿง Agentic RAG with Reasoning + +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-agentic-rag-app-with-reasoning) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A sophisticated RAG system that demonstrates an AI agent's step-by-step reasoning process using Agno, Gemini and OpenAI. This implementation allows users to add web sources, ask questions, and observe the agent's thought process in real-time with reasoning capabilities. diff --git a/rag_tutorials/autonomous_rag/README.md b/rag_tutorials/autonomous_rag/README.md index b1168f9..a3a0eb6 100644 --- a/rag_tutorials/autonomous_rag/README.md +++ b/rag_tutorials/autonomous_rag/README.md @@ -1,4 +1,5 @@ # ๐Ÿค– AutoRAG: Autonomous RAG with GPT-4o and Vector Database + This Streamlit application implements an Autonomous Retrieval-Augmented Generation (RAG) system using OpenAI's GPT-4o model and PgVector database. It allows users to upload PDF documents, add them to a knowledge base, and query the AI assistant with context from both the knowledge base and web searches. Features diff --git a/rag_tutorials/deepseek_local_rag_agent/README.md b/rag_tutorials/deepseek_local_rag_agent/README.md index cd9399c..f1c5723 100644 --- a/rag_tutorials/deepseek_local_rag_agent/README.md +++ b/rag_tutorials/deepseek_local_rag_agent/README.md @@ -1,5 +1,8 @@ # ๐Ÿ‹ Deepseek Local RAG Reasoning Agent +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-local-rag-reasoning-agent-with-deepseek-r1) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A powerful reasoning agent that combines local Deepseek models with RAG capabilities. Built using Deepseek (via Ollama), Snowflake for embeddings, Qdrant for vector storage, and Agno for agent orchestration, this application offers both simple local chat and advanced RAG-enhanced interactions with comprehensive document processing and web search capabilities. ## Features diff --git a/rag_tutorials/local_rag_agent/README.md b/rag_tutorials/local_rag_agent/README.md index 4850f6f..659c58d 100644 --- a/rag_tutorials/local_rag_agent/README.md +++ b/rag_tutorials/local_rag_agent/README.md @@ -1,4 +1,8 @@ ## ๐Ÿฆ™ Local RAG Agent with Llama 3.2 + +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-local-rag-agent) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + This application implements a Retrieval-Augmented Generation (RAG) system using Llama 3.2 via Ollama, with Qdrant as the vector database. Built with Agno v2.0. diff --git a/rag_tutorials/rag-as-a-service/README.md b/rag_tutorials/rag-as-a-service/README.md index ded7254..722e5b6 100644 --- a/rag_tutorials/rag-as-a-service/README.md +++ b/rag_tutorials/rag-as-a-service/README.md @@ -1,4 +1,5 @@ ## ๐Ÿ–‡๏ธ RAG-as-a-Service with Claude 3.5 Sonnet + 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. ### Features diff --git a/rag_tutorials/rag_database_routing/README.md b/rag_tutorials/rag_database_routing/README.md index 1d0dbf9..6bb6b1a 100644 --- a/rag_tutorials/rag_database_routing/README.md +++ b/rag_tutorials/rag_database_routing/README.md @@ -1,5 +1,8 @@ # ๐Ÿ“  RAG Agent with Database Routing +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-rag-agent-with-database-routing) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A Streamlit application that demonstrates an advanced implementation of RAG Agent with intelligent query routing. The system combines multiple specialized databases with smart fallback mechanisms to ensure reliable and accurate responses to user queries. ## Features diff --git a/starter_ai_agents/ai_breakup_recovery_agent/README.md b/starter_ai_agents/ai_breakup_recovery_agent/README.md index 2e813c9..b54e345 100644 --- a/starter_ai_agents/ai_breakup_recovery_agent/README.md +++ b/starter_ai_agents/ai_breakup_recovery_agent/README.md @@ -1,6 +1,8 @@ - # ๐Ÿ’” Breakup Recovery Agent Team +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-breakup-recovery-agent-team-f29b) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + This is an AI-powered application designed to help users emotionally recover from breakups by providing support, guidance, and emotional outlet messages from a team of specialized AI agents. The app is built using **Streamlit** and **Agno**, leveraging **Gemini 2.0 Flash (Google Vision Model) **. ## ๐Ÿš€ Features diff --git a/starter_ai_agents/ai_data_analysis_agent/README.md b/starter_ai_agents/ai_data_analysis_agent/README.md index 1f411d0..c145620 100644 --- a/starter_ai_agents/ai_data_analysis_agent/README.md +++ b/starter_ai_agents/ai_data_analysis_agent/README.md @@ -1,5 +1,8 @@ # ๐Ÿ“Š AI Data Analysis Agent +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-data-analysis-agent) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + An AI data analysis Agent built using the Agno Agent framework and Openai's gpt-4o model. This agent helps users analyze their data - csv, excel files through natural language queries, powered by OpenAI's language models and DuckDB for efficient data processing - making data analysis accessible to users regardless of their SQL expertise. ## Features diff --git a/starter_ai_agents/ai_data_visualisation_agent/README.md b/starter_ai_agents/ai_data_visualisation_agent/README.md index 7abffe4..a737cf2 100644 --- a/starter_ai_agents/ai_data_visualisation_agent/README.md +++ b/starter_ai_agents/ai_data_visualisation_agent/README.md @@ -1,4 +1,8 @@ # ๐Ÿ“Š AI Data Visualization Agent + +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-data-visualization-agent) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A Streamlit application that acts as your personal data visualization expert, powered by LLMs. Simply upload your dataset and ask questions in natural language - the AI agent will analyze your data, generate appropriate visualizations, and provide insights through a combination of charts, statistics, and explanations. ## Features diff --git a/starter_ai_agents/ai_startup_trend_analysis_agent/README.md b/starter_ai_agents/ai_startup_trend_analysis_agent/README.md index 5402738..550b091 100644 --- a/starter_ai_agents/ai_startup_trend_analysis_agent/README.md +++ b/starter_ai_agents/ai_startup_trend_analysis_agent/README.md @@ -1,4 +1,8 @@ ## ๐Ÿ“ˆ AI Startup Trend Analysis Agent + +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-an-ai-startup-trend-analysis-agent-using-claude-3-5-sonnet) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + The AI Startup Trend Analysis Agent is tool for budding entrepreneurs that generates actionable insights by identifying nascent trends, potential market gaps, and growth opportunities in specific sectors. Entrepreneurs can use these data-driven insights to validate ideas, spot market opportunities, and make informed decisions about their startup ventures. It combines Newspaper4k and DuckDuckGo to scan and analyze startup-focused articles and market data. Using Claude 3.5 Sonnet, it processes this information to extract emerging patterns and enable entrepreneurs to identify promising startup opportunities. diff --git a/starter_ai_agents/ai_travel_agent/README.MD b/starter_ai_agents/ai_travel_agent/README.MD index cc19db7..45b2e60 100644 --- a/starter_ai_agents/ai_travel_agent/README.MD +++ b/starter_ai_agents/ai_travel_agent/README.MD @@ -1,4 +1,5 @@ ## ๐Ÿ›ซ AI Travel Agent + This Streamlit app is an AI-powered travel Agent that generates personalized travel itineraries using OpenAI GPT-4o. It automates the process of researching, planning, and organizing your dream vacation, allowing you to explore exciting destinations with ease. ### Features diff --git a/starter_ai_agents/xai_finance_agent/README.md b/starter_ai_agents/xai_finance_agent/README.md index c071f66..8eff17e 100644 --- a/starter_ai_agents/xai_finance_agent/README.md +++ b/starter_ai_agents/xai_finance_agent/README.md @@ -1,4 +1,5 @@ ## ๐Ÿ“Š AI Finance Agent with xAI Grok + This application creates a financial analysis agent powered by xAI's Grok model, combining real-time stock data with web search capabilities. It provides structured financial insights through an interactive playground interface. ### Features diff --git a/voice_ai_agents/ai_audio_tour_agent/README.md b/voice_ai_agents/ai_audio_tour_agent/README.md index b26b892..f5aced1 100644 --- a/voice_ai_agents/ai_audio_tour_agent/README.md +++ b/voice_ai_agents/ai_audio_tour_agent/README.md @@ -1,5 +1,8 @@ # ๐ŸŽง Self-Guided AI Audio Tour Agent +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-self-guided-ai-audio-tour-agent) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + A conversational voice agent system that generates immersive, self-guided audio tours based on the userโ€™s **location**, **areas of interest**, and **tour duration**. Built on a multi-agent architecture using OpenAI Agents SDK, real-time information retrieval, and expressive TTS for natural speech output. --- diff --git a/voice_ai_agents/customer_support_voice_agent/README.md b/voice_ai_agents/customer_support_voice_agent/README.md index d4eb950..9415271 100644 --- a/voice_ai_agents/customer_support_voice_agent/README.md +++ b/voice_ai_agents/customer_support_voice_agent/README.md @@ -1,5 +1,8 @@ # ๐ŸŽ™๏ธ Customer Support Voice Agent +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-customer-support-voice-agent) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + An OpenAI SDK powered customer support agent application that delivers voice-powered responses to questions about your knowledge base using OpenAI's GPT-4o and TTS capabilities. The system crawls through documentation websites with Firecrawl, processes the content into a searchable knowledge base with Qdrant, and provides both text and voice responses to user queries. ## Features diff --git a/voice_ai_agents/voice_rag_openaisdk/README.md b/voice_ai_agents/voice_rag_openaisdk/README.md index d332228..08bc506 100644 --- a/voice_ai_agents/voice_rag_openaisdk/README.md +++ b/voice_ai_agents/voice_rag_openaisdk/README.md @@ -1,5 +1,8 @@ ## ๐ŸŽ™๏ธ Voice RAG with OpenAI SDK +### ๐ŸŽ“ FREE Step-by-Step Tutorial +**๐Ÿ‘‰ [Click here to follow our complete step-by-step tutorial](https://www.theunwindai.com/p/build-a-voice-rag-agent) and learn how to build this from scratch with detailed code walkthroughs, explanations, and best practices.** + This script demonstrates how to build a voice-enabled Retrieval-Augmented Generation (RAG) system using OpenAI's SDK and Streamlit. The application allows users to upload PDF documents, ask questions, and receive both text and voice responses using OpenAI's text-to-speech capabilities. ### Features