navigate_memory
Explore memory connections by analyzing co-access patterns to retrieve related memories and their association distances from a starting point.
Instructions
Navigate memory space using Successor Representation (co-access patterns). Starting from a memory ID, returns co-accessed neighbors and their SR distances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| max_depth | No | ||
| include_2d_map | No | ||
| window_hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |