Package uno.anahata.ai.context.session


package uno.anahata.ai.context.session
Manages the persistence of chat sessions.

This package contains the SessionManager, which handles the saving and loading of the entire chat context to and from the file system. It uses the efficient Kryo serialization library to persist the state of the conversation, allowing users to resume their work across application restarts. It also manages the automatic backup of the current session.

  • Classes
    Class
    Description
    Manages the persistence and summarization of chat sessions.