node9 with Hermes Agent

Control modelhooksSees every tool callyesPrompt scanningno

node9 sees every tool call Hermes Agent makes, through a pre-execution hook. A risky action is allowed, sent to you for review, or blocked before it runs.

SurfaceHow node9 is wiredWhat it does
Every tool callpre_tool_call command hook in the Hermes YAML configallow / review / block before the tool runs
Every tool resultpost_tool_call command hookaudit record

Run node9 status to see the exact config path on your machine.

Set it up

node9 agents add hermes

node9 init does this for every agent it detects on the machine. Either command is safe to re-run; it repairs a hook that an agent update removed and leaves everything else alone.

What is not covered

  • No prompt scan. Hermes has no prompt event.
  • No MCP wrapping. Hermes' MCP servers are not routed through the node9 gateway.
  • Hermes sends an empty session id on the pre-tool hook, so the output-taint review gate does not work for Hermes. Upstream issue: NousResearch/hermes-agent#48311.
  • Cost is not tracked for Hermes.

Verify it on this machine

node9 doctor                                   # is the hook (or MCP wrap) actually in place?
node9 explain Bash 'cat ~/.ssh/id_rsa'         # shows the verdict the live hook enforces: BLOCK

node9 explain prints the exact rule that fires and where the decision came from. If doctor says the agent is not wired, the guard is not running, whatever the config looks like.

Every agent, side by side

node9 wires into twelve agents and the depth differs. The coverage matrix shows all of them in one table, including which ones node9 cannot see the shell of.