Checklist
I haven't tested it/how extensive it is, but hermes has acp support
I'm surprised no one has requested hermes integration yet. Maybe it's because not a lot of people here are using openclaw-like software, but hermes has a lot of builtin functionality that makes it useful as a coding agent even if you never use the gateway stuff:
- All the basics you would expect like forking, subagents, mcp, skills, hooks; geared towards skill auto improvement
- Rich references like
@git:3 (last 3 commits), @staged, @diff (unstaged), etc.
- Automatic checkpointing after every destructive operation; per-file rollback
- Context engine plugin system (e.g. to support LCM); other plugins for custom compaction like hermes-vcc
- Memory plugin system
- Sandboxing support with docker or more generically ssh (e.g. to use something like incus or gondolin); smart approval mode like claude's auto-mode
Checklist
I haven't tested it/how extensive it is, but hermes has acp support
I'm surprised no one has requested hermes integration yet. Maybe it's because not a lot of people here are using openclaw-like software, but hermes has a lot of builtin functionality that makes it useful as a coding agent even if you never use the gateway stuff:
@git:3(last 3 commits),@staged,@diff(unstaged), etc.