teyrebaz33
7241e8784a
feat: hermes skills — enable/disable individual skills and categories (#642)
Add interactive skill configuration via `hermes skills` command,
mirroring the existing `hermes tools` pattern.
Changes:
- hermes_cli/skills_config.py (new): skills_command() entry point with
curses checklist UI + numbered fallback. Supports global and
per-platform disable lists, individual skill toggle, and category toggle.
- hermes_cli/main.py: register `hermes skills` subcommand
- tools/skills_tool.py: add _is_skill_disabled() and filter disabled
skills in _find_all_skills(). Resolves platform from argument,
HERMES_PLATFORM env var, then falls back to global disabled list.
Config schema (config.yaml):
skills:
disabled: [skill-a] # global
platform_disabled:
telegram: [skill-b] # per-platform override
22 unit tests, 2489 passed, 0 failed.
Closes #642
2026-03-09 07:02:06 +03:00
..
2026-02-22 02:16:11 -08:00
2026-03-07 21:00:12 -05:00
2026-03-07 07:35:36 -08:00
2026-02-21 23:17:18 -08:00
2026-03-08 17:22:27 -07:00
2026-03-08 18:29:09 -07:00
2026-02-20 23:23:32 -08:00
2026-03-08 15:20:29 -07:00
2026-03-08 18:06:47 -07:00
2026-02-21 16:21:19 -08:00
2026-03-07 21:00:12 -05:00
2026-03-08 04:36:23 -07:00
2026-03-09 07:02:06 +03:00
2026-03-08 06:09:36 -07:00
2026-02-20 23:23:32 -08:00
2026-03-06 18:55:18 -08:00
2026-03-08 13:07:19 -07:00
2026-03-09 07:02:06 +03:00
2026-03-09 01:43:59 +08:00
2026-03-07 01:23:27 -08:00
2026-03-08 06:11:18 -07:00
2026-02-20 23:23:32 -08:00