feat: add self-hosted memory providers (OpenViking, Honcho, Holographic)
Some checks failed
Build Hermes agent / build (pull_request) Has been cancelled
Build ollama (gfx906) / build (pull_request) Has been cancelled

- 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
This commit is contained in:
2026-05-11 19:02:36 -04:00
parent 8d1ae7e632
commit 01fbf2ab62
8 changed files with 308 additions and 4 deletions

9
ai/hermes/config.yaml Normal file
View File

@@ -0,0 +1,9 @@
memory:
memory_enabled: true
user_profile_enabled: true
providers:
- holographic
- honcho
- openviking
flush_min_turns: 6
nudge_interval: 10