now the agent is able to transmit and bring browser use logs to telegram in a human-readable form
This commit is contained in:
parent
69106ec711
commit
b90fb85ab3
10 changed files with 1498 additions and 73 deletions
|
|
@ -18,5 +18,9 @@ BROWSER_VIEW_URL=
|
|||
BROWSER_API_HOST=0.0.0.0
|
||||
BROWSER_API_PORT=8088
|
||||
BROWSER_USE_RPC_URL=http://browser:8787/run
|
||||
BROWSER_USE_EVENTS_URL=http://browser:8787/events
|
||||
BROWSER_USE_RPC_TIMEOUT=900
|
||||
BROWSER_API_MAX_CONCURRENCY=2
|
||||
BROWSER_LIVE_LOGS=true
|
||||
BROWSER_LIVE_LOG_POLL_INTERVAL=1.5
|
||||
BROWSER_LIVE_LOG_MAX_EVENTS=40
|
||||
BROWSER_API_MAX_CONCURRENCY=2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue