Skip to main content

Install and sign in

Update with hermes plugins update merv when Merv announces an update.
Ask the agent to call project(action="list"), then workflow.status_and_next(project_id). Follow along in the web UI at rapidreview.io/merv.
Hermes doesn’t auto-pull third-party Git plugins; the generated merv-hermes-client repo rebuilds from main every few minutes, so hermes plugins update merv picks up the latest.

Skills and reviewers

Skills are plugin-registered under the merv: namespace. Reviews hand off with delegate_task, passing the handoff prompt unchanged to a fresh child. Reflection lenses fan out with delegate_task(tasks=[…]); the default concurrency of three runs five lenses in two waves. See Reviewer handoff.

Long runs

Background terminal with completion notification enabled; its exit wakes the agent, which then reads sandbox.runs. See Long runs.

Caveats

  • Hermes renames dotted tools: workflow.status_and_next appears as mcp_merv_workflow_status_and_next.
  • No per-run MCP configuration flag: Auto-run sessions use the session-scoped merv-client call bridge; interactive sessions use native MCP. Enable for the runner with merv-client agent hermes --enable --command hermes.