You are designing an agentic workflow where an agent needs to maintain conversational context and remember user preferences across multiple disparate sessions over several weeks. Which architectural component should you implement?
Persistent memory allows the agent to recall and store user facts and preferences across different sessions.
Why this answer
Long-term memory implemented via vector stores or external databases allows agents to retrieve historical interactions across sessions.