No description
| .vscode | ||
| __pycache__ | ||
| db | ||
| flagged | ||
| myproject | ||
| .gitignore | ||
| chat-panel.py | ||
| crew-code-interpreter.py | ||
| crew-generiere-datei-aus-recherche.py | ||
| crew-google-srap-analyze-translate-post.py | ||
| crew-news-post-mistral.py | ||
| crew-suche-information-pruefe-wiki.py | ||
| panel_test.py | ||
| README.md | ||
| reli-chat-ai-panel.py | ||
| reli.py | ||
| research-gui.py | ||
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