Hi,
I’m presenting some problems with my agent application. I have a crew with different agents and tasks, but I need to implement a robust memory management for different users, I’m working with fastapi to reach the endpoints, but when multiple users try to access to the information sometimes be mix, then I applied some solutions, like save the task outputs in a persistent memory, specifically in json format, to be accessed before to make the context to another tasks What way can take to manage different user querys, sessions memory storages, that allow information isolation?