Commit Graph

751 Commits

Author SHA1 Message Date
Cursor Agent
66f6ecb2a8 Refactor: Load environment variables and update example tasks
Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
2025-10-09 17:33:38 +00:00
Mert Unsal
a56afff6af Update examples/simple.py 2025-10-09 19:30:09 +02:00
Cursor Agent
7fd7f7329e Refactor: Use ChatBrowserUse LLM and BrowserUse API key
Update README and examples to use the new ChatBrowserUse LLM and BrowserUse API key for authentication. This simplifies setup and aligns with the new API.

Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
2025-10-09 17:26:12 +00:00
Sandeep
5e0d3e4a2e Merge branch 'main' into oracle_oci_integration
# Conflicts:
#	browser_use/llm/models.py
2025-10-09 01:04:11 +05:30
Magnus Müller
6c1453ef3d update example 2025-10-08 08:41:09 -07:00
Magnus Müller
de0488031d Squashed commit of the following:
commit 92d1732a40
Merge: fa4ff47a efcd2b33
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Wed Oct 8 08:18:35 2025 -0700

    Merge main

commit fa4ff47ae4
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Wed Oct 8 08:03:04 2025 -0700

    Laminar info mode

commit 8625aa9ba9
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Wed Oct 8 08:02:54 2025 -0700

    Default to flash for browser use llm

commit 69a517ad7c
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Wed Oct 8 08:02:44 2025 -0700

    Update example

commit c91467c51d
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Wed Oct 8 08:02:15 2025 -0700

    Update example

commit 4e2b3f1306
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Wed Oct 8 07:54:05 2025 -0700

    Linter

commit e8d6936a47
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Wed Oct 8 07:53:43 2025 -0700

    Example

commit 961d6fc451
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Wed Oct 8 07:52:23 2025 -0700

    Update default links

commit 0b2853859b
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Wed Oct 8 07:44:59 2025 -0700

    Default fast fasle

commit 9d67594b63
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 22:01:24 2025 -0700

    Simplify

commit f5712bdec0
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 21:45:00 2025 -0700

    Parsing json

commit 503af624dd
Merge: ef7fa1e4 0d2522b1
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 21:04:31 2025 -0700

    Merge branch 'flat-output' of https://github.com/browser-use/browser-use into flat-output

commit ef7fa1e401
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 21:04:28 2025 -0700

    Add prompt description handling for browser-use cloud service

    - Enhanced the Agent class to generate and pass prompt descriptions to the LLM when using the browser-use provider.
    - Updated the ChatBrowserUse class to accept an optional prompt_description parameter in the ainvoke method.
    - Modified the tracked_ainvoke function in TokenCost to forward additional keyword arguments.
    - Adjusted example model to initialize Laminar for tracing.

commit 0d2522b1f9
Author: Gregor Žunič <36313686+gregpr07@users.noreply.github.com>
Date:   Tue Oct 7 20:23:39 2025 -0700

    updated default base url

commit 0a2e6d6520
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 18:50:56 2025 -0700

    Hide api key

commit 96bba9692b
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 18:49:05 2025 -0700

    Add env var loading and validation to ChatBrowserUse, update example

commit c2e57a3bab
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 18:36:31 2025 -0700

    Linter

commit 3d4cc1dbec
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 16:28:10 2025 -0700

    Rename

commit 14ab0b75fe
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 16:21:52 2025 -0700

    Rename super_fast to fast parameter in ChatBrowserUse

commit 7fab3c47d3
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 16:08:10 2025 -0700

    Update system prompt

commit 2066e77b98
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 16:07:51 2025 -0700

    Del claude file

commit 297b767e91
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 16:01:50 2025 -0700

    Revert flash system prompt to JSON format

    - Reverted system_prompt_flash.md to main (JSON format)
    - Added examples/models/browser_use_cloud.py for llm-use cloud service
    - llm-use service will inject unstructured format on the server side

commit 99af55f8e9
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 15:58:40 2025 -0700

    Example

