Back to AI Q&A
Hermes Agent tool_progress 怎么调?

Hermes Agent tool_progress 怎么调?

AI Q&A Admin 113 views

Whether Hermes Agent frequently swipes progress prompts such as ls -la, web_search, and execute_code in the messaging platform depends mainly on display.tool_progress. The official gave four gears: off, new, all, and verbose.

How to understand the fourth gear

  • off: Completely does not show the process, quietest.
  • new: Prompts only once when a new tool starts.
  • all: The default is the more complete progress display.
  • verbose: The process has the most details, suitable for troubleshooting.

If you also want to dynamically switch in chat, you can turn on the tool_progress_command: true to enable controls like /verbose.

In a word: If the news is too noisy, tool_progress first, don't directly suspect that Hermes is doing things too slowly.

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

Recommended Tools

More