feat: add Hermes Workspace alongside existing Hermes Agent #53
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/hermes-workspace"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Ajoute Hermes Workspace (
outsourc-e/hermes-workspace) — web UI complet pour Hermes Agent : chat, mémoire, skills, terminal, et orchestration multi-agent (Swarm Mode).Remplace l'approche Paperclip workers par une intégration native au gateway Hermes.
Architecture
Changements
compose submodule →
feat/hermes-workspaceService
hermesexistant :HERMES_DASHBOARD=1,HERMES_DASHBOARD_HOST=0.0.0.0,HERMES_DASHBOARD_PORT=9119— active l'API dashboard sur le port 9119 (sessions, skills, config, MCP, jobs)/health+/api/status) requis par ledepends_ondu workspaceNouveau service
hermes-workspace:ghcr.io/outsourc-e/hermes-workspace:latestHERMES_API_URL=http://hermes:8642,HERMES_DASHBOARD_URL=http://hermes:9119API_SERVER_KEYcommeHERMES_API_TOKENpour l'authworkspace.lazyworkhorse.net(port 3000, TLS via njalla)ai_backend+ai_netPrérequis
.env(agenix)Ajouter dans le fichier agenix du stack
ai:Post-déploiement
systemctl restart ai_stack.serviceHERMES_WORKSPACE_PASSWORDNotes
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.