memory_get_related
Retrieve memories connected to a given memory by traversing related links up to a specified depth.
Instructions
Get memories related to a given memory via graph edges (BFS traversal).
Args: memory_id: The starting memory ID. depth: How many hops to traverse (default: 1, max: 3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |