-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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]: Headless mode awaits for requested user feedback without showing any text for what that feedback should be #5015
Comments
Please use the |
@rbren part of this issue was brought up before where the headless run now acts like running CLI mode. |
Hi, I encountered similar situation where Openhands asking for user input in headless mode. I'm also curious why the headless run now acts like running CLI mode. Thanks for your time. |
This is a bug that should be fixed. |
@xingyaoww probably knows how we do this in evaluation, to make sure the agent never requests user input |
In evaluation, we actually pass in a user_response_fn to supply a prompt to tell the agent not to ask user. OpenHands/evaluation/swe_bench/run_infer.py Lines 410 to 412 in a87b859
Basically it will tell the agent this: OpenHands/evaluation/bird/run_infer.py Lines 40 to 45 in a87b859
|
An attempt was made to automatically fix this issue, but it was unsuccessful. A branch named 'openhands-fix-issue-5015' has been created with the attempted changes. You can view the branch here. Manual intervention may be required. |
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
Command to run:
output (happens twice):
Unsure exactly what it's awaiting request user input? it doesn't say what type of user input it wants
OpenHands Installation
Docker command in README
OpenHands Version
0.13
Operating System
None
Logs, Errors, Screenshots, and Additional Context
Executed this in the root of my typescript repo
The text was updated successfully, but these errors were encountered: