Replies: 3 comments 2 replies
-
Hi @DDani |
Beta Was this translation helpful? Give feedback.
-
Hello @DDani ! Using Agno you can easily manage the message history. We're gonna work on making our docs more intuitive. To maintain a history of messages, you would need to assign storage to your Agent (Docs for storage here). Storage is different from Memory, as the Memory db stores just insightful details about the user to provide more context for future conversations. (Docs on Memory here) All the storage Dbs have functions to help you build your own paginated history. For example: |
Beta Was this translation helpful? Give feedback.
-
Hello 👋 I hope to contribute on this project.I'm a full-stack Web & Blockchain Developer currently open to new opportunities. I specialize in building casino & betting platforms, as well as developing games—on-chain and off-chain. From smart contract logic to sleek frontend UI, I cover the whole stack.
If you're working on something in the iGaming, DeFi, or blockchain gaming space, and need a dev who can move fast and build solid—feel free to reach out. Please drop a message. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m building a chatbot using a multi-agent approach.
One of our requirements is that users should be able to view their past messages. To support this, we’re considering adding an endpoint in our service that retrieves user messages with pagination, as the user scrolls through the chat view.
While reviewing Agno memory, I couldn’t find a straightforward way to implement this. It seems that Agno’s memory is more focused on storing “memories” and “summaries” within the agent’s context, rather than maintaining a list of user messages that can be latter accessed.
Is that correct?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions