How does AGNO achieve a conversation store like OpenAI?

I would like an example of how AGNO can achieve a conversation store like OpenAI, and how AI can analyze previous conversations

Hey @hope_321 thank you for sharing your inputs. I have added this in our community wishlist and will take some time to discuss this internally.

Thank you again for reaching out and using Agno

Hey @hope_321 ,

If you’re looking to store sessions, here’s how we do it using storage:

For analyzing previous conversations, you can explore how we use memories:

Agent with Session Summaries - Agno

More examples here:

Playground example with memory:

You can also test it live here:

Thanks! :raising_hands: