You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The experience will be better, reducing anxiety while waiting.
Being able to see reply messages more quickly allows for prompt action, such as aborting.
The text was updated successfully, but these errors were encountered:
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?
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?
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?
The text was updated successfully, but these errors were encountered: