Closed neubig closed 2 weeks ago
I believe await runtime.connect()
also needs to be added after initialize_runtime(runtime)
this is around line 246 in openhands_resolver/resolve_issues.py
Thanks @malhotra5 , I conveyed this to OpenHands :)
I believe
await runtime.connect()
also needs to be added afterinitialize_runtime(runtime)
this is around line 246 in
openhands_resolver/resolve_issues.py
apologies there is a correction, await runtime.connect()
needs to be added BEFORE initialize_runtime(runtime)
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:
==============
[Agent Controller default] LEVEL 0 LOCAL STEP 0 GLOBAL STEP 0
==============
[Agent Controller default] LEVEL 0 LOCAL STEP 1 GLOBAL STEP 1
==============
[Agent Controller default] LEVEL 0 LOCAL STEP 2 GLOBAL STEP 2
==============
[Agent Controller default] LEVEL 0 LOCAL STEP 3 GLOBAL STEP 3
I think this is expected: https://github.com/All-Hands-AI/OpenHands/pull/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 https://github.com/All-Hands-AI/openhands-resolver/pull/218