fix(#36,#48): improve Docker docs + enhanced mode messaging

- docker-compose.yml: document enhanced vs portable mode, point to fork
- feature-gates: explain that enhanced features need outsourc-e/hermes-agent
- gateway-capabilities: update upgrade instructions to reference fork

Closes #36 (already fixed in Dockerfile, now documented)
Addresses #48 (better UX for portable mode users)
This commit is contained in:
Eric
2026-04-12 13:09:08 -04:00
parent 4a4c97e20f
commit c18dc7280c
3 changed files with 8 additions and 2 deletions

View File

@@ -10,9 +10,15 @@
# 3. docker compose up
# 4. Open http://localhost:3000
#
# Enhanced Mode (sessions, skills, memory, config):
# The bundled agent Dockerfile builds from outsourc-e/hermes-agent which
# includes the enhanced gateway APIs. Vanilla NousResearch/hermes-agent
# will work in "portable" mode (chat only, no sessions/skills/memory).
#
# Troubleshooting:
# - See README.md "Docker" troubleshooting section
# - Check logs: docker compose logs hermes-agent
# - Agent must expose port 8642 with: hermes gateway run
services:
# The Hermes AI Agent Gateway