docs: refresh heartbeat task batching refs

This commit is contained in:
Peter Steinberger
2026-04-04 15:21:42 +01:00
parent 3f9e93fd28
commit eddb94555a
3 changed files with 38 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ See [Hooks](/automation/hooks).
### Heartbeat
Heartbeat is a periodic main-session turn (default every 30 minutes). It batches multiple checks (inbox, calendar, notifications) in one agent turn with full session context. Heartbeat turns do not create task records. Use `HEARTBEAT.md` to define what the agent checks.
Heartbeat is a periodic main-session turn (default every 30 minutes). It batches multiple checks (inbox, calendar, notifications) in one agent turn with full session context. Heartbeat turns do not create task records. Use `HEARTBEAT.md` for a small checklist, or a `tasks:` block when you want due-only periodic checks inside heartbeat itself.
See [Heartbeat](/gateway/heartbeat).