This video is all you need to watch to completely understand AutoGen workflows (aka Conversation Patterns). After watching the tutorial, you'll gain a deep understanding of the inner workings of AutoGen and the different options that make communication between agents efficient.
We'll look at how agents talk to each other and go over the four types of conversation patterns within AutoGen:
- Two-agent Chat
- Sequential Chat
- Group Chat
- Nested Chat
We're going to examine how each workflow works, then we'll see what implementation looks like in a sample Python app, and finally, we'll run a demo and watch how the agents communicate.
Ready? Jump right in!
--
Unlock the source code for free at: https://hey.gettingstarted.ai
--
Connect with me:
Subscribe: https://www.youtube.com/@gswithai?sub_confirmation=1
Follow on X: https://www.twitter.com/gswithai
👉 Get help with your AI integration: https://forms.gle/XXE8tA2jBWFWYHaf8
--
Other resources:
Read on the blog: https://www.gettingstarted.ai/autogen-conversation-patterns-workflows/
Agents Overview:
https://youtu.be/a5iVvrkIk3s
AutoGen Workflows: https://microsoft.github.io/autogen/docs/tutorial/conversation-patterns
--
Timeline:
00:00 Introduction
01:18 Conversation Patterns Overview
01:30 Two-agent Chat Pattern Overview
01:53 Two-agent Chat Code
03:50 Two-agent Chat Demo
04:20 Sequential Chat Overview
05:11 Sequential Chat Code
07:38 Sequential Chat Demo
08:27 Group Chat Overview
09:04 Group Chat Code
11:56 Group Chat Demo
13:10 Nested Chat Overview
13:52 Nested Chat Code
16:40 Nested Chat Demo