mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-25 21:36:52 +08:00
15 lines
554 B
Python
15 lines
554 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
|
|
"""
|