Module: Phronomy::Memory::Retrieval

Defined in:
lib/phronomy/memory/retrieval.rb,
lib/phronomy/memory/retrieval/base.rb,
lib/phronomy/memory/retrieval/recent.rb,
lib/phronomy/memory/retrieval/semantic.rb,
lib/phronomy/memory/retrieval/composite.rb

Overview

Retrieval is the selection axis of conversation management. Implementations decide which messages from a full history to return given a query and a maximum message count or token limit. Token budgeting is NOT their responsibility — that belongs to Context::Assembler.

Defined Under Namespace

Classes: Base, Composite, Recent, Semantic