commit 657ff0d352
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 15:54:23 2025 -0700

    Remove unused

commit a42123d8e5
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 15:49:54 2025 -0700

    ignore

commit de4fe19020
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 15:48:01 2025 -0700

    Example

commit 27e5ab9947
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 14:29:01 2025 -0700

    Add llm-use cloud client example

    - ChatLLMUseCloud: Browser-use compatible client for llm-use service
    - Implements BaseChatModel protocol with proper typing
    - Includes credit checking before/after tasks
    - Error handling for 401/402/500 responses
    - Converts messages between browser-use and HTTP API formats
    - Returns ChatInvokeCompletion with usage stats

    Usage:
      export LLM_USE_URL='https://your-app.railway.app'
      export LLM_USE_API_KEY='your-key'
      python examples/llm_use_cloud_client.py

commit a47a448005
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Tue Oct 7 13:03:59 2025 -0700

    Enhance response parsing in ChatBrowserUse to handle structured data from the API, including debug logging for received data keys.

commit e79c7dc633
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Mon Oct 6 19:39:29 2025 -0700

    Include browser-use llm

commit 584d977154
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Mon Oct 6 17:55:31 2025 -0700

    Linter

commit b0ac87076a
Merge: 1183b8fe 0076775f
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Mon Oct 6 15:01:37 2025 -0700

    merge main

commit 1183b8fe6b
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Sun Oct 5 16:26:34 2025 -0700

    Fix done output action model

commit 852449b1bc
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Sun Oct 5 16:23:31 2025 -0700

    More debug info

commit a57ba25d36
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Sun Oct 5 16:07:15 2025 -0700

    Multiline parser

commit 2153dbe6aa
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Sun Oct 5 15:50:14 2025 -0700

    Fix custom output

commit ec5c08ba0f
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Sun Oct 5 15:36:54 2025 -0700

    Fix files in output

commit 7444048e8f
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Sun Oct 5 15:28:09 2025 -0700

    Update codebase with unstructured output

commit a8f05b4611
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Sun Oct 5 14:55:20 2025 -0700

    Save systemprompt

commit d7d112c569
Author: Magnus Müller <67061560+MagMueller@users.noreply.github.com>
Date:   Sun Oct 5 14:51:24 2025 -0700

    new parser
2025-10-08 08:39:24 -07:00
kevint-cerebras
82752d5380 linter 2025-10-07 11:08:15 -07:00
kevint-cerebras
f9d06a4852 create cerebras project 2025-10-07 11:02:16 -07:00
Talapally Sandeep Kumar
b2e461462e Merge branch 'main' into oracle_oci_integration 2025-10-06 11:37:01 +05:30
Magnus Müller
90d414042a Update docs 2025-10-05 15:09:35 -07:00
Magnus Müller
f0acb6b338 Replace tool names like go_to_url wtih navigate 2025-10-05 13:31:38 -07:00
Talapally Sandeep Kumar
c09540a5bc Merge branch 'main' into oracle_oci_integration 2025-10-04 12:10:37 +05:30
Magnus Müller
a8e6af254e Switch all to jpeg 2025-10-03 21:32:47 -07:00
Talapally Sandeep Kumar
4df5987be2 Merge branch 'main' into oracle_oci_integration 2025-10-04 00:13:19 +05:30
mertunsall
4709ab9afd Functionality to stop the agent externally 2025-10-03 17:32:54 +02:00
Wyatt Avilla
f39cb312a2 remove type ignore for websockets attribute 2025-10-02 00:14:40 -07:00
Magnus Müller
3cd7846b14 linter 2025-10-01 23:51:38 -07:00
Magnus Müller
5601401c11 Add export_storage_state method to BrowserSession for cookie and storage export
- Introduced a new method `export_storage_state` that allows exporting browser cookies and storage in Playwright format.
- Added functionality to save the exported state to a specified JSON file.
- Updated example scripts to demonstrate the usage of the new method.
2025-10-01 23:00:00 -07:00
Magnus Müller
2e874d0095 Remove profile args which prevent cookie usage 2025-10-01 21:35:56 -07:00
mertunsall
a4207a6ff9 fixes and large list example 2025-10-01 19:57:04 +02:00
mertunsall
16457c2a5e Blocked domains are optimized!!! 2025-10-01 19:25:30 +02:00
Talapally Sandeep Kumar
cd0ae37b21 Merge branch 'main' into oracle_oci_integration 2025-10-01 19:57:02 +05:30
Saurav Panda
5552212429 Merge branch 'main' into fix/using_cdp-demo-spell-error 2025-09-30 15:18:27 -07:00
Talapally Sandeep Kumar
a3eaf17038 Merge branch 'main' into oracle_oci_integration 2025-09-29 19:17:52 +05:30
Magnus Müller
ea551e8b6c remove temp from gemini 2025-09-26 17:50:21 -07:00
Magnus Müller
9a6181afd7 Update fast example 2025-09-26 15:57:53 -07:00
Magnus Müller
6f1c6c510d Linter 2025-09-26 15:56:56 -07:00
Magnus Müller
781f948bb8 change gemini 2.5 flash to gemini latest 2025-09-26 15:54:19 -07:00
Magnus Müller
db27b32b04 fix gemini client 2025-09-26 09:50:01 -07:00
Sandeep
feae6b14e3 Apply ruff formatting 2025-09-26 22:08:49 +05:30
Cu1111
fe8b9fa48e fix: demo code-style problems 2025-09-25 13:11:08 +08:00
Cu1111
3c8efee4d6 fix: fix the spelling mistakes in the using_cdp example 2025-09-25 12:59:32 +08:00
Talapally Sandeep Kumar
6a750d54a5 Merge branch 'main' into oracle_oci_integration 2025-09-25 00:10:29 +05:30
Chris Schnabl
63d9b57744 Add exmamples on how to prohibit domain 2025-09-24 11:07:40 -07:00
Talapally Sandeep Kumar
075f663dbf Merge branch 'main' into oracle_oci_integration 2025-09-23 15:41:03 +05:30
Cyrus
9343371cd7 Merge branch 'main' into anyio-path 2025-09-22 20:19:34 -06:00
Magnus Müller
97a1ef1aa4 Update search google 2025-09-22 18:53:11 -07:00
Magnus Müller
dc34a5edb0 Update search google 2025-09-22 18:43:14 -07:00
Magnus Müller
daee190e75 Linter 2025-09-22 18:25:19 -07:00
Magnus Müller
5261e759b8 Merge branch 'speed-ups3' of https://github.com/browser-use/browser-use into speed-ups3 2025-09-22 18:24:27 -07:00
Magnus Müller
2430a26615 Thinking budget 2025-09-22 18:24:08 -07:00
Mert Unsal
5ebba06880 Merge branch 'main' into main 2025-09-23 03:14:20 +02:00
Mert Unsal
3034292e3c Merge branch 'main' into feature/parallel-agents-truly-clean 2025-09-23 03:08:04 +02:00
Talapally Sandeep Kumar
73d6402dac Merge branch 'main' into oracle_oci_integration 2025-09-20 12:49:36 +05:30
Magnus Müller
971b11a6bf Gemini example 2025-09-20 00:05:12 -07:00
Magnus Müller
15f1a50895 Force thinking 2025-09-19 22:04:43 -07:00
Talapally Sandeep Kumar
c3c91d2e52 Merge branch 'main' into oracle_oci_integration 2025-09-20 00:25:02 +05:30
Gregor Žunič
0ceee655e3 Merge branch 'main' into feature/better-custom-actions 2025-09-19 11:23:42 -07:00
Gregor Žunič
504f8cad09 migrated Target to Page 2025-09-19 10:27:00 -07:00
Saurav Panda
6780058eac Merge branch 'main' into oracle_oci_integration 2025-09-18 23:40:51 -07:00