Hello, is it possible to use a postgresql db for Long Term Memory in the db path ?
The current LTM implementation is backed by SQLite, LTMSQLiteStorage
so it won’t work with PG.
You can implement your own LTM that satisfies the interface and use that instead.