Versions in this module Expand all Collapse all v0 v0.3.2 Jun 6, 2026 v0.3.1 Jun 1, 2026 Changes in this version + type Flusher interface + FlushPluginSession func(MemorySession) error + type FlusherFunc func(MemorySession) error + func (f FlusherFunc) FlushPluginSession(session MemorySession) error + type MemorySession struct + AssistantPeerID string + HonchoSessionID string + Key string + Messages []Message + UserPeerID string + type Message struct + Content string + Role string + Synced bool