Robert Brennan 50d4c79094
Add CLIRuntime implementation for local command execution (#8264)
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-05-23 03:03:22 +00:00

8 lines
139 B
Python

"""
CLI Runtime implementation for OpenHands.
"""
from openhands.runtime.impl.cli.cli_runtime import CLIRuntime
__all__ = ['CLIRuntime']