Agentic AI

β¬… Back to Home

Latest uploads for Agentic AI

Thumbnail
Build a Simple Reflex Agent in Python | Create a Smart Room Cleaning Agent
L-8 (English Channel) and L-6 (Hindi Channel) 🧠 What You’ll Learn: βœ… What is a Simple Reflex Agent βœ… How reflex agents work without memory βœ… If-Then rule logic in agent decision-making βœ… Visualizing the agent's behavior using Matplotlib βœ… Step-by-step coding and simulation βœ… Updating environment states dynamically
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
Goal-Based Agents Using Langchain Streamlit | Agentic AI
L-9 (English Channel) and L-7 (Hindi Channel) πŸ“Œ **What You’ll Learn in This Video:** βœ… What a Goal-Based Agent is and how it works βœ… How it differs from **Reflex Agents** and **Model-Based Agents** βœ… Real-world examples of Goal-Based Agents βœ… Step-by-step coding demo to build a simple Goal-Based Agent in Python βœ… Complete understanding by combining **theory + practical demo**
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
Learning Agents | Q-Learning Explained | Reinforcement Learning Tutorial with Python
L-13 (English Channel) and L-11 (Hindi Channel) We’ll cover: βœ… What is a Learning Agent? βœ… Fundamentals of Q-Learning and how it works βœ… The Epsilon-Greedy strategy βœ… How to initialize and update a Q-Table βœ… Step-by-step Python implementation of Q-Learning in a simple environment
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
Agentic AI framework | LangGraph
L-14 (English Channel) and L-12 (Hindi Channel) Agentic AI framework | LangGraph What you’ll learn in this video: 1️⃣ What Agentic AI means and how it works 2️⃣ Introduction to LangGraph and its key components: Node, Edge, State, State Machine 3️⃣ Step-by-step guide to building a chatbot using LangGraph 4️⃣ How to create and deploy an Agent in LangGraph 5️⃣ Designing and using custom tools 6️⃣ Connecting multiple tools to a single agent 7️⃣ Building a complete system with multiple agents 8️⃣ Real-world use cases and insights into design decisions
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
CrewAI - Agentic AI Framework
L-15 (English Channel) and L-13 (Hindi Channel) πŸ“Œ **What You’ll Learn:** βœ… What CrewAI is and how it works βœ… How agents simulate real-world team roles in an organization βœ… Setting up AI-powered agents for research, writing, and automation βœ… Using web search tools to gather information dynamically βœ… Automating blog writing and structured workflows
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
Understanding Agno (formerly Phidata) : Multimodal Agentic AI Framework
L-16 (English Channel) and L-14 (Hindi Channel) Download ZIP πŸ“Œ **What You’ll Learn:** 1️⃣ What Agno is and why it stands out from LangChain, LangGraph, and CrewAI 2️⃣ How Agno creates agents in **microseconds** 3️⃣ Why Agno is **incredibly lightweight** (6.5 KiB per agent!) 4️⃣ How to build **multi-modal AI agents** using Agno (text, images, audio, video) 5️⃣ Comparison with LangGraph: building **image and audio-based agents** 6️⃣ Real-world use cases like a **Healthcare Assistant** and **Audio Transcription Agent**
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
Agno Tutorial: Create AI Agents with Tools & Memory
L-17 (English Channel) and L-15 (Hindi Channel) πŸ“Œ **What’s Covered in This Video:** βœ… Setting up your first AI agent βœ… Using predefined and custom tools to enhance agent capabilities βœ… Enabling memory for **contextual conversations** and advanced interactions
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
Agentic RAG with Agno
L-18 (English Channel) and L-16 (Hindi Channel) (Agentic RAG Explained with Agno) πŸ“Œ **What We’ll Cover:** βœ… What RAG is and why it’s important βœ… What Agentic AI is and how it plans, reasons, and uses tools βœ… How Agentic RAG combines planning, reasoning, and tools with RAG βœ… How to implement Agentic RAG using the **Agno Framework** βœ… Real-world examples with **knowledge bases & vector databases**: β€’ TextKnowledgeBase β€’ WebsiteKnowledgeBase β€’ ArxivKnowledgeBase (fetch latest research papers from arXiv) β€’ Vector databases like **pgvector** and **Chroma**
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
How to Run and Connect Multiple MCP Servers with LangGraph on Local Machine
L-20 (English Channel) and L-19 (Hindi Channel) πŸ“Œ **What You’ll Learn:** βœ… Quick recap β€” What is MCP and why it matters βœ… How to set up and run a **Weather MCP Server** locally βœ… Connecting an **MCP client** to the server and fetching live data βœ… Running two MCP servers simultaneously β€” Weather + Calculator βœ… How MCP makes **tool discovery and swapping** easy for AI agents βœ… Local vs Hosted MCP servers β€” when to use each
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
Creating a Custom MCP Server with LangGraph & Streamlit | Step by Step tutorial
L-21 (English Channel) and L-19 (Hindi Channel) πŸ“Œ **What You’ll Learn:** βœ… What an MCP server is and why you might want to build a custom one βœ… How to create tools using **FastMCP** βœ… How to run your MCP server over **HTTP or stdio** βœ… How to connect MCP tools to **LangGraph** βœ… How to make an **LLM use MCP tools automatically**
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
Build a custom MCP server on the cloud from scratch | Step by Step tutorial
L-22 (English Channel) and L-20 (Hindi Channel) **What You’ll Learn in This tutorial:** βœ… Setting up a brand-new VPS (Hostinger) βœ… Installing required packages (Python, pip, etc.) βœ… Writing a custom MCP server directly on the cloud βœ… Running the MCP server on the cloud βœ… Connecting a local MCP client to the cloud server using LangGraph βœ… Testing the full setup end-to-end: local requests β†’ cloud responses
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
Using MCP Servers with Agno: From Local Setup to Cloud Deployment
L-23 (English Channel) and L-21 (Hindi Channel) In this tutorial, we’ll learn how to use MCP servers with Agno in a practical, step-by-step way. You’ll see how MCP clients and servers work together, starting from ready-made servers and moving towards building your own.
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
How to Build Agentic AI Apps with OpenAI Agents SDK
L-24 (English Channel) and L-22 (Hindi Channel) Build **Agentic AI applications** step by step using the **OpenAI Agents SDK** in this in-depth tutorial! Learn how to create your first AI agent and scale to advanced **multi-agent systems** with practical examples and hands-on guidance.
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP
Thumbnail
How to Use MCP with OpenAI Agents SDK
L-25 (English Channel) and L-23 (Hindi Channel). Learn how to use the **Model Context Protocol (MCP)** with the **OpenAI Agents SDK** in this hands-on Python tutorial!
YouTube (EN)YouTube (HI)πŸ“₯ Download ZIP