File: autonomous-agents/hermes-agent.mdx
Since the 2026-07-17 Hindsight standalone cutover, Hermes runs memory mode local_external pointing at the standalone HA Hindsight pool (two stateless replicas behind Traefik hindsight.{PROXMOX_SUBDOMAIN}, state in the ai-VLAN Postgres cluster postgres-ai-1/-2). The page still describes it as in-process/local:
- Line ~30: "the built-in
MEMORY.md / USER.md plus the local Hindsight provider (knowledge-graph recall, fully self-hosted)" → it is a separate self-hosted HA service, not local/in-process.
- Line ~55:
provider: hindsight # local, no external service → the comment is now wrong; the mode is local_external → the standalone HA pool. Show mode: local_external if the config block should reflect current defaults.
Source of truth: ansible-proxmox-ai hermes_agent role defaults (local_external + https://hindsight.{SUB}). Live-verified this session: both replicas /health healthy; hermes memory status = provider hindsight, local_external → pool. Ref: Zammad #17049 (closed).
File:
autonomous-agents/hermes-agent.mdxSince the 2026-07-17 Hindsight standalone cutover, Hermes runs memory mode
local_externalpointing at the standalone HA Hindsight pool (two stateless replicas behind Traefikhindsight.{PROXMOX_SUBDOMAIN}, state in the ai-VLAN Postgres clusterpostgres-ai-1/-2). The page still describes it as in-process/local:MEMORY.md/USER.mdplus the local Hindsight provider (knowledge-graph recall, fully self-hosted)" → it is a separate self-hosted HA service, not local/in-process.provider: hindsight # local, no external service→ the comment is now wrong; the mode islocal_external→ the standalone HA pool. Showmode: local_externalif the config block should reflect current defaults.Source of truth:
ansible-proxmox-aihermes_agentrole defaults (local_external+https://hindsight.{SUB}). Live-verified this session: both replicas/healthhealthy;hermes memory status= provider hindsight, local_external → pool. Ref: Zammad #17049 (closed).