Shared skills now for all agent and fixed the settings for Gunnar and Hermes

This commit is contained in:
2026-05-09 23:07:15 +02:00
parent bb444759f6
commit e36c9f4ee1
634 changed files with 16 additions and 521 deletions
+7
View File
@@ -96,6 +96,7 @@ services:
- "50001:80" # direct local access for debugging
volumes:
- ./agents/dobby:/a0/usr
- ./shared/skills:/a0/usr/skills
- ${HOME}/.ssh:/root/.ssh
restart: unless-stopped
depends_on:
@@ -118,6 +119,7 @@ services:
- "50002:80"
volumes:
- ./agents/gemma:/a0/usr
- ./shared/skills:/a0/usr/skills
- ${HOME}/.ssh:/root/.ssh
restart: unless-stopped
depends_on:
@@ -140,6 +142,7 @@ services:
- "50003:80"
volumes:
- ./agents/gunnar:/a0/usr
- ./shared/skills:/a0/usr/skills
- ${HOME}/.ssh:/root/.ssh
restart: unless-stopped
depends_on:
@@ -162,6 +165,7 @@ services:
- "50005:80"
volumes:
- ./agents/rind:/a0/usr
- ./shared/skills:/a0/usr/skills
- ${HOME}/.ssh:/root/.ssh
restart: unless-stopped
depends_on:
@@ -184,6 +188,7 @@ services:
- "50006:80"
volumes:
- ./agents/abyssinthia:/a0/usr
- ./shared/skills:/a0/usr/skills
- ${HOME}/.ssh:/root/.ssh
restart: unless-stopped
depends_on:
@@ -205,6 +210,7 @@ services:
- "50008:80"
volumes:
- ./agents/hermes:/a0/usr
- ./shared/skills:/a0/usr/skills
- ${HOME}/.ssh:/root/.ssh
restart: unless-stopped
depends_on:
@@ -229,6 +235,7 @@ services:
- ./agents/gerhard-hermes:/opt/data
- ./agents/gerhard-workspace:/workspace
- ./shared/knowledge:/knowledge
- ./shared/skills:/opt/data/skills
- ../gutasktool:/opt/gutasktool
- ${HOME}/.ssh:/root/.ssh
restart: unless-stopped