IWorkingMemory Type
Interface for task-scoped working memory (scratchpad)
Instance members
| Instance member |
Description
|
|
Clear all working memory
|
|
Apply decay to all non-pinned items and evict expired/below-threshold
|
Full Usage:
this.FocusAsync
Parameters:
string
boost : float
Returns: Task<unit>
Modifiers: abstract |
|
Full Usage:
this.GetActiveAsync
Parameters:
float
Returns: Task<WorkingMemoryItem list>
Modifiers: abstract |
|
|
Get all items sorted by attention (highest first)
|
Full Usage:
this.GetAsync
Parameters:
string
Returns: Task<WorkingMemoryItem option>
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.RenderContextAsync
Parameters:
int
Returns: Task<string>
Modifiers: abstract |
|
Full Usage:
this.SetAsync
Parameters:
WorkingMemoryItem
Returns: Task<unit>
Modifiers: abstract |
|
|
Nao