# crewAI
## Anleitungsvideo
[Youtube: CrewAI Python Tutorial for Beginners - Let's Build an AI Crew!
](https://www.youtube.com/watch?v=6NbJQsCg1VQ)
## Open Source Repositorium
https://github.com/joaomdmoura/crewAI
# Installation
```shell
py -m venv venv
.\venv\Scripts\activate
```
#linux
python -m venv venv
./venv/bin/activate)
pip install python-dotenv crewai langchain langchain-community setuptools wikipedia duckduckgo-search openai
## Mit localen Large Language Modulen (LLM)
## Install Ollama
## https://ollama.com/
pip install ollama
Alle Beispiele lassen sich wie folgt starten mit:
`python beispieldatei.py`