From 31d049d211d2fc5688f3a31277a4feb6ddb17a36 Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Fri, 3 Apr 2026 23:46:36 +0200 Subject: [PATCH] feat: temporarily disable sending events to agent for unassign actions --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index dd3faec..9bd65ab 100644 --- a/main.py +++ b/main.py @@ -344,7 +344,8 @@ def main(args): print(f"By: {event_object['sender']}") # Send to OpenClaw - sendToAgent(event_object) + # sendToAgent(event_object) + print("Not sending event to agent, unassinging is too noisy for now, will only send assigned events") return { "_shsf": "v2",