hermes-agent/website/docs/user-guide/features
Teknium 49e4e5e691
feat: Prime-Agent parity cluster — goal quality gates, /heartbeat, /refine
Integrates the three Prime-Agent (PrimeIntellect-ai/prime-agent) harness
features that fit Hermes' architecture, adapted rather than ported:

- /goal gate add <cmd>: deterministic quality gates on the goal loop.
  Gates run at turn boundary BEFORE the LLM judge; a failing gate's
  bounded output becomes the continuation prompt, unchanged workspaces
  (git fingerprint) are not re-run, retries are bounded with auto-pause.
- /heartbeat every <interval> <prompt>: one recurring re-entry prompt
  per session, injected as a plain user turn only when idle; missed
  ticks coalesce; state persists in SessionDB and migrates across
  compression rotations. CLI watchdog thread + gateway-wide poller.
- /refine [focus]: user-triggered run of the existing background
  memory/skill review fork, with optional focus instructions appended
  to the review prompt. Automatic reviews are byte-identical to before.

RLM (IPython-only tool surface) deliberately excluded per request; the
daemon/worker detach layer and root-session A2A messaging are covered
by the gateway, sessions DB, delegation, and send_message and were not
duplicated.

All three features are cache-safe (plain user-role injections, no
system-prompt mutation) and alternation-safe.
2026-08-05 14:06:40 -07:00
..
_category_.json
acp.md
api-server.md
batch-processing.md
browser.md
built-in-plugins.md
code-execution.md
codex-app-server-runtime.md
computer-use.md
context-files.md
context-references.md
credential-pools.md
cron.md fix: correct cron mid-run restart claim in salvaged docs 2026-08-05 21:33:44 +05:30
curator.md
delegation.md
deliverable-mode.md
extending-the-dashboard.md
fallback-providers.md
goals.md feat: Prime-Agent parity cluster — goal quality gates, /heartbeat, /refine 2026-08-05 14:06:40 -07:00
heartbeat.md feat: Prime-Agent parity cluster — goal quality gates, /heartbeat, /refine 2026-08-05 14:06:40 -07:00
honcho.md
hooks.md
image-generation.md
kanban-tutorial.md
kanban-worker-lanes.md
kanban.md
lsp.md
mcp.md docs: four small accuracy fixes 2026-08-05 21:33:44 +05:30
memory-providers.md
memory.md docs: warn against pointing two agents at one Hermes home (memory, profiles, FAQ) 2026-08-05 21:33:44 +05:30
mixture-of-agents.md
overview.md
personality.md
pets.md
plugins.md
provider-routing.md
skills.md
skins.md
spotify.md
subscription-proxy.md
tool-gateway.md
tool-search.md
tools.md
tts.md
vision.md
voice-mode.md
wake-word.md feat(wake): client-capture wake word for remote desktop 2026-08-05 10:03:48 -06:00
web-dashboard.md
web-search.md
x-search.md