Back to AI Q&A
Why is the Hermes Agent gateway not streaming typing? Turn off by default

Why is the Hermes Agent gateway not streaming typing? Turn off by default

AI Q&A Admin 254 views

Hermes Agent is not typed while thinking in Telegram, Discord, and Slack, but is sent out at the last moment, and many times it is not that the platform does not support it, but that the gateway streaming is turned off by default. The official Configuration documentation already says: streaming.enabled defaults to false.

How to open

Configure in ~/.hermes/config.yaml:

streaming: enabled: true transport: edit

Why not all platforms are the same

The official also explained: platforms that are not suitable for message editing, such as Signal and Email, will be automatically downgraded and will not forcibly brush many posts. Telegram's bot API in recent years has also become more friendly to long-reply streaming experiences.

In a word: If the gateway is not streaming, it is not necessarily broken, first see if you have turned on streaming.

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

Recommended Tools

More