My use case: I don't want to run hermes on my main machine and I don't want long running hermes-agent containers.
Reasons: I'd like to use the latest hermes-agent image every time I spin up the agent for some development work.
Expectation: The tui version of hermes-agent runs without issue.
My main system: macbook
Current output:
$ docker run nousreserach/hermes-agent:latest ... hermes --tui
...
Done: 89 new, 0 updated, 0 unchanged. 89 total bundled.
Installing TUI dependencies…
npm install failed.
$ <-- kicks me back to my host terminal session
