link_memories
Connect related memories with named relationships to build knowledge graphs, such as linking bug fixes to architecture decisions or connecting preferences to resulting patterns.
Instructions
Connect two related memories with a named relationship. Use this to build a knowledge graph — e.g., linking a bug fix to the architecture decision that caused it, or connecting a preference to the pattern it led to.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | The source memory ID | |
| related_memory_id | Yes | The target memory ID to link to | |
| relationship | Yes | How the memories relate: led_to (A caused B), contradicts (A conflicts with B), extends (A builds on B), related (general connection) |