You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement both Short and Long term Memory with the ReWOO Agent. Below is the configuration I used in my ReWOO Agent YAML file. However, when I conduct multiple conversations with the agent through Gentopia's interface, the LLM doesn't seem to retain memory as expected.
Can anyone confirm if the Short and Long term Memory has been correctly implemented for the ReWOO Agent, or if there's something I'm missing in my configuration?
The text was updated successfully, but these errors were encountered:
Yes long-term memory is not yet implemented with ReWOO as it is mainly used for target specific tasks instead of lengthy conversations. An openai_memory type agent is the only one with complete implementation on long- and short-term memories.
If you target an app with long conversations, I recommend using openai_memory as a main and rewoo as plugin for specific tasks
I'm trying to implement both Short and Long term Memory with the ReWOO Agent. Below is the configuration I used in my ReWOO Agent YAML file. However, when I conduct multiple conversations with the agent through Gentopia's interface, the LLM doesn't seem to retain memory as expected.
Can anyone confirm if the Short and Long term Memory has been correctly implemented for the ReWOO Agent, or if there's something I'm missing in my configuration?
The text was updated successfully, but these errors were encountered: