hermes-agent/website/docs/reference
Teknium 8f2712725a feat: /refine — run the memory/skill self-improvement review on demand
/refine [focus] fires the existing background review fork
(AIAgent._spawn_background_review) immediately instead of waiting for
the automatic 10-turn memory / 10-iteration skill nudge counters.
Optional focus instructions are appended to the review prompt so the
fork prioritizes what the user asked for (e.g. '/refine save the
deploy workflow as a skill').

- New optional focus parameter threaded through
  _spawn_background_review -> spawn_background_review_thread.
  Automatic post-turn reviews pass None and their prompts are
  byte-identical to before.
- CLI handler snapshots conversation_history; gateway handler pulls
  the idle session's cached AIAgent from _agent_cache (rejected while
  the agent is running).
- Review runs in a daemon thread against the snapshot — live
  conversation, message alternation, and prompt cache untouched.
- Slack stays under the 50-slash cap via /hermes refine.

Adapted from the /refine concept in Prime Intellect's Prime-Agent
(Continual Harness); Hermes' equivalent durable state is the
memory + skill stores, so the review fork is the natural target.
2026-08-05 22:40:51 -07:00
..
_category_.json
automation-blueprints-catalog.mdx
cli-commands.md
environment-variables.md feat(skills): actual-setup optional skill + provider docs 2026-08-05 14:08:32 -07:00
faq.md docs: warn against pointing two agents at one Hermes home (memory, profiles, FAQ) 2026-08-05 21:33:44 +05:30
mcp-config-reference.md
model-catalog.md
optional-skills-catalog.md
profile-commands.md
skills-catalog.md
slash-commands.md feat: /refine — run the memory/skill self-improvement review on demand 2026-08-05 22:40:51 -07:00
tools-reference.md Hermes can read the in-app browser (#79482) 2026-08-05 16:35:00 +00:00
toolsets-reference.md Hermes can read the in-app browser (#79482) 2026-08-05 16:35:00 +00:00