Chat history problem in multi-agent mode (team)

Hello,

I have built a multi-agent system (or a team of agents). The issue I’m facing is that it doesn’t store the context of past messages for a specific user_id and session_id in any way.

In the single-agent mode, I set the read_chat_history and add_history_to_messages arguments to True, which allowed the context to be stored in PostgreSQL. This way, every time we provided a prompt to the model, it could see the previous prompts and responses. However, this is not happening in the multi-agent mode.

Could you please guide me on how to achieve this?

Hi
Thanks for reaching out and for using Agno! I’ve looped in the right engineers to help with your question. We usually respond within 24 hours, but if this is urgent, just let us know, and we’ll do our best to prioritize it.
Appreciate your patience—we’ll get back to you soon! :smile:

Hey @esmln , can you provide your agent config code, so we can debug better.