xintongsong commented on issue #384: URL: https://github.com/apache/flink-agents/issues/384#issuecomment-3981818494
@addu390 Thanks for the input. Actually, we are considering to integrate [mem0](https://github.com/mem0ai/mem0) into flink agents 0.3 for managing long-term memory. Memory & context management is a large topic for ai agents, and the technology is evolving rapidly. On the other hand, the problem itself and solutions to it in the event-driven agent context is the same as in the common conversational agent context. Therefore, we probably shouldn't spend the time and efforts on re-implementing the memory & context management strategies that other people have already done. Integrating a dedicated memory & context management framework seems to be a promising direction. Based on this background, I'd suggest to hold all efforts on long-term memory management for the moment, and focus on the mem0 integration. Unless we run into any obstacles that cannot be solved with a 3rd-party framework, we probably won't move back to the current self-implemented long-term memory mechanism. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
