OpenHands
OpenHands copied to clipboard
feat: add support for delegate agent stuck check.
After add the Microagents and Delegation #1238 ,the _is_stuck won't be used to check if the micro agent is stuck.
This pr will solve the problem.
Codecov Report
Attention: Patch coverage is 33.33333% with 4 lines in your changes are missing coverage. Please review.
:exclamation: No coverage uploaded for pull request base (
main@4cc462c). Click here to learn what that means.
| Files | Patch % | Lines |
|---|---|---|
| opendevin/controller/agent_controller.py | 33.33% | 4 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #1596 +/- ##
=======================================
Coverage ? 61.12%
=======================================
Files ? 92
Lines ? 3732
Branches ? 0
=======================================
Hits ? 2281
Misses ? 1451
Partials ? 0
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
resolve the conflicts.