Welcome to the workshop "Agents, Assemble!" held at the Codemotion Conference in Milan, 2024. This workshop is designed to guide you through the process of enhancing your digital product by leveraging the full potential of agentic application and using AutoGen Studio to do it in a simple way.
The codebase for this workshop is structured to facilitate a step-by-step exploration of GenAI capabilities. It starts with a simple example application that uses OpenAI's gpt-4o model via a single-prompt API. From there, we will progressively enhance our product using AutoGen and AutoGen Studio.
The codebase is divided into the following parts:
- linkedin-post-generator folder contains the sample app source code
- workshop folder contains walkthrough and assets for the workshop
- autogen folder contains AutoGen configuration files and local sqlite database
To get started with the workshop, follow these steps:
- First of all, copy the API keys we provided you into the .env file. Make sure the file is named ´.env´ and is located in the root of the repository.
- Run the following command in the repository root to install dependencies and set up the environment:
npm run setup
- Start docker services (will take a while):
docker compose up -d --build tutorial-ui autogenstudio-ui linkedin-app
After every service is up and running, you can access the following services:
Open the Tutorial UI and follow from there. Have fun! 🚀