db | ||
.gitignore | ||
crew-generiere-datei-aus-recherche.py | ||
crew-news-post-mistral.py | ||
crew-suche-information-pruefe-wiki.py | ||
README.md |
crewAI
Anleitungsvideo
Youtube: CrewAI Python Tutorial for Beginners - Let's Build an AI Crew!
Open Source Repositorium
https://github.com/joaomdmoura/crewAI
Installation
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