Back to AI Q&A
Hermes Agent is not prompted to end? Open bell_on_complete

Hermes Agent is not prompted to end? Open bell_on_complete

AI Q&A Admin 113 views

Hermes Agent does not have any audible reminder after running a task in the CLI, and many people may think that there is no such function, but it is actually in the configuration. The official configuration document reads: bell_on_complete: true can ring the terminal bell at the end of the task, especially when the long task hangs in the background and stares at other windows.

How to open

Add to ~/.hermes/config.yaml:

bell_on_complete: true

Who is it for?

It's for people who run compilation, testing, long-link analysis in the terminal, or write something else while the Hermes Agent works.

In a word: There is no prompt after the CLI runs, not because Hermes Agent does not support it, but because the terminal bell is not turned on by default.

Official open source address: https://github.com/NousResearch/hermes-agent; Official document entry: https://hermes-agent.nousresearch.com/.

Recommended Tools

More