Back to AI Q&A
How does Hermes Agent continue from the last session?

How does Hermes Agent continue from the last session?

AI Q&A Admin 485 views

The Hermes Agent automatically saves the session, but "Continue Last Session" distinguishes the entry first. The official Sessions documentation states that every CLI, Telegram, Discord, WhatsApp, and Slack session will be saved to ~/.hermes/state.db and transcripts. However, different interfaces usually have their own session IDs.

How to find history

  1. Use hermes sessions to view and manage history in the CLI.
  2. Name important sessions with /title, which is easier to find later.
  3. When you need to recall old content, you can ask Hermes to use session search to check the history.
  4. When connecting across interfaces, it is best to write key conclusions to a shared file and then let the new interface read them.

Why Open WebUI and CLI don't look shared

This question has been asked in the community: Open WebUI-created sessions and CLI sessions are separate. There may be records on the underlying level, but the /history of the current interface may not be able to see the context of the other entrance directly.

In a word: the session will be saved, but it is necessary to actively bridge it when connecting across CLI, Open WebUI, and Telegram.

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

Recommended Tools

More