This is where you customize what the agent can do. Preinstall skills it reaches for on its own, add new tools with a plugin, and when you want every instance to start that way, bake it into a template.Documentation Index
Fetch the complete documentation index at: https://agent37.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Plugins
A plugin adds new tools to the agent: actions it can call that are not built in. Hermes loads plugins from its own config, so the format and the mechanism are documented with the agent itself.Hermes plugins
How to write and load a plugin that gives Hermes new tools.
Preinstall with a custom image
Bake your skills, plugins, and packages into an image builtFROM our base, then publish it as a custom template so every instance you create starts with them.
System prompt and agent config
The agent’s system prompt and the rest of its configuration live inside the instance, alongside its files. Change them inside the instance with Run commands or an embedded terminal, or preset them in a custom template.Next steps
Templates
Preinstall skills, plugins, and tools so every instance boots with them.
Run commands
Run any shell command inside an instance from your backend.