list_entities
Retrieve entities currently known in memory, sorted by recent activity, to get an overview at the start of a session before specific recall queries.
Instructions
List the entities currently known to this memory store, sorted by recent activity. Use at the start of a new session ("what do I know about?") before issuing specific recall queries. Cheaper than recall for the "give me an overview" question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by entity kind. | |
| min_memories | No | Only include entities with at least N memories. Default 1. | |
| limit | No | Max entities to return. Default 30. | |
| offset | No |