WEEK 12 · LESSON 11 · TOPIC 1 OF 6 · Core Idea

Core Idea

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

Recurring automation in Hermes has three layers. A cron job determines when work runs. A skill defines the reusable procedure. An agentic workflow is the full loop in which Hermes gathers information, reasons over it, creates an output, reviews the result, and delivers or acts on it.

These layers should be built in that order of maturity: first prove the task manually, then refine the procedure, then package it as a skill, and finally schedule it.