Persist Agent History Across Sessions in AutoGen Studio #6362
Closed
MrEdwards007
started this conversation in
Feature suggestions
Replies: 1 comment
-
This should have been a bug and I'm now able to create a bug report, where I was not able to do so previously. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried multiple times to create a bug report, as I see this as a bug, not a feature request but whenever I tried to create a bug report, and repeatedly received error (dont recall the exact verbiage) 'issue, could not be generated', so I will pursue this in another way.
Issue Description:
In AutoGen Studio version 0.4, we’ve observed that agents start each run without access to prior session history. This results in agents behaving as if each session is brand new, with no memory of past interactions.
Use Case:
As a user of AutoGen Studio, I want to ensure that agents can retain context between sessions. In earlier versions, agent memory seemed to persist across sessions in a more integrated way, which allowed for more natural and continuous interactions.
Current Behavior:
Expected Behavior:
Questions:
Related Discussion:
I initially thought that RAG might work but then you would lack context, since the entire history would not be present. Chunks of related information would only be available from session to session.
Would something like the pseudo-code below work and if so, how could this be made mainstream.
I'm struggling to obtain value in a one-turn session, rather than a continuation or ongoing conversation.
Environment:
Beta Was this translation helpful? Give feedback.
All reactions