-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[Bug]: [AutogenStudio] Agents no longer have access to previous conversations within a Session #1942
Comments
Hi @dragosMC91 Thanks for reporting this ...
Background
In your case, the summary message is likely set to last hence the inability to reference previous messages. I am happy to get some feedback here too. summarymethod.mp4 |
Hello @victordibia, thank you for the reply and apologies for the delayed response, I just got to testing this and indeed it works as expected. The details you provided about Also, I now noticed with the latest version of autogenstudio (0.0.54), with
Feedback on AGS as someone who has been fiddling with the ui tool since it's early days (autogen assistant 0.0.1x ui)
Overall I think you guys are doing an incredible job and I love this project and will continue to use it |
Hi @dragosMC91 , Thanks for all of this feedback and suggestion!! Thanks for the feedback on the value of being able to export entities. I like the idea of export all (possibly recreate the db sort of). There is currently some work to rewrite/improve the db capabilities in AGS #1694 . Once that is concluded, we should enable such a feature. We are also trying to improve the overall UI/UX and being able to specify docker container should be integrated here. Finally, https://autogen-studio.com/ IS NOT OFFICIAL DOCUMENTATION. |
Describe the bug
This started happenning after I upgraded AutogenStudio from
0.0.44a0
->0.0.47
.I then downgraded again, but the behavior persists.
Tried removing the current python virtual envs, and installing autogenstudio in new venv, but the bug persists.
Steps to reproduce
pip install autogenstudio==0.0.44a0
(this was the last version which I know worked)autogenstudio ui --port 8084 --appdir /path/to/ui
(I made sure to clean the ui artifacts)give me 10 uses for ginger
)pleae elaborate on point 6
)Model Used
I tried gpt 3.5 turbo, 4 turbo, mistral medium, claude 3 opus
Expected Behavior
When I ask the follow up question, a request is made to openai with all previous messages from the conversation.
So considering the previous example, when I ask
pleae elaborate on point 6
, the model knows exactly which point I am refering to.Screenshots and logs
userproxy (to primary_assistant):
give me 10 uses for ginger
primary_assistant (to userproxy):
To provide you with 10 uses for ginger, I will combine my knowledge with some research. Let's start by listing some common uses for ginger:
Now, let's summarize these uses in a list format using Python:
userproxy (to primary_assistant):
TERMINATE
Modified files: 0
INFO: 127.0.0.1:55332 - "POST /api/messages HTTP/1.1" 200 OK
userproxy (to primary_assistant):
give me 10 uses for ginger
primary_assistant (to userproxy):
TERMINATE
userproxy (to primary_assistant):
pleae elaborate on point 6
primary_assistant (to userproxy):
TERMINATE
Modified files: 0
INFO: 127.0.0.1:55336 - "POST /api/messages HTTP/1.1" 200 OK
userproxy (to primary_assistant):
give me 10 uses for ginger
primary_assistant (to userproxy):
TERMINATE
userproxy (to primary_assistant):
pleae elaborate on point 6
primary_assistant (to userproxy):
TERMINATE
userproxy (to primary_assistant):
pleae elaborate on point 6
primary_assistant (to userproxy):
To elaborate on point 6, ginger can be used in various desserts such as gingerbread cookies, ginger snaps, ginger cake, ginger ice cream, ginger pudding, ginger scones, ginger muffins, ginger-flavored frosting, and ginger-infused custards. Ginger adds a warm and spicy flavor to these sweet treats, balancing out the sweetness and providing a unique taste profile. It can be used in both baked and frozen desserts to enhance the overall flavor and aroma. Ginger can be grated, minced, or powdered depending on the recipe requirements.
userproxy (to primary_assistant):
TERMINATE
Additional Information
AutoGenStudio Version: 0.0.44a0
Operating System: MacOS with M2 pro
Python Version: 3.10.12 / 3.11.8
The text was updated successfully, but these errors were encountered: