<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Build Multi-Agent AI Teams with RAG &amp; Custom Tools! (No-Code) | FlowiseAI</title>
        <link>https://tube.grossholtz.net/videos/watch/82c4d074-91a4-4b41-8b9d-4da0df329c70</link>
        <description>How to Build Multi-Agent AI Teams with RAG &amp; Custom Tools In this video about building multi-agent AI teams with RAG and Custom Tools you will learn to take take your agentflows to the next level.  You will learn how to add a custom knowledge base (a PDF file) to the flow and also create a custom tools for sending emails. 🙏 Support My Channel: Buy me a coffee ☕ : https://www.buymeacoffee.com/leonvanzyl PayPal Donation: https://www.paypal.com/ncp/payment/EKRQ8QSGV6CWW 📑 Useful Links: Make.com: https://www.make.com/en/register?pc=leonvanzyl 💬 Chat with Like-Minded Individuals on Discord: https://discord.gg/VwHZzbNawh 🧠 I can build your chatbots for you! https://www.cognaitiv.ai 🕒 TIMESTAMPS: 00:00 - Intro 02:16 - Creating the Agent Team 04:55 - Writing Worker Prompts (Pro Tip) 08:22 - Adding Vector Retrieval Tool (RAG) 11:34 - Improving Team Behavior 13:00 - Custom Tool (Email Sender) 15:13 - Make.com 18:29 - Setting up Gmail Connection 22:29 - Testing our Team 🧑‍💻 Custom Tool Code Snippet:const fetch = require('node-fetch'); const url = ''; const options = { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ message: $message }) }; try { const response = await fetch(url, options); const data = await response.json(); return data.message; } catch (error) { console.error(error); return ''; }</description>
        <lastBuildDate>Mon, 06 Apr 2026 03:12:42 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://tube.grossholtz.net</generator>
        <image>
            <title>Build Multi-Agent AI Teams with RAG &amp; Custom Tools! (No-Code) | FlowiseAI</title>
            <url>https://tube.grossholtz.net/client/assets/images/icons/icon-512x512.png</url>
            <link>https://tube.grossholtz.net/videos/watch/82c4d074-91a4-4b41-8b9d-4da0df329c70</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://tube.grossholtz.net/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://tube.grossholtz.net/feeds/video-comments.xml?videoId=82c4d074-91a4-4b41-8b9d-4da0df329c70" rel="self" type="application/rss+xml"/>
    </channel>
</rss>