Memoria persistente di Discourse AI

I appreciate the development on Discourse AI which has been excellent. The features are maturing quickly, and the direction looks very promising.

One question: is there currently a way, or any roadmap plans, for the AI to retain history between chats? At the moment each conversation starts fresh, and I’m wondering if persistent memory or continuity between sessions is being considered.

If it’s not already on the roadmap, I’d like to raise it as a feature request. Having the option for AI to remember past interactions would make discussions more natural and significantly expand use cases.

1 Mi Piace

I implemented a basic key/value store using a persona and custom tools on my blog.

That said, this is very hard to get right, you got to keep nudging personas to remember stuff which is annoying.

The alternative is to just use RAG over all of your history with the bot (somewhat similar to how Open AI does this)


I guess for starters, what is your vision on how this would work? How would it improve things?

1 Mi Piace