create_memory_relation
Establishes a typed connection between two memory nodes, defining their relationship (e.g., relates_to, triggered_by) with adjustable strength.
Instructions
Create a relationship between two memory nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | ID of the source node. | |
| target_id | Yes | ID of the target node. | |
| edge_type | Yes | One of: relates_to, triggered_by, mentioned_in, felt_during, knows_about, reacted_to, discussed_with. | |
| weight | No | Relationship strength (0.0-1.0, default 1.0). | |
| workspace_path | No | Path to soul workspace. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |