Add core config to disable browser environment (#9570)

This commit is contained in:
Boxuan Li
2025-07-05 23:20:58 -07:00
committed by GitHub
parent b98615bc1c
commit a6301075ec
8 changed files with 59 additions and 11 deletions

View File

@@ -60,4 +60,7 @@ def get_action_execution_server_startup_command(
*browsergym_args,
]
if not app_config.enable_browser:
base_cmd.append('--no-enable-browser')
return base_cmd