Skip to main content

Hermes

Hermes is a lightweight local routing assistant that intercepts natural language shell requests, translates them into precise terminal commands, and runs them after confirmation. It works natively with local GoingMerry endpoints.


1. Installation

Install Hermes using your preferred shell package manager or script curl utility:

npm install -g hermes-cli

2. Setting the Endpoint

Hermes looks for the default local REST URL. Map the environment configuration to utilize GoingMerry:

export HERMES_API_BASE="http://localhost:11434"
export HERMES_MODEL="gemma4"

3. Usage

Run Hermes with a query:

hermes "find all markdown files modified in the last 2 days"

Hermes queries your local GoingMerry daemon and prints the target shell command for your confirmation before execution.