feat: add self-hosted memory providers (Honcho, OpenViking, Holographic) #31

Closed
Hermes wants to merge 7 commits from feat/memory-providers into master
5 changed files with 236 additions and 4 deletions
Showing only changes of commit 3596ac5219 - Show all commits

View File

@@ -35,6 +35,8 @@ services:
"bash /opt/data/hermes-tools/install.sh && . /opt/hermes/.venv/bin/activate && uv pip install openai 'mautrix[encryption]' -q && exec /usr/bin/tini -g -- /opt/hermes/docker/entrypoint.sh \"$@\"",
"hermes-entrypoint"]
restart: always
# Gateway run enables the internal API server on port 8642
command: gateway run
environment:
- OLLAMA_HOST=http://ollama:11434
- API_SERVER_ENABLED=true