Skip to content

Hermes Agent

Connect Hermes Agent to Trurlic so code generation follows your architectural decisions.

  • Trurlic installed and .trurlic/ initialized in your project
  • Hermes Agent (NousResearch) installed

The fastest way:

Terminal window
trurlic install --ide hermes-agent

This writes to ~/.hermes/config.yaml.

Add to your Hermes configuration (~/.hermes/config.yaml):

mcp_servers:
trurlic:
command: "trurlic"
args:
- serve

Add Trurlic instructions to your project’s agent rules so Hermes queries the decision graph before generating code. See MCP Server for the recommended instruction block.

  1. Start a Hermes session in the project directory.
  2. Ask the agent to implement a feature — it should query get_context and follow your recorded decisions.
  3. Check trurlic status for consistency.