architecture skill created
This commit is contained in:
parent
77cd8e04b0
commit
566dc54610
8 changed files with 574 additions and 2 deletions
30
assets/config.example.json
Normal file
30
assets/config.example.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
|
||||
---
|
||||
|
||||
## ⚙️ Файл: assets/config.example.json
|
||||
|
||||
```json
|
||||
{
|
||||
"browser": {
|
||||
"headless": true,
|
||||
"timeout": 30000,
|
||||
"viewport": {
|
||||
"width": 1280,
|
||||
"height": 720
|
||||
},
|
||||
"user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
|
||||
},
|
||||
"screenshots": {
|
||||
"path": "/tmp/browser-use-screenshots",
|
||||
"format": "png",
|
||||
"full_page": true
|
||||
},
|
||||
"retry": {
|
||||
"max_attempts": 3,
|
||||
"delay_seconds": 2
|
||||
},
|
||||
"logging": {
|
||||
"level": "info",
|
||||
"save_screenshots_on_error": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue