-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update openhands-ai to 0.12.0 #218
Conversation
I believe this is around line 246 in |
Thanks @malhotra5 , I conveyed this to OpenHands :) |
apologies there is a correction, |
Hey @malhotra5 , hmm, I tried debugging this now and am having issues running it locally. I ran out of time, but if you have a minute it'd be great if you could take a look! Namely I'm getting something that looks like this:
|
I think this is expected: All-Hands-AI/OpenHands#4563 removed the logging for all action/obs here by default -- We now need to set DEBUG=true to display everything i think? |
Awesome, thanks @xingyaoww . @malhotra5 please disregard. |
This PR updates openhands-ai to version 0.12.0 and fixes the runtime import path.
Changes:
openhands.runtime.runtime
toopenhands.runtime.base
All tests are passing.
Fixes #218