Search the field guide ⌘K

Scheduled automation

Hermes Agent cron jobs

Cron jobs are useful for narrow recurring Hermes Agent tasks such as daily briefs, research digests, inbox summaries, and issue monitors. They are risky when the workflow can mutate files, message users, or spend provider tokens without a review step.

Agent Guide is an independent editorial resource. It is not affiliated with, endorsed by, or sponsored by Nous Research, Hermes Agent, or Hermes/Hermes brand owners. Product names and marks belong to their respective owners.

Direct answer

Start Hermes Agent cron jobs with read-only, reviewable outputs: daily research brief, weekly digest, inbox summary draft, calendar prep, GitHub issue monitor, or Obsidian review. Do not start with workflows that send messages, modify production files, or make external commitments.

A good cron workflow has one trigger, one bounded input set, one output location, one review step, one cost stop rule, and an emergency disable path.

Best for

Avoid if

What this page covers

What this page does not cover

Quick steps

  1. Write the workflow as a manual prompt and run it once.
  2. Classify the output: safe, needs review, risky, or avoid for now.
  3. Add a schedule only after the manual run is stable.
  4. Route output to a private draft location before any external send.
  5. Add cost, log, and disable checks before increasing frequency.

Known breakpoints

BreakpointWhy it happensSafer response
Cron job does not fireSchedule syntax, runtime state, or service availability changedCheck current docs, logs, and public issue reports before retrying.
Output goes to the wrong channelDelivery target was not isolatedUse private draft channels and manual review.
Token spend spikesSchedule frequency or retry behavior too broadLower frequency and set provider cost stop rules.
Bad data repeatsStale memory or unchecked source reused every runRe-check source inputs and memory before rescheduling.

Security notes

Community signal note

Community signals are used to identify recurring questions and user-reported friction. They are not official product claims.

Changelog

Official sources reviewed

Source Used for Last checked Confidence
Hermes Agent documentation Hermes Agent feature scope, documentation structure, and official source navigation. 2026-06-02 high
Hermes Agent messaging docs Gateway-supported messaging surfaces, setup boundaries, and chat-platform workflow context. 2026-06-02 high
Public Hermes Agent cron issue reports Publicly reported cron friction patterns; not treated as official product status. 2026-06-02 medium
Hermes Agent security guide Approval modes, gateway authorization, Docker terminal backend hardening, and credential cautions. 2026-06-02 high

Known caveats: Public issue reports can show friction patterns, but they are not official product status. Verify current docs and releases before relying on cron behavior.

FAQ

What is the safest first Hermes Agent cron job?

A private daily brief or research digest that writes a draft for human review is safer than any job that sends messages or mutates files.

Should cron jobs run without supervision?

Only after the workflow is narrow, observable, cost-capped, and easy to disable.

Operator checklist

Get the Agent Guide launch checklist

Receive the smoke-test order for install path, sandbox boundary, provider setup, source review, and production checks.