Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Memory Implementation in ReWOO Agent #61

Closed
frankliu098 opened this issue Sep 20, 2023 · 2 comments
Closed

Issue with Memory Implementation in ReWOO Agent #61

frankliu098 opened this issue Sep 20, 2023 · 2 comments

Comments

@frankliu098
Copy link

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.

memory:
  memory_type: chroma
  conversation_threshold: 2      # first-level memory
  reasoning_threshold: 2         # second-level memory
  params:
    index: main
    top_k: 2

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?

@github-actions
Copy link

Greetings! Thanks for your first issue!

@billxbf
Copy link
Member

billxbf commented Sep 23, 2023

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

@billxbf billxbf closed this as completed Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants