[Bug]: Async Initiate chat autogen workflow interrupts more for human input feedback vs. Sync initiate chat agents conversation flow. #3575
Labels
0.2
Issues which were filed before re-arch to 0.4
Describe the bug
Async
a_initiate_chat
agents conversation is interrupting more for human feedback whereas same codebase but for Syncinitiate_chat
workflow only asks once for human feedback.Moreover, in case Async flow, it doesn't execute the generated code after first human no feedback provided at console prompt, but it asks again for the feedback and when user provides no feedback again, only then generated code is executed. Refer the attached console log as well as video recording for your ref.
This autogen framework's behavior of asking human feedback multiple times gets very chaotic when there are more agents involved and completely breaks the application logic specially around asking same feedback repeatedly by Async
a_initiate_chat()
agents' workflow.Here is the output for your ref. for both Sync and Async program:
SYNC output:
ASYNC output
Steps to reproduce
Refer the Async & Sync code for your ref.
SYNC Code
ASYNC Code
Model Used
No response
Expected Behavior
Sync
code block in case ofa_initiate_chat()
call.a_initiate_chat()
call.Screenshots and logs
Additional Information
No response
The text was updated successfully, but these errors were encountered: