Agent heartbeat #26

Closed
opened 2026-05-07 01:30:23 -04:00 by jasoncouture · 1 comment
jasoncouture commented 2026-05-07 01:30:23 -04:00 (Migrated from github.com)

Periodic system-input independent of user messages — the agent gets a tick (with a HEARTBEAT.md-shaped payload) at a configured cadence and can act on it without a user prompt. Lets agents do background sweeps, scheduled reflection, drift detection, etc.

Not a chat trigger — strictly a separate input class.

Tracked in TASKS.md.

Periodic system-input independent of user messages — the agent gets a tick (with a HEARTBEAT.md-shaped payload) at a configured cadence and can act on it without a user prompt. Lets agents do background sweeps, scheduled reflection, drift detection, etc. Not a chat trigger — strictly a separate input class. Tracked in [TASKS.md](../blob/main/TASKS.md).
jasoncouture commented 2026-05-23 16:18:27 -04:00 (Migrated from github.com)

Closing — heartbeat is implemented. See src/LlamaShears.Core/AgentHeartbeatService.cs + HEARTBEAT.md template + transient agent boot. Heartbeat ticks fire on the configured cadence, spawn a transient sub-session bound to the agent, and brief it with parent activity since the prior beat.

Closing — heartbeat is implemented. See `src/LlamaShears.Core/AgentHeartbeatService.cs` + `HEARTBEAT.md` template + transient agent boot. Heartbeat ticks fire on the configured cadence, spawn a transient sub-session bound to the agent, and brief it with parent activity since the prior beat.
Sign in to join this conversation.
No description provided.