memory_link
Connect two memories with explicit graph relationships like RESPONDS_TO for handoffs, verifications, or fixes. Retrieve linked memories with relationship metadata via memory_recall.
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 |