Nous Research Adds /Loop Command to Hermes
The feature lets sessions repeat prompts at chosen intervals like a built-in scheduler.
Nous Research posted that Hermes now includes the /loop slash command. Users type /loop followed by an interval and prompt to make the model repeat the prompt in the same session. The command runs in CLI, desktop apps, and messaging channels. It can check often at first then slow down when nothing changes. Posts from the company account and engineer Teknium describe it as similar to cronjobs that keep full session context. Examples in replies include monitoring deployments, GitHub checks, and long-running jobs, with reports only on status changes.
Hermes has a new slash command: /loop. '/loop 5m <prompt>' re-runs the prompt every 5 minutes in the same session. Leave the interval off and it paces itself, checking often at first and backing off while nothing changes. Works in the CLI, desktop, and every messaging…