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.

Creating an agentic workflow

Creating an agentic workflow

In the previous video, we discussed the different workflows in AutoGen Studio. Now we are ready to create a simple agent workflow. The goal is to build basic chat workflow using two agents: the user proxy agent and the assistant agent. Let's start by reviewing the roles of the two agents that we will use. User proxy agent acts as a stand-in for a human user, sending instructions to the assistant and waiting for responses. And then the assistant agent is the agent that will perform the tasks and provide responses. It's powered by a large language model, meaning it can process natural language instructions and return well-structured replies and also, of course, user skills. These two agents will communicate, collaborate in order to complete a task in a simple chat-based workflow. Now let's go step by step to create this simple workflow in AutoGen Studio. All ready. Let's get it on. So first, we will create the agent. In this case, we are not going to use a skill, but we will use one…

Contents