OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

feat: add support for delegate agent stuck check.

Open assertion opened this issue 1 year ago • 2 comments

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.

assertion avatar May 05 '24 16:05 assertion

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.

codecov-commenter avatar May 06 '24 02:05 codecov-commenter

resolve the conflicts.

assertion avatar May 09 '24 02:05 assertion