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.

Getting ready to set up AutoGen Studio

Getting ready to set up AutoGen Studio

What do we need to set up AutoGen Studio? In this video, I will show you everything you need to know to be ready for our next step. Let's go. The first thing to do is to explore the main AutoGen website. Here in microsoft.github.io/autogen, we can go and check the documentation. First, we can check on the Getting Started, the installation guide, and we can see that this is mostly for AutoGen, not AutoGen Studio. One important note is that AutoGen requires Python version 3.8. While this is true for AutoGen, it's not the same for AutoGen Studio. So one of the first things to do is to install Conda. You can open it in a new browser. You can go here, find the download for your operating system, and install it. And then inside Conda, install Python version 3.10. Why 3.10? Because if you go to AutoGen Studio in the Getting Started, you will see the required version is Python 3.10 or newer. With this, we should be ready to go. One additional thing is to get an OpenAI key. In this course, we…

Contents