From 87a5b093ae8a6671c44c711fe0de54137b7f3370 Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Fri, 17 Jan 2025 20:01:48 -0600 Subject: [PATCH] updated game_dev_agent_team README --- ai_agent_tutorials/ai_game_dev_agent_team/README.md | 6 +----- .../ai_game_dev_agent_team/game_dev_agent_team.py | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ai_agent_tutorials/ai_game_dev_agent_team/README.md b/ai_agent_tutorials/ai_game_dev_agent_team/README.md index 0821865..01a31b4 100644 --- a/ai_agent_tutorials/ai_game_dev_agent_team/README.md +++ b/ai_agent_tutorials/ai_game_dev_agent_team/README.md @@ -2,13 +2,9 @@ The AI Game Development Agent 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** +- **Specialized Game Development Agent Team** - 🎭 **Story Agent**: Specializes in narrative design and world-building, including character development, plot arcs, dialogue writing, and lore creation - 🎮 **Gameplay Agent**: Focuses on game mechanics and systems design, including player progression, combat systems, resource management, and balancing - 🎨 **Visuals Agent**: Handles art direction and audio design, covering UI/UX, character/environment art style, sound effects, and music composition diff --git a/ai_agent_tutorials/ai_game_dev_agent_team/game_dev_agent_team.py b/ai_agent_tutorials/ai_game_dev_agent_team/game_dev_agent_team.py index b103eb1..5d765b8 100644 --- a/ai_agent_tutorials/ai_game_dev_agent_team/game_dev_agent_team.py +++ b/ai_agent_tutorials/ai_game_dev_agent_team/game_dev_agent_team.py @@ -25,7 +25,7 @@ The AI agents will collaborate to develop a comprehensive game concept based on """) # Main app UI -st.title("AI Game Development Agent Team") +st.title("🎮 AI Game Development Agent Team") # Add agent information below title st.info("""