|
@@ -36,8 +36,8 @@ from openhands.events.action import CmdRunAction, MessageAction
|
|
|
from openhands.events.observation import CmdOutputObservation, ErrorObservation
|
|
from openhands.events.observation import CmdOutputObservation, ErrorObservation
|
|
|
from openhands.events.serialization.event import event_to_dict
|
|
from openhands.events.serialization.event import event_to_dict
|
|
|
from openhands.runtime.base import Runtime
|
|
from openhands.runtime.base import Runtime
|
|
|
-from openhands.runtime.utils.shutdown_listener import sleep_if_should_continue
|
|
|
|
|
from openhands.utils.async_utils import call_async_from_sync
|
|
from openhands.utils.async_utils import call_async_from_sync
|
|
|
|
|
+from openhands.utils.shutdown_listener import sleep_if_should_continue
|
|
|
|
|
|
|
|
USE_HINT_TEXT = os.environ.get('USE_HINT_TEXT', 'false').lower() == 'true'
|
|
USE_HINT_TEXT = os.environ.get('USE_HINT_TEXT', 'false').lower() == 'true'
|
|
|
USE_INSTANCE_IMAGE = os.environ.get('USE_INSTANCE_IMAGE', 'false').lower() == 'true'
|
|
USE_INSTANCE_IMAGE = os.environ.get('USE_INSTANCE_IMAGE', 'false').lower() == 'true'
|