feat: temporarily disable sending events to agent for unassign actions
All checks were successful
Lint and Syntax Check / build (pull_request) Successful in 33s

This commit is contained in:
Space-Banane
2026-04-03 23:46:36 +02:00
parent ee43fbf4b1
commit 31d049d211

View File

@@ -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",