
Hermes Agent tip of the day: There are 4 ways to deal with the model while its running, - Message it, by default, it will interrupt the agent loop, stopping it and making it respond to your new message - /queue will queue up a message that will fire after the agent loop completes - /bg or /btw will run a parallel prompt that is async And - /steer will inject a guidance message into the next tool calls result sent to the model during an agent loop, to try to guide the rest of its trajectory



















