-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Bug]: Hanging process in SWE-Bench reproducing script #160
Comments
Sorry, the issue is about how to avoid the state: AgentState.AWAITING_USER_INPUT. Do you know how to control it when reproducing swebench? It is important to have a non-interaction process. |
Adding an instruction here may solve this. But that's not considered as reproducing. If the LLM gives just a message, the agent will provide this default value in eval. You could modify this line. Here only, it asks for the user input. |
Regression from All-Hands-AI#5868. Could you test on a2e9e20? |
Hi @SmartManoj , thank you so much for providing these hints. I actually tested on branch 2ec2f25, the newest one. Thus I think the problem is same for a2e9e20. I will revise your recommended line then. |
You may see the error.
In the latest, the function is not called itself due to the regression.
tested on a2e9e20 and works perfectly. |
Here the async keyword is the problem. Now works on the HEAD f3885ca |
Thank you so much, it works now! |
All-Hands-AI#5952 Issue
@fishmingyu fake_user_response_fn is used here. Could you debug it's value?
The text was updated successfully, but these errors were encountered: