From 93753426e81c69dad39b082bc0419f704d2a5035 Mon Sep 17 00:00:00 2001 From: Agent Zero Date: Sun, 17 May 2026 17:29:10 +0000 Subject: [PATCH] feat: add requests_per_day plugin --- plugins/requests_per_day/index.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugins/requests_per_day/index.yaml diff --git a/plugins/requests_per_day/index.yaml b/plugins/requests_per_day/index.yaml new file mode 100644 index 0000000..640e7d4 --- /dev/null +++ b/plugins/requests_per_day/index.yaml @@ -0,0 +1,6 @@ +title: Requests per Day +description: A simple extension to agent0's dashboard to track requests in the last 24 hours. +github: https://github.com/alxfu/a0-requests-per-day +tags: + - dashboard + - metrics