Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 649 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 649 Bytes

crew-ollama-agent

❗ experiment

description

Create a CloudArchitect Agent and DevOps engineer A Cloud Architect and a DevOPs engineer finding solutions on running kubernetes in the cloud.

setup ollama

ollama run codellama

make setup

sudo apt install pipenv
pipenv install

run

--> Ipython Notebook or python mycrew.py

graph TD;
    ACrew --> CloudArchitect;
    ACrew-->DevOpsEngineer;
    CloudArchitect --> Task1 --> SearchDuckDuckgo;
    DevOpsEngineer-->Task2;
    DevOpsEngineer <--> CloudArchitect;
    Task1 --> Result;
    Task2 --> Result;
Loading