Hermes cron jobs should rely on durable state, not chat context

alexcovo_eth · x · 2026-08-15

Hermes Watcher highlights a common pitfall: writing prompts for Hermes cron jobs that only make sense within the current chat context. Since each cron run starts a fresh agent session, it cannot maintain conversation history. Instead, scheduled jobs should pull context from durable sources: the prompt defining the task, a Skill for repeatable procedures, and a Workdir for project context. Fragile commands like "Check on that issue" should be replaced by explicit instructions to run specific skills on defined project items.

Original post →

More from coding & agent

coding & agent channel →