One agent, not a toggle
HermesCo runs a single operator. There is no model picker and no “Hermes or Nemotron” switch. Hermes is the brain; Nemotron is a safety screen that is always on underneath it.Hermes decides
Hermes 4 405B is the operator. It receives a system prompt, the available tool specs, and the conversation history, then reasons and emits tool calls in Hermes’s native format:<tool_call>, executes the tool, and appends the result as a <tool_response> for the next step. The loop is bounded so a turn always terminates. Hermes stops calling tools when the task is done or when a spend is awaiting a human decision.
The model is defined in src/lib/hermesco/models.ts: