Files
OpenHands/opendevin/runtime/browser/__init__.py
Xingyao Wang 96b5cb78fd [Arch] EventStreamRuntime supports browser (#2899)
* fix the case when source and tmp are not on the same device

* always build a dev box (with updated source code) for development purpose

* tail the log before removing the container

* move browse function

* support browser!
2024-07-11 22:32:12 +00:00

4 lines
48 B
Python

from .utils import browse
__all__ = ['browse']