top of page
Codersarts Blog.
What’s new and exciting at Codersarts
Search


Building AI Travel Planner with Ollama and MCP - Part 3
Prerequisite: This is a continuation of the blog Part 2: A Complete Guide to Creating a Multi-Agent Book Writing System 🧰 Tool Definitions Let’s now define all our MCP tools, one by one. 📅 Get Full Itinerary @mcp.tool() async def get_full_itinerary(city: str, days: int = 5) -> str: """Get a complete travel itinerary with direct Ollama AI using file-based data. Args: city: Name of the city to visit days: Number of days for the itinerary (default: 5) Returns: A formatted m
ganesh90
Jun 17, 202521 min read


Building AI Travel Planner with Ollama and MCP - Part 1
Ever wished you had a friend who's traveled everywhere, knows all the hidden gems, and could instantly create the perfect itinerary for...
ganesh90
Jun 16, 202518 min read


Building a Database MCP Server: The Ultimate Code Walkthrough - Part 1
Picture this: You're at your computer, juggling three different databases for three different projects. You keep switching connection...
ganesh90
Jun 13, 202515 min read


Adding Human in the Loop to your Chatbot using LangGraph | Beginner's Guide | Part 4
In this blog, we’ll enhance our LangGraph chatbot by adding Human-in-the-Loop (HITL) capabilities. Learn how to pause AI workflows for expert input using interrupt(), seamlessly blend human reasoning into your LLM responses, and build more reliable, production-ready chat agents — all on top of the memory-powered chatbot we built previously.

Pratibha
Jun 12, 20257 min read


Adding memory to your Chatbot using LangGraph | How to use MemorySaver | Beginner's Guide | Part 3
Want your chatbot to remember what you said earlier? In this beginner-friendly guide, we build on our previous LangGraph chatbot and add memory using MemorySaver. Learn how to persist conversation history, manage sessions using threads, and inspect state — step-by-step.

Pratibha
Jun 12, 20254 min read


The Ultimate Guide to MCP and Multi-Agent Projects for AI Engineers
Hello Readers , Welcome to Codersarts. In this blog, we will delve into MCP and Multi-Agent project ideas for AI Engineers. These...

Codersarts
Jun 11, 20256 min read


Adding tools to your LangGraph Chatbots | Beginner's Guide | Part 2
Ready to give your chatbot superpowers? In this beginner-friendly guide, we’ll show you how to integrate external tools like web search into your LangGraph-powered chatbot. Learn what tools are, why they matter, and how to add them step-by-step — no prior AI experience needed!

Pratibha
Jun 11, 20255 min read


Build a Chatbot with LangGraph | Beginner's Guide | Part 1
Curious about how to build smart, memory-capable AI workflows? This beginner-friendly blog demystifies LangGraph, a powerful tool for creating stateful applications with large language models. We break down real code step-by-step, explain key concepts like state, nodes, and graphs in plain English, and help you build your own chatbot — no prior graph theory needed!

Pratibha
Jun 11, 20255 min read


A Complete Guide to Creating a Multi-Agent Book Writing System - Part 5
Prerequisite: This is a continuation of the blog Part 4: A Complete Guide to Creating a Multi-Agent Book Writing System Solutions for...
ganesh90
Jun 10, 202515 min read


A Complete Guide to Creating a Multi-Agent Book Writing System - Part 4
Prerequisite: This is a continuation of the blog Part 3: A Complete Guide to Creating a Multi-Agent Book Writing System 🚀 Chapter...
ganesh90
Jun 9, 202519 min read


A Complete Guide to Creating a Multi-Agent Book Writing System - Part 3
Prerequisite: This is a continuation of the blog Part 2: A Complete Guide to Creating a Multi-Agent Book Writing System ✍️ Agent 3 -...
ganesh90
Jun 9, 202516 min read


A Complete Guide to Creating a Multi-Agent Book Writing System - Part 2
Prerequisite: This is a continuation of the blog Part 1: A Complete Guide to Creating a Multi-Agent Book Writing System 🧠 LLMAgent: The...
ganesh90
Jun 9, 202518 min read


A Complete Guide to Creating a Multi-Agent Book Writing System
Picture this: You're sitting in a cozy café, and someone at the next table casually mentions they just built an AI team that researched,...
ganesh90
Jun 9, 202516 min read


People Detection and Tracking with BoT-SORT
Introduction Accurately detecting and tracking people across video frames is essential for modern applications in retail analytics,...
ganesh90
Jun 2, 20254 min read


People Detection and Tracking with ByteTrack: Building Real-Time Monitoring Systems
Introduction Accurately detecting and tracking people across video frames is essential for modern applications in retail analytics,...
ganesh90
Jun 2, 20254 min read


Hand Segmentation Made Simple with YOLO and Python
Introduction In industries such as augmented reality, robotics, gaming, and gesture-based control, understanding and interpreting hand...
ganesh90
May 30, 20257 min read


Hand Segmentation Using U-Net: A Deep Learning Approach for Pixel-Level Detection
Introduction Hand segmentation is a fundamental computer vision task that enables machines to understand and interact with human gestures...
ganesh90
May 30, 20257 min read


Glove Detection for Hygiene Compliance
Introduction In many industries, particularly in food processing, healthcare, and pharmaceuticals, personal protective equipment such as...
ganesh90
May 29, 20255 min read


25 Hands-On MCP Projects: From Beginner to Enterprise-Level Mastery
Dear Readers , we appreciate your visit to Codersarts. In this blog, you'll find an extensive collection of sample assignments and...

Codersarts
May 24, 20257 min read


Build a Corrective RAG Agent to Fact-Check News Articles
In an era of misinformation, the ability to automatically fact-check news content using AI is becoming essential. With the rise of...

Codersarts
May 6, 20254 min read
bottom of page