diff --git a/ai_agent_tutorials/ai_game_dev_team/README.md b/ai_agent_tutorials/ai_game_dev_agent_team/README.md similarity index 80% rename from ai_agent_tutorials/ai_game_dev_team/README.md rename to ai_agent_tutorials/ai_game_dev_agent_team/README.md index 066d3e8..0821865 100644 --- a/ai_agent_tutorials/ai_game_dev_team/README.md +++ b/ai_agent_tutorials/ai_game_dev_agent_team/README.md @@ -1,6 +1,6 @@ -# AI Game Development Agent Advisory 🎮 +# AI Game Development Agent Team 🎮 -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. +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 @@ -52,7 +52,7 @@ Follow these steps to set up and run the application: 4. **Run the Streamlit App**: ```bash - streamlit run ai_game_dev_team/ai_game_dev_agents.py + streamlit run ai_game_dev_agent_team/game_dev_agent_team.py ``` ## Usage diff --git a/ai_agent_tutorials/ai_game_dev_team/ai_game_dev_agents.py b/ai_agent_tutorials/ai_game_dev_agent_team/game_dev_agent_team.py similarity index 99% rename from ai_agent_tutorials/ai_game_dev_team/ai_game_dev_agents.py rename to ai_agent_tutorials/ai_game_dev_agent_team/game_dev_agent_team.py index e17d51e..b103eb1 100644 --- a/ai_agent_tutorials/ai_game_dev_team/ai_game_dev_agents.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 Advisory") +st.title("AI Game Development Agent Team") # Add agent information below title st.info(""" diff --git a/ai_agent_tutorials/ai_game_dev_team/requirements.txt b/ai_agent_tutorials/ai_game_dev_agent_team/requirements.txt similarity index 100% rename from ai_agent_tutorials/ai_game_dev_team/requirements.txt rename to ai_agent_tutorials/ai_game_dev_agent_team/requirements.txt