Skip to content

bigg01/crew-ollama-agent

Repository files navigation

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