From 8b851e2eeb6b27a91d48b5bdd48d6fc4418688eb Mon Sep 17 00:00:00 2001 From: teknium1 Date: Tue, 17 Mar 2026 04:06:06 -0700 Subject: [PATCH] fix(toolsets): add missing 'messaging' toolset definition send_message_tool registers under toolset='messaging' but no 'messaging' entry existed in TOOLSETS. This meant --disable-toolset messaging and --enable-toolset messaging silently failed, and the hermes tools config UI couldn't toggle the messaging tools. --- toolsets.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/toolsets.py b/toolsets.py index 4ed93178f5..212b6ea221 100644 --- a/toolsets.py +++ b/toolsets.py @@ -130,6 +130,12 @@ TOOLSETS = { "includes": [] }, + "messaging": { + "description": "Cross-platform messaging: send messages to Telegram, Discord, Slack, SMS, etc.", + "tools": ["send_message"], + "includes": [] + }, + "rl": { "description": "RL training tools for running reinforcement learning on Tinker-Atropos", "tools": [