link_memories
Define relationships between memories by creating a directed link from one memory to another.
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
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | ||
| target_id | Yes | ||
| relation | No | related |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |