link_memories
Establish connections between memories in a knowledge graph to organize and retrieve information systematically.
Instructions
Create a directed link between two memories.
Args:
source_id: UUID of the source memory.
target_id: UUID of the target memory.
relation: Type of relationship (default 'related').
Returns:
JSON string with the created link details.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | ||
| target_id | Yes | ||
| relation | No | related |