Add tools summary flag to Hermes CLI

Made-with: Cursor
This commit is contained in:
luisv-1 2026-03-09 16:50:53 +03:00
parent c754135965
commit 59705b80cd
3 changed files with 49 additions and 1 deletions

View file

@ -2244,6 +2244,11 @@ For more help on a command:
help="Configure which tools are enabled per platform",
description="Interactive tool configuration — enable/disable tools for CLI, Telegram, Discord, etc."
)
tools_parser.add_argument(
"--summary",
action="store_true",
help="Print a summary of enabled tools per platform and exit"
)
def cmd_tools(args):
from hermes_cli.tools_config import tools_command