mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
* feat: lazy launching browser; browser optional for diffrent agents. * style: lint * fix: integration test fail due to browser not started. * fix: run by cli and integration test failed. * fix: lint * fix: lint --------- Co-authored-by: Graham Neubig <neubig@gmail.com>
6 lines
73 B
Python
6 lines
73 B
Python
from enum import Enum
|
|
|
|
|
|
class RuntimeTool(Enum):
|
|
BROWSER = 'browser'
|