robrita / building-ai-agents-with-autogen

All the hands-on code examples for my workshop "Building AI Agents with Autogen"

Repository from Github https://github.comrobrita/building-ai-agents-with-autogenRepository from Github https://github.comrobrita/building-ai-agents-with-autogen

Building AI Agents with AutoGen

This repository demonstrates the implementation of AI agents using the AutoGen framework, to accompany the workshop Building AI Agents with AutoGen.

Workshop Banner

It showcases various single-agent and multi-agent systems, as well as a user interface for interacting with these agents.

Each system is designed to solve specific tasks, ranging from career mentoring to collaborative system design and marketing campaign creation.

Project Structure

The project is organized into the following directories:

Contains setup instructions, dependencies, and environment configuration files.

Demonstrates the capabilities of single-agent systems with various enhancements like tools, memory, and retrieval-augmented generation (RAG).

Implements collaborative multi-agent systems for complex tasks like system design, marketing campaigns, and code review, demonstrating various agentic patterns.

Provides a user interface for interacting with AI agents using Chainlit.

About

All the hands-on code examples for my workshop "Building AI Agents with Autogen"


Languages

Language:Python 100.0%