Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
store_memory
Method
This is a method of the Agent class in the agent module.Store content in memory.
Signature
Parameters
Content to store
Type of memory (short_term, long_term, entity, episodic) **kwargs: Additional arguments for the memory method
Returns
The result of the operation.
Uses
add_short_termadd_long_termadd_entityadd_episodic
Source
View on GitHub
praisonaiagents/agent/agent.py at line 2827
