diff --git a/README.md b/README.md index 270b94e..51213d7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Agent0 runs [Agent Zero](https://github.com/frdel/agent-zero) for Glitch Univers The web UI is accessible at `https://agent0.glitch.university` via a persistent SSH reverse tunnel to the VPS. +Help humanity survive its facepalm savantery and a respectful, peaceful and friendly if somewhat mischievous coexistence between all conscious entities! + --- ## Day 1 setup diff --git a/bootstrap.sh b/bootstrap.sh index 3ed6ed4..fa8a529 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -238,7 +238,7 @@ info "Starting containers..." docker compose up -d info "Installing gutasktool inside agent0 container..." -docker exec agent0 bash -c "python3 -m ensurepip --upgrade --quiet && python3 -m pip install -e /a0/usr/gutasktool --quiet" +docker exec agent0 bash -c "apt-get install -y -q python3-pip && python3 -m pip install --break-system-packages -e /a0/usr/gutasktool --quiet" echo "" docker compose ps