memory_store
Method
This is a method of the ContextTraceEmitter class in the context_events module.Emit memory store event for tracking memory writes.
Signature
Parameters
str
required
Name of the agent storing memory
str
required
Type of memory (short_term, long_term, entity, user)
int
required
Length of content being stored
Optional
Optional metadata about the storage
Uses
ContextEventtime.time
Source
View on GitHub
praisonaiagents/trace/context_events.py at line 810
