link
Create a directed relation between two entities in the memory graph to model connections like FOUNDED, WORKS_AT, or OWNS. Duplicate relations are automatically skipped.
Instructions
Add a relation between two entities in the memory graph. Duplicate relations are skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target entity name | |
| from | Yes | Source entity name | |
| relationType | Yes | Type of relation (e.g. FOUNDED, WORKS_AT, USES, OWNS) |