IMemoryStore Type
Interface for persisting and retrieving agent memories
Instance members
| Instance member |
Description
|
|
|
|
|
Full Usage:
this.RecallAllAsync
Parameters:
AgentId
Returns: Task<MemoryEntry list>
Modifiers: abstract |
|
Full Usage:
this.RecallAsync
Parameters:
AgentId
arg1 : string
Returns: Task<MemoryEntry list>
Modifiers: abstract |
|
Full Usage:
this.SaveAsync
Parameters:
AgentId
arg1 : MemoryEntry
Returns: Task<unit>
Modifiers: abstract |
Nao