store_edge
Create relationships between stored nodes to preserve graph structure, track updates, and manage conflicts.
Instructions
Create a relationship between two stored nodes. Use this immediately after storing related nodes so the memory graph preserves structure, updates, and conflicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | Source node ID. | |
| target_id | Yes | Target node ID. | |
| relationship | Yes | Relationship between the two nodes. | |
| weight | No | Optional strength of the relationship. |