-
Notifications
You must be signed in to change notification settings - Fork 448
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
headsup: newest autogenstudio changes the db tables #37
Comments
Well, I mean, if I'll HAVE to... 😎
…-jjg
On Sun, Jun 2, 2024 at 6:18 PM scruffynerf ***@***.***> wrote:
@jgravelle <https://github.com/jgravelle> in trying to track down a bug
in AutogenStudio, I updated to the very latest code
https://pypi.org/project/autogenstudio/0.0.56rc12/
pip install autogenstudio==0.0.56rc12
ignore that current code claims to be 0.0.56, but is dated March 21st, the
above is May30th
This stuff is all related to the new changes from this issue:
microsoft/autogen#2425 <microsoft/autogen#2425>
which went live *3 weeks* ago, but the code hasn't been updated for
pip/etc yet (due to the version issue above)
The database.sqlite tables changed, which confused the hell out of me,
cause the old tables were there, but unused. (ie autogenstudio suddenly
lost all of my data, but it was in db still)
Tables changed quite a bit, not merely the names (which went from
multiples like skills to skill) so you'll have to change it all soonish.
—
Reply to this email directly, view it on GitHub
<#37>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZ6GXDTPL6RY5E7J45AZVLZFOR4RAVCNFSM6AAAAABIVOLP3OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZDSOJQHE3DIOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Suggestion (I'm working thru the above needed changes and doing research into improvements): I've been having issues with the autogen chatgroup not correctly handling the workflow of who should be next, etc. Looking at https://microsoft.github.io/autogen/blog/2023/12/29/AgentDescriptions Your autogroq moderator bot is similar. |
Good call. Done... -jjg |
Um, not sure that's right (given the commit I just saw to the prompts)... will discuss. It's important to realize that "system prompt" is the prompt for the model "You are..." and prompts the LLM to do XYZ tasks, but description should be a simple summary like "This agent, XYZ doer, is responsible for X, Y, and Z tasks." I'm trying to work on pieces so I can do separate PRs, so you making changes to main branch is a bit difficult. Hazards of one dev vs inviting others to help. |
If the impact turns out to be negative, I'll roll it back. In beta, every
user is a g̶u̶i̶n̶e̶a̶ p̶i̶g̶ quality control analyst...
…On Wed, Jun 5, 2024 at 1:38 PM scruffynerf ***@***.***> wrote:
Good call. Done... -jjg
Um, not sure that's right (given the commit I just saw to the prompts)...
will discuss. It's important to realize that "system prompt" is the prompt
for the model "You are..." and prompts the LLM to do XYZ tasks, but
description should be a simple summary like "This agent, XYZ doer, is
responsible for X, Y, and Z tasks."
I'm trying to work on pieces so I can do separate PRs, so you making
changes to main branch is a bit difficult. Hazards of one dev vs inviting
others to help.
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZ6GXGRAUEXUIARUI5EZ23ZF5LJ5AVCNFSM6AAAAABIVOLP3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJQG4YTENJWGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@jgravelle in trying to track down a bug in AutogenStudio, I updated to the very latest code
https://pypi.org/project/autogenstudio/0.0.56rc12/
pip install autogenstudio==0.0.56rc12
ignore that current code claims to be 0.0.56, but is dated March 21st, the above is May30th
This stuff is all related to the new changes from this issue:
microsoft/autogen#2425
which went live 3 weeks ago, but the code hasn't been updated for pip/etc yet (due to the version issue above)
The database.sqlite tables changed, which confused the hell out of me, cause the old tables were there, but unused. (ie autogenstudio suddenly lost all of my data, but it was in db still)
Tables changed quite a bit, not merely the names (which went from multiples like
skills
toskill
) so you'll have to change it all soonish.Best answer: unless they write a conversion from old to new, export everything to json files and then blow your old db away (or move/rename it, if you don't live on the edge), and then update and run autogenstudio and let it make the new db with just the new tables. The effect of running the new code with a older DB is it makes a mess, and you end up both old and new tables.
The text was updated successfully, but these errors were encountered: