WorkingMemory.search()

Search working memory by tags.

Usage

Source

WorkingMemory.search(
    *,
    tags=None,
)

Parameters

tags: list[str] | None = None
Filter to entries that have all of these tags.

Returns

list[MemoryEntry]
Matching entries.