knowmind_link
Establish a typed relationship between two memory nodes. Specify the source and target node IDs and a relation type such as OWNS or DEPENDS_ON.
Instructions
Legt eine typisierte Beziehung zwischen zwei Memory-Knoten an (Knowledge-Graph-Edge). Erlaubte rel_type-Werte: HAS_EMPLOYEE, IS_EMPLOYEE_OF, IS_LED_BY, LEADS_ORGANIZATION, OWNS, OWNED_BY, HAS_SKILL, WORKS_ON, FOR_CLIENT, HAS_VERSION, IS_VERSION_OF, PRODUCES, PRODUCED_BY, DEPENDS_ON, ENABLES, WAS_DERIVED_FROM, SUPERSEDES, SUPERSEDED_BY u.a. — siehe /docs/de/reference/rdfs-schema. Generische Kanten (REFERENCES_ENTITY/REFERENCES/REFERENCED_BY/RELATED_TO) sind NICHT erlaubt. Inverse-Edges werden automatisch materialisiert. Scope write erforderlich.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_id | Yes | Memory-ID des Zielknotens | |
| from_id | Yes | Memory-ID des Quellknotens | |
| rel_type | Yes | Edge-Typ in UPPER_SNAKE_CASE (z. B. OWNS, FOR_CLIENT, SUPERSEDES) | |
| confidence | No | Konfidenz der Kante [0..1]; Standard 1.0 für gepflegte Kanten. |