Memory Graph Relate
memory_graph_relateRecord an explicit relationship in the optional org-scoped graph store.
No-op (with a reason) when the graph isn't enabled. Use this when you
learn a structured fact like "alice -> works_on -> teamshared" that
vector recall would obscure. predicate must be a registered link
type (see memory_ontology_list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Override agent identity | |
| object | No | Alias for object_entity | |
| weight | No | ||
| subject | Yes | Source entity | |
| predicate | Yes | Relationship label, e.g. 'works_on' | |
| object_entity | No | Target entity |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||