Module: Phronomy::Memory::Storage

Defined in:
lib/phronomy/memory/storage.rb,
lib/phronomy/memory/storage/base.rb,
lib/phronomy/memory/storage/in_memory.rb,
lib/phronomy/memory/storage/active_record.rb

Overview

Storage is the persistence axis of conversation management. Implementations are responsible only for saving and loading raw message arrays. Token budgeting, retrieval selection, and compression are handled by other axes.

Defined Under Namespace

Classes: ActiveRecord, Base, InMemory