hermes-agent/website/docs/reference
Teknium 79694018f8
feat(plugins): HERMES_PLUGINS_DEBUG=1 surfaces plugin discovery logs (#22684)
Plugin authors had no easy way to figure out why their plugin wasn't
loading — failures were buried in agent.log at WARNING and skip reasons
(disabled, not enabled, depth cap, exclusive) were DEBUG-only and
invisible by default.

Set HERMES_PLUGINS_DEBUG=1 to attach a stderr handler at DEBUG to the
hermes_cli.plugins logger only. Surfaces:

  - which directories were scanned + manifest counts per source
  - per manifest: resolved key, name, kind, source, on-disk path
  - skip reasons (disabled, not enabled, exclusive, depth cap, no register)
  - per load: tools/hooks/slash/CLI commands the plugin registered
  - full traceback on YAML parse failure (exc_info on the existing warning)
  - full traceback on register() exceptions, pointing at the plugin author's line

Env var off (default) → zero new stderr output, same as before.

Touches only hermes_cli/plugins.py + a doc section in the plugin-build
guide + an entry in the env-vars reference. 3 new tests lock the
attach/idempotent/no-attach behavior.
2026-05-09 11:07:12 -07:00
..
_category_.json feat: add documentation website (Docusaurus) 2026-03-05 05:24:55 -08:00
cli-commands.md feat(profile): shareable profile distributions via git (#20831) 2026-05-08 10:04:32 -07:00
environment-variables.md feat(plugins): HERMES_PLUGINS_DEBUG=1 surfaces plugin discovery logs (#22684) 2026-05-09 11:07:12 -07:00
faq.md docs(browser): document WSL-to-Windows Chrome MCP bridge 2026-05-05 14:12:49 -07:00
mcp-config-reference.md docs: comprehensive documentation audit — fix 9 HIGH, 20+ MEDIUM gaps (#4087) 2026-03-30 17:15:21 -07:00
model-catalog.md feat(models): remote model catalog manifest for OpenRouter + Nous Portal (#16033) 2026-04-26 05:46:43 -07:00
optional-skills-catalog.md docs+skill: add searxng-search optional skill and documentation 2026-05-06 10:15:56 -07:00
profile-commands.md docs(profiles): full user guide for profile distributions (#22017) 2026-05-08 11:13:45 -07:00
skills-catalog.md feat(computer-use): cua-driver backend, universal any-model schema 2026-05-08 11:07:38 -07:00
slash-commands.md docs: document custom model aliases for /model command (#20475) 2026-05-05 19:11:20 -07:00
tools-reference.md feat(computer-use): cua-driver backend, universal any-model schema 2026-05-08 11:07:38 -07:00
toolsets-reference.md feat(computer-use): cua-driver backend, universal any-model schema 2026-05-08 11:07:38 -07:00