User-Scoped Memory in Deep Agents: What It Is and Why You Need It
Deep Agents introduced user-scoped memory to isolate long-term memory per user in shared AI agents, preventing preference leakage between users. The implementation uses a namespace based on the user I…