Developer Guide

Tools Runtime

Hermes tools are self registering functions grouped into toolsets and executed through a central registry/dispatch system. Primary files: Tool registration mode

Hermes tools are self-registering functions grouped into toolsets and executed through a central registry/dispatch system. Primary files: Each tool module calls at import time. is responsible for importing/discovering tool modules and building the schema list used by the model. Every tool file in calls at module level to declare itself. …

Excerpt from the official Hermes Agent documentation, quoted for reference.View source

What this page covers

Section outline mirrored from the official Hermes Agent documentation. Follow any heading to read the complete text on the source site.