Skip to main content
Agent memory stores user-specific facts in a database and recalls them in later runs.

User Memories

Set enable_agentic_memory=True to let the agent decide when to create or update memories:
memory_demo.py
enable_agentic_memory=True gives the agent one update_user_memory tool backed by MemoryManager. Set update_memory_on_run=True to run MemoryManager at the end of every run instead.

Developer Resources