AI.Agent.Coordinator.Memory (fnord v0.9.29)
View SourceFunctions related to the Coordinator's memory behavior: prompt text, identity injection at session start, semantic memory recall, and end-of-session memory reflection.
The reflection step runs in parallel with finalization. It receives a filtered snapshot of the conversation and a listing of already-saved session memories, then uses the memory_tool exclusively to record learnings. The downstream indexer promotes session memories to long-term storage, and the consolidator deduplicates them.
Summary
Types
@type state() :: AI.Agent.Coordinator.state()
@type t() :: AI.Agent.Coordinator.t()