-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
AutoGen Studio needs to support main/AutoGen 0.4 #3837
Comments
@dsanr - Autogen studio does not yet support AutoGen 0.4. We do plan to revise it to support 0.4 but do not have an ETA. Contributions welcome. |
@rysweet Thank you for editing the issue and reply. |
@dsanr - please see the FAQs: https://github.com/microsoft/autogen?tab=readme-ov-file#faqs |
What happened?
Support for human input is merged with the main branch #3484
When autogenstudio is installed with 'pip install autogenstudio', it is not accessing the main branch, even if the main branch is installed locally.
Autogenstudio is accessing only a different package, which is getting installed from pip, that doesn't include the mentioned PR.
How can I use Human Input Mode in AutoGen Studio? Do we need a separate release?
What did you expect to happen?
Human Input Mode in AutoGen Studio should work when installing the main branch or 0.4 dev1 branch
How can we reproduce it (as minimally and precisely as possible)?
pip install autogen-agentchat==0.4.0dev1
pip install autogenstudio
autogenstudio ui
Then try the options of Human_Input_Mode
AutoGen version
0.4
Which package was this bug in
AutoGen Studio
Model used
No response
Python version
No response
Operating system
No response
Any additional info you think would be helpful for fixing this bug
No response
The text was updated successfully, but these errors were encountered: