You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenHands resolver evolved as a separate project from OpenHands, but now it has become a somewhat integral form factor for using OpenHands. Because of this, we would like to incorporate the resolver into OpenHands itself. This has a number of benefits:
Preventing updates to OpenHands from breaking the resolver because all the code will be in one place and we can run CI
Move all code from the openhands-resolver repo's openhands_resolver into the openhands/resolver directory of the OpenHands repo
Move all tests from the openhands-resolver repo into tests/unit/ in the OpenHands repo
Replace the .github/workflows/openhands-resolver.yml in the OpenHands repo with .github/workflows/openhands-resolver.yml, then make any adjustments to reflect that the resolver will directly use the OpenHands repo
Move documentation from the openhands-resolver repo's README.md into the OpenHands repo's openhands/resolver/README.md.
Adjust the links in the OpenHands documentation web site in the docs directory to point to the OpenHands repo
The text was updated successfully, but these errors were encountered:
The OpenHands resolver evolved as a separate project from OpenHands, but now it has become a somewhat integral form factor for using OpenHands. Because of this, we would like to incorporate the resolver into OpenHands itself. This has a number of benefits:
listen.py
server, which will make it easier logistically to solve https://github.com/All-Hands-AI/openhands-resolver/issues/155 without spinning up a separate serverTo solve this issue, we should:
openhands_resolver
into theopenhands/resolver
directory of the OpenHands repotests/unit/
in the OpenHands repo.github/workflows/openhands-resolver.yml
in the OpenHands repo with.github/workflows/openhands-resolver.yml
, then make any adjustments to reflect that the resolver will directly use the OpenHands repoREADME.md
into the OpenHands repo'sopenhands/resolver/README.md
.docs
directory to point to the OpenHands repoThe text was updated successfully, but these errors were encountered: