Tools & Utilities

nix-hermes-agent

Nix package and NixOS module for Hermes. Fully reproducible deployments via Nix flakes.

Why it matters

Profile

Nix package and NixOS module for Hermes. Fully reproducible deployments via Nix flakes.

setup highintegration mediuminterface cli
Provenance

Signals

Listed in the awesome-hermes-agent README

Sources: 2 / Surfaces: 1

Fast skim

What the upstream surface says

Short excerpt only, so you can decide whether to click out.

Declarative Nix package and NixOS module for Hermes Agent by Nous Research.

Everything is configured in Nix. Config, documents, secrets, service — one nixos-rebuild switch and it's live.

{ inputs.nix-hermes.url = "github:0xrsydn/nix-hermes-agent";

nix-hermes-agentQuick Start1. Add to your flake2. Configure declarativelyhermes.nix── Declarative config (renders to cli-config.yaml) ──── Secrets (not in Nix store) ──── Non-secret env vars ──
  • services.hermes-agent.config attrset is deep-merged and rendered to cli-config.yaml
  • Documents are installed into the workspace directory
  • Secrets stay outside the Nix store via environmentFiles
  • systemd service runs hermes gateway with everything wired up
  • ${stateDir}/.hermes/skills/
  • declarative skills from Nix
  • interactive/runtime skills from hermes skills install
  • services.hermes-agent.skills.bundled