Commit Graph

1688 Commits

Author SHA1 Message Date
Ulrich Soeffing
a7685d3e30 Fix web_voyager_agent.py example 2025-04-10 22:14:06 -04:00
koreng-nimble
18c7e034e8 Fix prompt variable syntax: replace {{max_actions}} with {max_actions} (#1342)
The double braces prevented the value from being interpolated properly. Updated to single braces so `format` correctly replaces it with the real value.
2025-04-10 15:27:45 +02:00
Nick Sweeting
5da8d4238b Merge pull request #1330 from soeffing/fix-test-browser 2025-04-09 22:14:34 -07:00
Nick Sweeting
b33b43f08d Merge pull request #1333 from deshraj/user/dyadav/fixes-in-procedural-memory 2025-04-09 22:13:30 -07:00
Deshraj Yadav
27ec836491 Upgrade mem0 version 2025-04-09 18:51:44 -07:00
Ulrich Soeffing
0f0e269ba8 Add handle_sigterm and handle_sigint args to DummyChromium launch method 2025-04-09 09:07:54 -04:00
Nick Sweeting
eb6ad20bd9 Merge pull request #1300 from browser-use/browser-config-fixes
Migrate `ProxySettings` & `BrowserContextWindowSize` to pydantic models + fix bugs where code was expecting `dict`s
2025-04-06 12:38:08 -07:00
Nick Sweeting
591097e35f add thorough real-world browser launch test for config models 2025-04-06 12:28:40 -07:00
Nick Sweeting
c49ce804a0 migrate from TypedDict to Pydantic models for browser config 2025-04-06 12:28:21 -07:00
Nick Sweeting
f82290b6bd fix trying to splat a pydantic model directly 2025-04-06 12:01:28 -07:00
Gregor Žunič
3427cf9f6b Merge branch 'gregor/lib-53-fix-extraction-layer-problems' into main 2025-04-05 19:07:05 +02:00
Magnus Müller
ae38b885ae Merge pull request #1290 from Human-Data/eval-custom-browser
custom browser addition
2025-04-05 20:50:30 +06:00
lorenss-m
2615e1286d custom browser addition 2025-04-04 18:42:49 -07:00
Nick Sweeting
30aa5102f3 Merge pull request #1045 from dipfocus/fix-cookie-samesite-validation
Fix: Add sameSite cookie validation and auto-correction
2025-04-04 16:26:55 -07:00
Nick Sweeting
01abdc414b Merge pull request #945 from AlinJiang/detect-index-change-pr
[bug][multi_act] Detect index change caused by page change in multi_act
2025-04-04 15:29:22 -07:00
Nick Sweeting
f5516cce74 Merge pull request #1277 from john-rtr/fix/bug-1275-infinite-error-loop
fix: increment consecutive_failure on every step error
2025-04-04 15:08:11 -07:00
Nick Sweeting
d3d5ddc8a6 Merge pull request #1288 from browser-use/security-fixes
Make default config safer by only exposing CDP on localhost and keeping browser security enabled
2025-04-04 13:59:41 -07:00
Nick Sweeting
f6eb9af585 dont expose debug port on all addresses and keep security enabled by default 2025-04-04 13:57:36 -07:00
Nick Sweeting
821c1587c6 Merge pull request #1279 from mathisarends-viadee/mathisarends-viadee/azure_openai_example_fix 2025-04-03 22:22:46 -07:00
mathisarends-viadee
2e265e8388 Fix azure example not working due to agent memory changes 2025-04-03 16:07:55 +02:00
john-rtr
75e1ad3596 fix: increment consecutive_failure on every step error 2025-04-03 09:01:13 +02:00
Nick Sweeting
96d6be85fe Merge pull request #1269 from zsjie/fix-deepseek-example
Fix: resolve undefined response variable in Deepseek model raw tool calling
2025-04-02 10:37:13 -07:00
zhushijie
ac38207b1a Fix: resolve undefined response variable in Deepseek model raw tool calling mode 2025-04-02 18:07:19 +08:00
dipfocus
a95333384b Fix: Correct indentation for cookie loading log message in BrowserContext 2025-04-02 09:33:53 +08:00
dipfocus
db42ffd004 Merge branch 'browser-use:main' into fix-cookie-samesite-validation 2025-04-02 09:06:31 +08:00
Nick Sweeting
d4073d0ff4 Merge pull request #1259 from BurnyCoder/fix-verify-api-keys 2025-04-01 16:14:04 -07:00
BurnyCoder
02f2863fed Fix: Remove unnecessary await from _verified_api_keys 2025-04-01 22:49:14 +02:00
Nick Sweeting
e3be215165 Merge pull request #1256 from oswy-cpu/main
Fix custom-functions.mdx confusion
2025-04-01 10:11:10 -07:00
Oswy
3a7490d4f0 Update custom-functions.mdx
.get_current_page() is an async function which have to be awaited.
2025-04-01 19:58:16 +03:00
Nick Sweeting
364a3f3110 Merge branch 'main' into fix-cookie-samesite-validation 2025-04-01 01:44:22 -07:00
Nick Sweeting
be5a9b5312 Merge pull request #1252 from pppp606/feature/update_behavior_parameters_docs
Docs: Update system prompt customization documentation
2025-04-01 01:42:42 -07:00
dipfocus
1649eae56a Merge branch 'main' into fix-cookie-samesite-validation 2025-04-01 16:41:21 +08:00
pppp606
64030015a9 Add explanations override_system_message and extend_system_message 2025-04-01 17:33:26 +09:00
Nick Sweeting
eb5f018532 Merge pull request #1208 from PaperBoardOfficial/drag_drop
added drag drop action
2025-03-31 19:47:30 -07:00
PaperBoardOfficial
ae4a423e3d lint 2025-04-01 08:14:15 +05:30
Nick Sweeting
298db41c4a Merge branch 'main' into drag_drop 2025-03-31 19:33:28 -07:00
Gregor Žunič
ca0c6fdd0d wip 2025-03-31 16:57:17 -07:00
Gregor Žunič
ba73c748e4 wip 2025-03-31 15:23:04 -07:00
Nick Sweeting
230614465e Merge pull request #893 from b0rgcube/bug_fix/http_credentials-context-in-BrowserContextConfig
Add http_credentials to browser context.
2025-03-31 11:37:26 -07:00
Nick Sweeting
af6b937e10 Merge branch 'main' into bug_fix/http_credentials-context-in-BrowserContextConfig 2025-03-31 11:35:39 -07:00
Nick Sweeting
6da643cff1 Update browser_use/browser/context.py 2025-03-31 14:34:41 -04:00
Nick Sweeting
775b091b8b Merge pull request #1216 from cclauss/codespell
Fix typos discovered by codespell
2025-03-31 11:14:51 -07:00
PaperBoardOfficial
9f8218f556 resolved merge conflicts 2025-03-31 16:49:26 +05:30
Bart
06a9159657 Merge branch 'main' into bug_fix/http_credentials-context-in-BrowserContextConfig 2025-03-31 11:02:51 +02:00
Christian Clauss
7604beab16 uv add --dev codespell 2025-03-31 07:50:12 +02:00
Christian Clauss
e7c3f43808 Fix typos discovered by codespell 2025-03-31 07:47:56 +02:00
Nick Sweeting
695d1eff37 Merge pull request #1235 from browser-use/stealth
add rebrowser and creepjs to stealth tests
2025-03-30 18:43:57 -07:00
Nick Sweeting
c6525d57e3 add rebrowser and creepjs to stealth tests 2025-03-30 18:43:10 -07:00
Nick Sweeting
59821a4642 Merge pull request #1234 from browser-use/onepassword-2fa
Add example of getting 2FA code from 1password
2025-03-30 16:25:41 -07:00
Nick Sweeting
bf1afd9422 add example of getting 2FA code from 1password 2025-03-30 16:23:53 -07:00