From e1921b4fc3a7bb95222c1156a3159037c89a5703 Mon Sep 17 00:00:00 2001 From: Madhu Shantan Date: Mon, 13 Jan 2025 01:51:09 +0530 Subject: [PATCH] Updated demo in README.md --- ai_agent_tutorials/ai_game_dev_team/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ai_agent_tutorials/ai_game_dev_team/README.md b/ai_agent_tutorials/ai_game_dev_team/README.md index 5ef4d67..066d3e8 100644 --- a/ai_agent_tutorials/ai_game_dev_team/README.md +++ b/ai_agent_tutorials/ai_game_dev_team/README.md @@ -2,6 +2,10 @@ The AI Game Development Team is a collaborative game design system powered by Autogen's AI Agent framework. This app generates comprehensive game concepts through the coordination of multiple specialized AI agents, each focusing on different aspects of game development based on user inputs such as game type, target audience, art style, and technical requirements. This is built on Autogen's GroupChat methods and AssistantAgent features, run through initiate_chat() method. +## Demo + +https://github.com/user-attachments/assets/4ae71428-9fd4-473a-8349-7a62e888bfbc + ## Features - **Multi-Agent Collaboration System**