connect
Establish a typed narrative connection between two existing memory nodes. Choose from relationship types such as caused_by, led_to, or contradicts, and provide a story explaining the link.
Instructions
Connect two memories with a typed, narrative relationship. Valid relationship types are: caused_by, led_to, blocked_by, unblocks, connects_to, contradicts, depends_on, is_example_of — and both node IDs must already exist before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_node | Yes | ID of the source node | |
| narrative | No | The story of this connection - why these two things are linked | |
| relationship | Yes | Type of relationship | |
| to_node | Yes | ID of the target node |