memory_episode_recall
Retrieve past episodes from layered memory for a specific user, optionally filtering by tag to narrow results.
Instructions
Recall episodes, optionally filtered by tag.
Args: layer: "user" or "agent" user_id: User identifier tag: Filter by tag (empty = all) limit: Max results (default 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| layer | No | user | |
| limit | No | ||
| user_id | No | default |