Skip to content

Latest commit

 

History

History

AIAgenticDesignPatternswithAutoGen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AI Agentic Design Patterns with AutoGen

Today we’re launching AI Agentic Design Patterns with AutoGen, a short course made in collaboration with Microsoft and Penn State University, and taught by AutoGen creators Chi Wang, Principle Researcher at Microsoft Research, and Qingyun Wu, Assistant Professor at Penn State University.

In this course, you’ll learn how to build and customize multi-agent systems, enabling agents to take on different roles and collaborate to accomplish complex tasks using AutoGen, a framework that enables the development of LLM applications using multi-agents, all while implementing four agentic design patterns: Reflection, Tool use, Planning, and Multi-agent collaboration using AutoGen.

Launch email GIFs (20)

You’ll create:

  • A two-agent chat that shows a conversation between two standup comedians, using “ConversableAgent,” a built-in agent class of AutoGen for constructing multi-agent conversations.
  • A sequence of chats between agents to provide a fun customer onboarding experience for a product, using the multi-agent collaboration design pattern.
  • A high-quality blog post by using the agent reflection framework. You’ll use the “nested chat” structure to develop a system where reviewer agents, nested within a critic agent, reflect on the blog post written by another agent.
  • A conversational chess game where two agent players can call a tool and make legal moves on the chessboard, by implementing the tool use design pattern.
  • A coding agent capable of generating the necessary code to plot stock gains for financial analysis. This agent can also integrate user-defined functions into the code.
  • Agents with coding capabilities to complete a financial analysis task. You’ll create two systems where agents collaborate and seek human feedback. The first system will generate code from scratch using an LLM, and the second will use user-provided code.

You can use the AutoGen framework with any model via API call or locally within your own environment. In this course, you’ll use OpenAI’s API.

Start effectively implementing multi-agent systems in your workflows using AutoGen!

Details

Build and customize conversational agents using the AutoGen framework.

  • Use the AutoGen framework to build multi-agent systems with diverse roles and capabilities for implementing complex AI applications.

  • Implement agentic design patterns: Reflection, Tool use, Planning, and Multi-agent collaboration using AutoGen.

  • Learn directly from the creators of AutoGen, Chi Wang and Qingyun Wu.

  • Beginner

  • Chi Wang, Qingyun Wu

  • Prerequisite recommendation: If you have basic Python coding experience and you’re interested in automating complex workflows using AI agents, this course will provide the practical skills and knowledge you need to leverage AutoGen effectively.

Videos