Graham Neubig
Graham Neubig
Ah so maybe it's just not released yet
@openhands start by implementing only the microagent, the other two parts could be implemented later.
I'm going to abandon this because we have more important priorities.
I'm not very sure that this is the same problem, but I haven't seen this recently, so maybe we could close and re-open if it's still an issue?
@openhands install pre-commit from the existing pre-commit-config.yaml and then follow the lint.yml workflow and fix any issues
@openhands in some places this PR is introducing upper-case Dict. Please replace this with lower-case dict
@openhands this PR is using "Union" for typing in several places. Use "|" instead.
@openhands please check all files changed in this PR, and convert "Union" type annotation to "|"
@openhands 1. Install pre-commit from pre-commit-config.yaml 2. resolve merge conflicts with main 3. run the py-unit-tests.yml unit testing workflow 4. update the branch once linting and testing are both confirmed...