Metis · Memory Curator — Get Related Memories
get_related_memoriesTraverse the knowledge graph to find all entries connected to a given memory, with options for incoming, outgoing, or both directions, and view relationship type and content preview.
Instructions
Find all memories related to a given entry via memory_relations.
Traverses the lightweight knowledge graph to find connected entries.
Use this after recall() to explore how a result connects to other
knowledge — e.g. which papers informed a decision, or which concepts
relate to a workflow.
Args:
layer: The layer of the entry to look up ('episodic', 'semantic', etc.).
entry_id: Row ID of the entry.
direction: 'outgoing' (this entry → others), 'incoming' (others → this),
or 'both' (default).
Returns:
List of related entries with their relationship type and content preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | Yes | ||
| entry_id | Yes | ||
| direction | No | both |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |