Tobi talks to it over Telegram.

A systemd-managed automation service running on the VPS. It keeps vault sync and clipping processing in one place instead of scattering the work across loose cron jobs.

Naming note: Nous Research also has an open-source project called “Hermes Agent” โ€” an autonomous CLI agent with a skills system and messaging gateway. That is a different project.

Role

Hermes starts and supervises the workflow around Obsidian Headless:

  1. Sync the vault.
  2. Read and process new clippings.
  3. Write the results back into the sync.

Why systemd

Systemd fits this better than a loosely started script because it gives boot-time startup, automatic restarts on failure, and clean logs in one place.

Connections