memory_recall
Search and retrieve episodic and factual memories for a user or agent layer. Returns relevant results based on query and limit.
Instructions
Search memory across L3 (episodes) and L4 (facts).
Args: layer: "user" or "agent" user_id: User identifier query: Search query limit: Max results (default 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | user | |
| limit | No | ||
| query | No | ||
| user_id | No | default |