#[subagent-0] ⚠ Unknown tool 'terminal' — sending error to model for self-correction

1 messages · Page 1 of 1 (latest)

light steppe
#

Im getting this error when the model tries to generate a file
Im using lastest hermes (0.7.0), ubuntu 24.04, docker backend, openrouter/qwen3.6-plus model
Any hints n what could be the issue?

tepid herald
#

can you send the logs for this?

#

~/.hermes/logs

autumn sigil
#

@light steppe

light steppe
#

Sorry, for the late reply. The issue happened when setting up docker

#

Hermes claimed there it had no tools installed

#

I though it had installed docker by itself; The log shows: 2026-04-06 10:37:09,256 ERROR tools.terminal_tool: Docker executable not found in PATH or common install locations

#

I installed docker and it worked; however, I found no way to bind a volume

#

I'm now running hermes via docker compose to add a folder as volume so that hermes can access my projects

#

But I'm unsure at this points; should I configure hermes to work w/ docker in this case or just "local"? Since i'm actually running it via docker compose

ebon forum
#

if you have ran the command from inside a docker it is find setting it up as local as its still in the container

#

otherwise you will get a container in a container

light steppe
#

Great, thanks!

#

Just FYI when configuring as docker, the ~/.hermes folder was created as root (!)

ebon forum
#

yeah i think it should have root access in the docker as that docker is meant for it

#

root access on your system would be another story ahaha

light steppe
#

I mean in the local

#

I had to chown manually after switching config to local