Files
compose/ai/hermes/config.yaml
Hermes 81a12afe39 feat: add self-hosted memory providers (OpenViking, Honcho, Holographic)
- Add OpenViking service (knowledge graph) using official GHCR image
- Add Honcho stack (user modeling): API + PostgreSQL pgvector + Redis
- Add Holographic config to Hermes (local SQLite, no server needed)
- Hermes: install httpx for OpenViking client
- Hermes: auto-generate config.yaml + honcho.json on first boot
- All data 100% local, zero cloud dependencies
2026-05-22 22:15:36 -04:00

10 lines
163 B
YAML

memory:
memory_enabled: true
user_profile_enabled: true
providers:
- holographic
- honcho
- openviking
flush_min_turns: 6
nudge_interval: 10