From e4a40856014bfe88eb98b2f28ec46a9dc7bbaf2e Mon Sep 17 00:00:00 2001 From: Nicholai Martinsen Date: Fri, 21 Aug 2026 04:47:55 -0700 Subject: [PATCH] Add Heartbeat Scheduler plugin --- plugins/proactive_heartbeat/index.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/proactive_heartbeat/index.yaml diff --git a/plugins/proactive_heartbeat/index.yaml b/plugins/proactive_heartbeat/index.yaml new file mode 100644 index 0000000..128f040 --- /dev/null +++ b/plugins/proactive_heartbeat/index.yaml @@ -0,0 +1,11 @@ +title: Heartbeat Scheduler +description: Autonomous heartbeat — wakes the agent after an idle period for silent + maintenance work (notes queue, journal, maintenance checks). Replaces the external + systemd daemon with an in-process scheduler. +github: https://github.com/Nicfox77/a0-plugin-proactive-heartbeat +tags: +- agents +- automation +- scheduling +- monitoring +- workflow