WorkingMemory.search()
Search working memory by tags.
Usage
WorkingMemory.search(
*,
tags=None,
)Parameters
tags: list[str] | None = None- Filter to entries that have all of these tags.
Returns
list[MemoryEntry]- Matching entries.
Search working memory by tags.
Usage
tags: list[str] | None = None list[MemoryEntry]