From 84a4ed9357a3e141136ff8768aef3a7867f7c22e Mon Sep 17 00:00:00 2001 From: alexveli1 Date: Mon, 4 May 2026 11:22:23 +0000 Subject: [PATCH] feat: add human_in_the_loop plugin --- plugins/human_in_the_loop/index.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins/human_in_the_loop/index.yaml diff --git a/plugins/human_in_the_loop/index.yaml b/plugins/human_in_the_loop/index.yaml new file mode 100644 index 0000000..1cdde65 --- /dev/null +++ b/plugins/human_in_the_loop/index.yaml @@ -0,0 +1,7 @@ +title: Human in the Loop +description: Allows the agent to pause and ask the user for a decision via a polished multi-step popup modal. +github: https://github.com/alexveli1/human_in_the_loop +tags: + - tools + - ui + - interaction