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

AutoGen Studio needs to support main/AutoGen 0.4 #3837

Closed
dsanr opened this issue Oct 18, 2024 · 4 comments
Closed

AutoGen Studio needs to support main/AutoGen 0.4 #3837

dsanr opened this issue Oct 18, 2024 · 4 comments
Assignees
Labels
proj-studio Related to AutoGen Studio.
Milestone

Comments

@dsanr
Copy link

dsanr commented Oct 18, 2024

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

@dsanr dsanr added the bug label Oct 18, 2024
@rysweet rysweet added enhancement and removed bug labels Oct 18, 2024
@rysweet rysweet changed the title Human Input Mode in AutoGen Studio is not accessible AutoGen Studio needs to support main/AutoGen 0.4 Oct 18, 2024
@rysweet rysweet added this to the future milestone Oct 18, 2024
@rysweet
Copy link
Collaborator

rysweet commented Oct 18, 2024

@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.

@dsanr
Copy link
Author

dsanr commented Oct 18, 2024

@rysweet Thank you for editing the issue and reply.
By the way, how is https://github.com/autogen-ai/autogen different from this repository? Which one is likely to get frequent updates?

@rysweet
Copy link
Collaborator

rysweet commented Oct 21, 2024

@rysweet Thank you for editing the issue and reply. By the way, how is https://github.com/autogen-ai/autogen different from this repository? Which one is likely to get frequent updates?

@dsanr - please see the FAQs: https://github.com/microsoft/autogen?tab=readme-ov-file#faqs
In short - the other project is a fork that isn't affiliated with the official autogen or microsoft. that fork also uses the old autogen arch that we have moved on from for the reasons cited in the blog post about the new arch. We believe that the new event-driven arch is more suitable for production workloads at scale and offers a more flexible programming model.

@jackgerrits jackgerrits modified the milestones: future, 0.4 Oct 22, 2024
@fniedtner fniedtner added proj-studio Related to AutoGen Studio. and removed feature labels Oct 22, 2024
@victordibia
Copy link
Collaborator

@dsanr ,

I have created a broader issue for AutoGen Studio on v0.4 that we can use to track progress - #4006 (it includes the Human Input mode issue you have above)
I'll close this issue in favor of that one.
Let me know if there are any suggested additions to #4006

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proj-studio Related to AutoGen Studio.
Projects
None yet
Development

No branches or pull requests

5 participants