Hermes Agent users want a replaceable session database

currently stores session data in SQLite. The concern is that this feels weak compared with the rest of the product design.

The requested improvement is a , so the session database is not locked to one storage choice. A already tracks this request, and the main question is whether it will be implemented.

Key points

  • stores session data in SQLite today.
  • The requested change is a .
  • The goal is to allow other database for session storage.
  • This is most relevant for hosted, shared, or longer-running .
Read original