Install CrewAI

Install the CrewAI CLI:

uv tool install crewai

Create a new crew project:

crewai create crew my_agent_project cd my_agent_project

Install the project’s dependencies:

crewai install

Run your first agent crew:

crewai run

Optional: Install extra tools for file handling and web search

pip install 'crewai[tools]'