Merge pull request #1718 from NousResearch/fix/messaging-toolset-missing

fix(toolsets): add missing 'messaging' toolset — can't enable/disable send_message
This commit is contained in:
Teknium 2026-03-17 04:13:44 -07:00 committed by GitHub
commit 99a44d87dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": [