Home
Docs
Major Features / Heartbeat Tasks

Heartbeat Tasks

Schedule bounded autonomous work cycles — Heddle wakes, works, and reports back.

Overview

Heddle can wake on a schedule, do limited work, checkpoint results, and decide whether to continue, pause, complete, or escalate to you. Each cycle is bounded so the agent never runs away unchecked.

Commands

heddle heartbeat start --every 30m

heddle heartbeat task add --id repo-gardener \
  --task "Check for safe maintenance work" \
  --every 1h

Next