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.
By @joaomdmoura
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
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.py
and input your idea.
- 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.
This project is released under the MIT License.