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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user