Memory relation
A relation is a directed edge from source to destination, labeled by relationship. These are entity names and an open relationship string; no fixed relationship enumeration is enforced by this contract.
Relationships may be absent even when memory records are returned. They describe extracted associations, not verified facts, ownership permissions or lifecycle transitions.
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
source | string | Optional | Source entity name. |
relationship | string | Optional | Open string describing the relationship. Example labels do not restrict the allowed values. |
destination | string | Optional | Destination entity name. |
Where used
| Reference | Relationship |
|---|---|
| Semantic search over memories | POST /api/v1/llm/search-memories |
Download the public reference contract.
Document: DOC-API-MODEL-relation.