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

For the autogenstudio v0.1.5 branch update, please support streaming output. #4737

Open
jackq007 opened this issue Dec 17, 2024 · 2 comments
Labels
proj-studio Related to AutoGen Studio.

Comments

@jackq007
Copy link

What feature would you like to be added?

Hello, I am developing an application based on autogenstudio version v0.1.5. Could you please tell me when the updated version of this branch is expected to support streaming output? I believe that would provide a better experience.

Why is this needed?

  1. The experience will be better, reducing anxiety while waiting.
  2. Being able to see reply messages more quickly allows for prompt action, such as aborting.
@victordibia victordibia added proj-studio Related to AutoGen Studio. and removed needs-triage labels Dec 17, 2024
@victordibia
Copy link
Collaborator

Hi @jackq007 ,
We are not actively working on that branch at the moment.
Part of the reason that AutoGen v0.4 was written was to enable a truly async, message driven foundation. AutoGen Studio v0.15 was based on the old er version of AutoGen and part of its limitations was that it is not truly async, making it particularly challenging to build streaming interfaces. Another side effect of not having an async workflow is that it becomes very hard to terminate or abort a run.

The new version already has these features.
Any chance you are open to considering replatforming your app on the new version?

@jackq007
Copy link
Author

Hi @jackq007 , 你好, We are not actively working on that branch at the moment. 我们目前没有在那个分支上积极工作。 Part of the reason that AutoGen v0.4 was written was to enable a truly async, message driven foundation. AutoGen Studio v0.15 was based on the old er version of AutoGen and part of its limitations was that it is not truly async, making it particularly challenging to build streaming interfaces. Another side effect of not having an async workflow is that it becomes very hard to terminate or abort a run. 编写AutoGen v0.4的部分原因是为了实现真正的消息驱动基础。AutoGen Studio v0.15基于AutoGen的旧er版本,其部分局限性在于它不是真正的可移植的,这使得构建流接口特别具有挑战性。没有一个J2EE工作流的另一个副作用是,它变得非常难以终止或中止运行。

The new version already has these features.新版本已经具备这些功能。 Any chance you are open to considering replatforming your app on the new version? 你有没有可能考虑在新版本上重新开发你的应用程序?

You mentioned that the new version 0.4 branch, such as 0.4.0.dev44, already supports streaming output, right?

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

2 participants