Adding updates to agent

This commit is contained in:
2026-05-10 18:46:48 +02:00
parent e0983d25ae
commit 54c6857252
4 changed files with 22 additions and 8 deletions
+6
View File
@@ -98,6 +98,7 @@ services:
- ./agents/dobby:/a0/usr
- ./shared/skills:/a0/usr/skills
- ${HOME}/.ssh:/root/.ssh
- ../gutasktool:/opt/gutasktool
restart: unless-stopped
depends_on:
dobby-init:
@@ -121,6 +122,7 @@ services:
- ./agents/gemma:/a0/usr
- ./shared/skills:/a0/usr/skills
- ${HOME}/.ssh:/root/.ssh
- ../gutasktool:/opt/gutasktool
restart: unless-stopped
depends_on:
gemma-init:
@@ -144,6 +146,7 @@ services:
- ./agents/gunnar:/a0/usr
- ./shared/skills:/a0/usr/skills
- ${HOME}/.ssh:/root/.ssh
- ../gutasktool:/opt/gutasktool
restart: unless-stopped
depends_on:
gunnar-init:
@@ -167,6 +170,7 @@ services:
- ./agents/rind:/a0/usr
- ./shared/skills:/a0/usr/skills
- ${HOME}/.ssh:/root/.ssh
- ../gutasktool:/opt/gutasktool
restart: unless-stopped
depends_on:
rind-init:
@@ -190,6 +194,7 @@ services:
- ./agents/abyssinthia:/a0/usr
- ./shared/skills:/a0/usr/skills
- ${HOME}/.ssh:/root/.ssh
- ../gutasktool:/opt/gutasktool
restart: unless-stopped
depends_on:
abyssinthia-init:
@@ -212,6 +217,7 @@ services:
- ./agents/hermes:/a0/usr
- ./shared/skills:/a0/usr/skills
- ${HOME}/.ssh:/root/.ssh
- ../gutasktool:/opt/gutasktool
restart: unless-stopped
depends_on:
hermes-init: