Agent Integrations · node9 documentation

Agent Integrations

Which agents node9 is wired into on this machine, and how to change that.

See the state
node9 agents list
Every supported agent and whether node9 is wired into it here. Run this before concluding that a rule did not fire, because an agent that was never wired never asked.
Wire or unwire one
node9 agents add <agent>
node9 agents remove <agent>
node9 init wires every agent it finds at once. These two are for changing one afterwards.
An agent update can wipe the wiring
node9 heal
Agents rewrite their own settings when they update, and a rewrite can drop node9's hooks. heal puts them back, taking a backup first. Restart the agent afterwards, because it reads its hook configuration at startup. If verdicts stopped appearing after an agent updated itself, this is the first thing to try.

How deeply each agent is governed differs, and it is published per agent rather than summarised here. Agents that expose no hook API are governed through their MCP servers and not for anything they do on their own.