How to Build Multi-Agent Systems: AI Apps in 20 Min | OpenAI Swarm Tutorial 🐝

preview_player
Показать описание
Hi all! Welcome to this introduction to the Swarm multi-agent orchestration library, a new release by OpenAI team! In this video, you'll learn how to use the Swarm package, create a FastAPI router, and integrate it into a full-stack app. The app is built using Databutton AI App Builder, where the frontend is powered by ReactJS and the backend runs on Python (FastAPI).

Don't forget to like, share, and subscribe if you find this tutorial helpful!

cheers!

Video Segments

00:00 Introduction to Swarm: Multi-Agent Framework Demo
01:55 Understanding Swarm: Multi-Agent Systems & Handoffs
04:51 Building a Multi-Agent App: Step by Step
05:16 Creating the Frontend with Databutton
06:19 Setting Up the Backend & Swarm Integration
12:10 Advanced use-case ( Health Care Multi Agent AI Assistant )
14:56 Testing the Multi-Agent System
16:02 Understanding Agent Architecture & Functions
18:14 Swarm Framework Benefits & Code Overview
20:32 Conclusion & Resources
Рекомендации по теме
Комментарии
Автор

Which app did you use for recording?..so smooth. Good explanation of swarm too :)

sahas
Автор

How it will handle the query if I say:

Can you help me with the appointment and get the medicines? ( Here we see both appointment agent and pharmacist agent needs to be called )

Also, can appointment agent call pharmacist agent, does it make sense ( i understand that it is not defined in our functions, so it won't work in this scenario)

avinashanand