Covendocs
Memory + ModelsMemory Search

Memory Search

How familiars and clients should search working, persistent, episodic, and semantic memory safely.

1 min read

Memory search is how a familiar finds relevant prior context. It should be scoped, attributable, and small enough to read.

Search modes

ModeGood for
Keyword searchExact filenames, commands, PR numbers, names, error strings.
Semantic searchSimilar ideas, architecture patterns, repeated lessons.
Timeline searchRecent events and session chronology.
Manual pinned memoryHard rules and durable preferences.

Safety rules

  • Search only the memory scope the current surface is allowed to see.
  • Return summaries with source references where possible.
  • Prefer a few high-signal results over a large dump.
  • Do not use search as permission to reveal private memory in shared contexts.
  • Treat search hits as leads; read the source before acting.

Relationship to sessions

The session ledger and event log are useful evidence sources, but not every event should enter memory search. Clients should index curated notes, summaries, and selected event text according to the familiar's privacy and retention rules.

See Episodic memory and Semantic memory.

Was this page helpful?No

Last updated on

On this page