WorkingMemory
@daydreamsai/core / WorkingMemory
Interface: WorkingMemory
Defined in: packages/core/src/memory/types.ts:462
Represents the working memory state during execution
Extends
Properties
calls
calls:
ActionCall<any>[]
Defined in: packages/core/src/memory/types.ts:229
Inherited from
currentImage?
optionalcurrentImage:URL
Defined in: packages/core/src/memory/types.ts:464
Current image URL for multimodal context
events
events:
EventRef[]
Defined in: packages/core/src/memory/types.ts:231
Inherited from
inputs
inputs:
InputRef<any>[]
Defined in: packages/core/src/memory/types.ts:226
Inherited from
outputs
outputs:
OutputRef[]
Defined in: packages/core/src/memory/types.ts:227
Inherited from
relevantMemories?
optionalrelevantMemories:MemoryResult[]
Defined in: packages/core/src/memory/types.ts:234
Inherited from
WorkingMemoryData.relevantMemories
results
results:
ActionResult<any>[]
Defined in: packages/core/src/memory/types.ts:230
Inherited from
runs
runs:
RunRef[]
Defined in: packages/core/src/memory/types.ts:233
Inherited from
steps
steps:
StepRef[]
Defined in: packages/core/src/memory/types.ts:232
Inherited from
thoughts
thoughts:
ThoughtRef[]
Defined in: packages/core/src/memory/types.ts:228