From the course: Introduction to Agentic AI: Getting Started with AutoGen Studio
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Agentic workflows in AutoGen Studio - Autogen Tutorial
From the course: Introduction to Agentic AI: Getting Started with AutoGen Studio
Agentic workflows in AutoGen Studio
In AutoGen Studio, workflows are how agents work together to get things done. AGS offers us two main workflows: autonomous chat and sequential chat. Each of them has its own way of organizing communication between agents, depending on the task at hand. Let's take a look at them. The first type is autonomous chat. This is where agents interact and work together independently. You can have just two agents or you can create a whole group of agents. In a two-agent chat, one agent, like the user proxy agent, may start a task, while another one, like the assistant agent, actually carries it out and they interact and talk together. For example, the user proxy agent may ask the assistant agent to create a report or perform some analysis. If you need a more powerful autonomous chat that requires more than a single agent, the group chat is your option. Here multiple agents will collaborate, guided by a group chat manager. This manager divides the work among the agents, assigning the…