Question
I was wondering how we can use sessions on the RealtimeRunner, for example the SQLiteSession to store short term and long term memory/conversations.
Or atleast if there is a good pattern on how to access/implement memory for realtime agents?
Currently RealtimeRunner.run() does not support a session param. Apologies as I may be missing something