edit docker files, add skill of browser-use in the workdir

This commit is contained in:
Кобылкевич Фёдор 2026-03-26 22:08:01 +03:00
parent 2f74daa8a6
commit 7832c30cc0
12 changed files with 421 additions and 4 deletions

View file

@ -0,0 +1,16 @@
{
"browser": {
"cdp_url": "ws://chromium:3000/chromium?token=hermes-local",
"headless": true,
"timeout": 120000
},
"agent": {
"model_env": "BROWSER_USE_MODEL",
"max_steps": 20,
"use_vision": false
},
"logging": {
"level": "info"
}
}