This repository has been archived on 2024-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-05-03 16:17:59 +02:00
.vscode add panel apps 2024-05-03 16:17:59 +02:00
__pycache__ add research-gui 2024-04-05 15:07:14 +02:00
db add google search 2024-03-26 18:23:30 +01:00
flagged tests 2024-04-30 18:05:08 +02:00
myproject add open interpreter crew 2024-03-27 19:09:10 +01:00
.gitignore UPDATED .gitignore 2024-03-25 13:46:50 +01:00
chat-panel.py add panel apps 2024-05-03 16:17:59 +02:00
crew-code-interpreter.py add research-gui 2024-04-05 15:07:14 +02:00
crew-generiere-datei-aus-recherche.py tests 2024-04-30 18:05:08 +02:00
crew-google-srap-analyze-translate-post.py add google search 2024-03-26 18:23:30 +01:00
crew-news-post-mistral.py verbessert 2024-03-25 23:19:17 +01:00
crew-suche-information-pruefe-wiki.py fixes 2024-03-25 14:29:30 +01:00
panel_test.py add panel apps 2024-05-03 16:17:59 +02:00
README.md example added 2024-03-25 22:26:44 +01:00
reli-chat-ai-panel.py add panel apps 2024-05-03 16:17:59 +02:00
reli.py add panel apps 2024-05-03 16:17:59 +02:00
research-gui.py tests 2024-04-30 18:05:08 +02:00

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