The team consists of 4 agents: the Critic, the Pragmatist, the User Advocate, and the Idea Generator (Optimist).
The user submits an idea, each agent shares their opinion, and they discuss their thoughts. At the end of the discussion, the user receives a summary conclusion. The user can also ask additional questions to the team.
Ensure you have Python >=3.10 <3.14 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 run