Ensure you have Python >=3.10 <3.13 installed on your system. This project uses UV for dependency management and package handling, offering a seamless setup and execution experience.
First, if you haven't already, install uv:
pip install uvNext, navigate to your project directory and install the dependencies:
(Optional) Lock the dependencies and install them by using the CLI command:
crewai installAdd your OPENAI_API_KEY into the .env file
To kickstart your crew of AI agents and begin task execution, run this from the root folder of your project:
crewai flow kickoffThis command initializes the meme-generator-flow Crew, assembling the agents and assigning them tasks as defined in your configuration.