Interface: RememberOptions
Defined in: packages/agentos/src/memory/facade/types.ts:259
Options for storing a new memory trace via Memory.remember().
Properties
entities?
optionalentities:string[]
Defined in: packages/agentos/src/memory/facade/types.ts:288
Named entities extracted from or associated with this trace.
Example
['Alice', 'GPT-4o', 'Q3 roadmap']
importance?
optionalimportance:number
Defined in: packages/agentos/src/memory/facade/types.ts:294
Manually supplied importance score (0–1). When omitted the encoding engine derives one automatically.
scope?
optionalscope:string
Defined in: packages/agentos/src/memory/facade/types.ts:270
Visibility scope of the trace.
Example
'thread' | 'user' | 'persona' | 'organization'
scopeId?
optionalscopeId:string
Defined in: packages/agentos/src/memory/facade/types.ts:276
Identifier for the scope (e.g. thread ID, user ID).
Required when scope is set.
tags?
optionaltags:string[]
Defined in: packages/agentos/src/memory/facade/types.ts:282
Free-form tags for filtering and retrieval.
Example
['project:alpha', 'decision']
type?
optionaltype:string
Defined in: packages/agentos/src/memory/facade/types.ts:264
Tulving memory type.
Example
'episodic' | 'semantic' | 'procedural' | 'prospective'