mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-04-23 03:00:08 -04:00
AI Crew for Game Building
Introduction
This project is an example using the CrewAI framework to automate the process of create simple games. CrewAI orchestrates autonomous AI agents, enabling them to collaborate and execute complex tasks efficiently.
Game Builder
By @joaomdmoura
CrewAI Framework
CrewAI is designed to facilitate the collaboration of role-playing AI agents. In this example, these agents work together to give a complete stock analysis and investment recommendation
Running the Script
This example uses GPT-4.
- Configure Environment: Copy ``.env.example` and set up the environment variable
- Install Dependencies: Run
poetry install --no-root. - Execute the Script: Run
python main.pyand input your idea.
Details & Explanation
- Running the Script: Execute `python main.py`` and input your idea when prompted. The script will leverage the CrewAI framework to process the idea and generate a landing page.
- Key Components:
./main.py: Main script file../tasks.py: Main file with the tasks prompts../agents.py: Main file with the agents creation.
License
This project is released under the MIT License.
