hermes-bsd/website/docs/developer-guide
helix4u eeb05cf556 docs: default custom tool creation to plugins
Steers custom tool creation toward the plugin route by default.
The adding-tools.md guide is now explicitly for built-in core Hermes
tools only.

Key fixes:
- Plugin quickstart: ctx.register_tool() now uses correct keyword-arg
  API (name=, toolset=, schema=, handler=) instead of broken 3-arg call
- Handler signature: (params, **kwargs) instead of (params)
- Handler return: json.dumps({...}) instead of plain string
- AGENTS.md: mentions plugin route before built-in tool instructions
- learning-path.md: plugins listed before core tool development
- contributing.md: separates plugin vs core tool paths

Based on PR #13138 by @helix4u.
2026-05-04 05:53:16 -07:00
..
_category_.json
acp-internals.md
adding-platform-adapters.md feat: final platform plugin parity — webhook delivery, platform hints, docs 2026-04-29 21:56:51 -07:00
adding-providers.md
adding-tools.md docs: default custom tool creation to plugins 2026-05-04 05:53:16 -07:00
agent-loop.md
architecture.md
browser-supervisor.md
context-compression-and-caching.md
context-engine-plugin.md
contributing.md docs: default custom tool creation to plugins 2026-05-04 05:53:16 -07:00
creating-skills.md
cron-internals.md
environments.md
extending-the-cli.md
gateway-internals.md
memory-provider-plugin.md
prompt-assembly.md
provider-runtime.md
session-storage.md
tools-runtime.md
trajectory-format.md