Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / Fact
Interface: Fact
Defined in: packages/core/src/types/memory.ts:80
Single semantic-memory fact: an atomic statement about the user / world.
Stable
Extends
Properties
| Property | Modifier | Type | Description | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|---|
agentId? | readonly | string | - | - | MemoryRecord.agentId | packages/core/src/types/memory.ts:47 |
confidence? | readonly | number | - | - | - | packages/core/src/types/memory.ts:83 |
createdAt | readonly | string | - | - | MemoryRecord.createdAt | packages/core/src/types/memory.ts:50 |
deletedAt? | readonly | string | Soft-delete tombstone. Append-only stores set this instead of removing rows, so prior history is preserved per principle 8. | - | MemoryRecord.deletedAt | packages/core/src/types/memory.ts:56 |
id | readonly | string | - | - | MemoryRecord.id | packages/core/src/types/memory.ts:44 |
kind | readonly | "semantic" | - | MemoryRecord.kind | - | packages/core/src/types/memory.ts:81 |
sensitivity | readonly | Sensitivity | - | - | MemoryRecord.sensitivity | packages/core/src/types/memory.ts:49 |
sessionId? | readonly | string | - | - | MemoryRecord.sessionId | packages/core/src/types/memory.ts:48 |
supersededBy? | readonly | string | ID of the fact that supersedes this one, if any. | - | - | packages/core/src/types/memory.ts:91 |
supersedes? | readonly | string | ID of the fact this one supersedes, if any. | - | - | packages/core/src/types/memory.ts:89 |
tags? | readonly | readonly string[] | - | - | MemoryRecord.tags | packages/core/src/types/memory.ts:57 |
text | readonly | string | - | - | - | packages/core/src/types/memory.ts:82 |
updatedAt? | readonly | string | - | - | MemoryRecord.updatedAt | packages/core/src/types/memory.ts:51 |
userId | readonly | string | - | - | MemoryRecord.userId | packages/core/src/types/memory.ts:46 |
validFrom? | readonly | string | Bi-temporal: when the fact became true, ISO-8601. | - | - | packages/core/src/types/memory.ts:85 |
validTo? | readonly | string | Bi-temporal: when the fact stopped being true, ISO-8601. | - | - | packages/core/src/types/memory.ts:87 |