WorkingMemory
@daydreamsai/core / WorkingMemory
Interface: WorkingMemory
Defined in: packages/core/src/memory/types.ts:429
Represents the working memory state during execution
Extends
Properties
calls
calls:
ActionCall
<any
>[]
Defined in: packages/core/src/memory/types.ts:222
Inherited from
currentImage?
optional
currentImage:URL
Defined in: packages/core/src/memory/types.ts:431
Current image URL for multimodal context
events
events:
EventRef
[]
Defined in: packages/core/src/memory/types.ts:224
Inherited from
inputs
inputs:
InputRef
<any
>[]
Defined in: packages/core/src/memory/types.ts:219
Inherited from
outputs
outputs:
OutputRef
[]
Defined in: packages/core/src/memory/types.ts:220
Inherited from
relevantMemories?
optional
relevantMemories:MemoryResult
[]
Defined in: packages/core/src/memory/types.ts:227
Inherited from
WorkingMemoryData
.relevantMemories
results
results:
ActionResult
<any
>[]
Defined in: packages/core/src/memory/types.ts:223
Inherited from
runs
runs:
RunRef
[]
Defined in: packages/core/src/memory/types.ts:226
Inherited from
steps
steps:
StepRef
[]
Defined in: packages/core/src/memory/types.ts:225
Inherited from
thoughts
thoughts:
ThoughtRef
[]
Defined in: packages/core/src/memory/types.ts:221