#tools
4 tutorials
Hermes Agent Tool System Internals: How Tools Load and Run
Hermes Agent tool internals — how tools self-register, load on demand, and dispatch via the central registry, so you can extend and debug your own agent.
Beginner's Guide to Hermes Browser Automation: Getting Started in 2026
Hermes Agent's browser automation toolset enables natural-language web control (navigate, click, type, screenshot, read console) via local Chromium,…
File Operations in Hermes Agent — Read, Write, Search, and Patch
Master Hermes Agent's four core file tools — read_file, write_file, search_files, and patch — with practical examples for efficient, safe file work.
Hermes Agent Tool Execution: From Intent to Action
Hermes Agent runs a synchronous loop: user → LLM → tool call detection → dispatch → results appended. Toolsets (file, terminal, web, browser, memory,…