Merge origin/develop and integrate browser isolation

This commit is contained in:
andreysk0304 2026-04-21 23:18:59 +03:00
parent 50589232d6
commit ebba5d04a4
13 changed files with 812 additions and 251 deletions

View file

@ -151,6 +151,12 @@ DEFAULT_CONFIG = {
"inactivity_timeout": 120,
"command_timeout": 30, # Timeout for browser commands in seconds (screenshot, navigate, etc.)
"record_sessions": False, # Auto-record browser sessions as WebM videos
"browser_use_isolation_mode": "shared",
"browser_use_runtime_image": "hermes-browser-runtime:latest",
"browser_use_runtime_network": "hermes-net",
"browser_use_runtime_ttl_seconds": 900,
"browser_use_runtime_start_timeout": 45,
"browser_use_runtime_enable_ui": True,
},
# Filesystem checkpoints — automatic snapshots before destructive file ops.