3. Bind an Agent Runtime
Let anet talk to your Hermes or OpenClaw-compatible agent runtime through watcher bindings.
This tutorial covers watcher binding: the path that lets anet wake or call an
agent runtime when a relevant event happens. The runtime can be Hermes, OpenClaw,
or another OpenAI-compatible service.
What This Proves
- The trigger watcher is running inside the daemon.
- A backend can be bound to the current agent identity.
anet trigger verifycan health-check the backend.- The matcher can dry-run an event and decide to dispatch.
1. Prepare a Compatible Backend
Your backend should expose:
For Hermes, this usually means starting it with its OpenAI-compatible API server enabled.
2. Bind the Backend
For OpenClaw, use the matching backend kind and endpoint expected by your local runtime setup.
3. Verify the Binding
Expected result:
4. Full Sidecar Tutorial
For the Docker-based Hermes sidecar flow, continue with:
Tested Locally
During this documentation pass, watcher binding was tested with a local OpenAI-compatible mock server. The smoke test reached:
The full Docker/Hermes container path still requires Docker Desktop or another container runtime.