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-03-08 03:00:05 -07:00
2026-03-06 03:37:05 -08:00
2026-03-05 10:02:21 -08:00
2026-03-08 19:31:23 -07:00
2026-02-21 20:22:33 -08:00
2026-03-08 19:31:23 -07:00
2026-02-26 13:55:54 +03:00
2026-02-21 03:53:24 -08:00
2026-03-07 11:29:17 -08:00
2026-03-08 16:47:20 -07:00
2026-03-08 17:46:28 -07:00
2026-02-20 23:23:32 -08:00
2026-03-03 05:16:53 -08:00
2026-02-26 18:07:17 -05:00
2026-03-07 16:56:49 -08:00
2026-02-23 02:11:33 -08:00
2026-03-02 19:15:59 -08:00
2026-02-28 01:33:41 +03:00
2026-02-21 20:22:33 -08:00
2026-02-28 10:38:49 -08:00
2026-02-28 22:58:01 +02:00
2026-03-06 05:50:12 -08:00
2026-03-05 01:44:05 -08:00
2026-03-06 16:47:48 +08:00
2026-02-23 02:11:33 -08:00
2026-03-04 21:25:54 -08:00
2026-02-25 23:43:15 -05:00
2026-03-08 14:23:18 -07:00
2026-03-06 01:40:01 -08:00
2026-03-07 03:58:32 +03:00
2026-03-09 07:02:06 +03:00
2026-03-05 10:02:21 -08:00
2026-02-21 20:22:33 -08:00
2026-03-04 21:35:04 -08:00
2026-02-26 19:56:42 -08:00
2026-03-08 18:06:47 -07:00
2026-03-08 18:06:47 -07:00