From 7d545258728cd61c4f4a58f2cf17ea334bbaa3e0 Mon Sep 17 00:00:00 2001 From: alogotron Date: Mon, 22 Jun 2026 11:16:59 +0100 Subject: [PATCH] feat: add bell_notification plugin --- plugins/bell_notification/index.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins/bell_notification/index.yaml diff --git a/plugins/bell_notification/index.yaml b/plugins/bell_notification/index.yaml new file mode 100644 index 0000000..7222140 --- /dev/null +++ b/plugins/bell_notification/index.yaml @@ -0,0 +1,7 @@ +title: Bell Notification +description: Plays a custom sound and shows a browser notification when Agent Zero finishes a task, with configurable duration threshold and enable/disable settings. +github: https://github.com/alogotron/bell_notification +tags: + - automation + - workflow + - web