LtmMemory
Defined in: packages/memory-ltm/src/types.ts:18
Extends
Section titled “Extends”Properties
Section titled “Properties”content
Section titled “content”content:
string
Defined in: packages/database/dist/types.d.ts:56
Inherited from
Section titled “Inherited from”createdAt
Section titled “createdAt”createdAt:
Date
Defined in: packages/database/dist/types.d.ts:61
Inherited from
Section titled “Inherited from”embedding
Section titled “embedding”embedding:
number[]
Defined in: packages/database/dist/types.d.ts:59
Inherited from
Section titled “Inherited from”expiresAt
Section titled “expiresAt”expiresAt:
null
Defined in: packages/memory-ltm/src/types.ts:20
Overrides
Section titled “Overrides”id:
string
Defined in: packages/database/dist/types.d.ts:51
Inherited from
Section titled “Inherited from”metadata?
Section titled “metadata?”
optionalmetadata?:Record<string,unknown> |null
Defined in: packages/database/dist/types.d.ts:57
Inherited from
Section titled “Inherited from”organizationId?
Section titled “organizationId?”
optionalorganizationId?:string|null
Defined in: packages/database/dist/types.d.ts:53
Inherited from
Section titled “Inherited from”scope?
Section titled “scope?”
optionalscope?:string|null
Defined in: packages/database/dist/types.d.ts:55
Optional namespace for agent/session/project isolation.
Inherited from
Section titled “Inherited from”tags:
string[]
Defined in: packages/database/dist/types.d.ts:58
Inherited from
Section titled “Inherited from”type:
"long-term"
Defined in: packages/memory-ltm/src/types.ts:19
Overrides
Section titled “Overrides”updatedAt
Section titled “updatedAt”updatedAt:
Date
Defined in: packages/database/dist/types.d.ts:62
Inherited from
Section titled “Inherited from”userId
Section titled “userId”userId:
string
Defined in: packages/database/dist/types.d.ts:52
Inherited from
Section titled “Inherited from”version
Section titled “version”version:
number
Defined in: packages/memory-ltm/src/types.ts:25
Optimistic-concurrency counter (WP2 T4/G4). Defaults to 1 at the DB level;
bumped on every update. Enforced via a compare-and-swap where clause.