Hi @vswaminathan
Thank you for reaching out and using Phidata! I’ve tagged the relevant engineers to assist you with your query. We aim to respond within 24 hours.
If this is urgent, please feel free to let us know, and we’ll do our best to prioritize it.
Thanks for your patience!
Okay, Thanks. Appreciate it. How do I get the data to be stored in agent_memory’s db. Session memory gets updated and stored persistently but the agent_memory’s db is always empty. Should I write some code for it to store context within persistent memory? In my agent code I have already given it agent_memory and agent_storage as seen above. Should it not populate that db automatically?
@vswaminathan can you add debug_mode=True to your agent config and share the output here with us? It will help us see under the hood as to what’s happening