Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 852 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 852 Bytes

Installation

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 uv

Next, navigate to your project directory and install the dependencies:

(Optional) Lock the dependencies and install them by using the CLI command:

crewai install

Customizing

Add your OPENAI_API_KEY into the .env file

Running the Project

To kickstart your crew of AI agents and begin task execution, run this from the root folder of your project:

crewai flow kickoff

This command initializes the meme-generator-flow Crew, assembling the agents and assigning them tasks as defined in your configuration.