memory_link
Creates an explicit graph relationship between two memories, enabling retrieval of linked memories with relationship context.
Instructions
Connect two memories with an explicit graph relationship.
Use RESPONDS_TO when a new handoff, verification, or fix addresses an earlier memory. Use memory_recall(include_neighbors=true) to retrieve linked memories with relationship metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relationship | No | RESPONDS_TO | |
| source_memory_id | Yes | ||
| target_memory_id | Yes |