Agent heartbeat #26
Labels
No labels
bug
commercial
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jasoncouture/llama-shears#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Closing — heartbeat is implemented. See
src/LlamaShears.Core/AgentHeartbeatService.cs+HEARTBEAT.mdtemplate + 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.