OpenHands/third_party/__init__.py
Graham Neubig c7dff3e4d2
Remove third-party runtimes (daytona, modal, e2b, runloop) from main codebase (#9213)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: Engel Nyst <engel.nyst@gmail.com>
2025-06-26 07:39:39 -04:00

14 lines
555 B
Python

"""Third-party runtime implementations for OpenHands.
This module contains runtime implementations provided by third-party vendors.
These runtimes are optional and require additional dependencies to be installed.
To use third-party runtimes, install OpenHands with the third_party_runtimes extra:
pip install openhands-ai[third_party_runtimes]
Available third-party runtimes:
- daytona: Daytona cloud development environment
- e2b: E2B secure sandbox environment
- modal: Modal cloud compute platform
- runloop: Runloop AI sandbox environment
"""