Hermes Agent can be connected to ACP-enabled editors such as VS Code, Zed, and JetBrains through ACP. The direction given in the official quickstart is to install ACP extra and then run hermes acp as the editor backend.
Basic steps
- First make sure that the normal CLI mode can be used:
hermescan chat normally. - Installing ACP support:
pip install -e '.[acp]'. - Run
hermes acp. - Configure the Hermes Agent as the agent backend in an editor that supports ACP.
What scene is it suitable for
If you want Hermes to read projects, modify code, and run tests in the editor, ACP access is more natural. But if you're just experiencing it for the first time, the CLI is simpler. Run through the model, file reading, and tool calls first, and then connect to the editor.
In a word: it works, but it is recommended to run the CLI first, and then use ACP to connect to VS Code/Zed.
Official open source address: https://github.com/NousResearch/hermes-agent; Official document entry: https://hermes-agent.nousresearch.com/.