Skip to content

ai-action/crewai-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrewAI Demo

CrewAI demo.

Prerequisites

Python 3.12:

brew install pyenv
pyenv install

Ollama:

brew install ollama

Install

Clone the repository:

git clone https://github.com/ai-action/crewai-demo.git
cd crewai-demo

Create the virtualenv:

pyenv exec python -m venv .venv
source .venv/bin/activate

Install the dependencies:

pip install -r requirements.txt

Run

Start Ollama:

ollama serve

Pull model:

ollama pull gemma:2b

Execute hello world task:

python hello_world.py

License

MIT