Commit Graph

41 Commits

Author SHA1 Message Date
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
Saurav Panda
1a40312b51 updated pricing on old docs 2025-09-12 19:10:49 -07:00
Gregor Žunič
deea516d21 removed cloud docs 2025-09-02 08:51:58 -07:00
swiecki
a6a609bcf0 fix broken docs link 2025-09-01 17:09:44 -04:00
Magnus Müller
f36279b7f3 Merge remote-tracking branch 'origin/main' into dev 2025-08-27 00:41:27 -07:00
Magnus Müller
bdadc37349 Remove confusing playwright name from docs 2025-08-26 16:46:10 -07:00
Magnus Müller
3dbd9127f5 Update docs/cloud/v1/n8n-browser-use-integration.mdx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-08-26 15:35:39 -07:00
David Ashby
7c2e2f4f0e fixed broken discord invite and changed import steps 2025-08-25 20:43:50 -06:00
Magnus Müller
fab4ad5833 wide mode for docs 2025-08-25 09:46:13 -07:00
Matic Zavadlal
ba3c49c1fd Update quickstart.mdx 2025-08-22 18:27:41 +01:00
Matic Zavadlal
7441720cd9 Update node-quickstart.mdx 2025-08-22 18:20:58 +01:00
Matic Zavadlal
1f1051f534 Add Cloud Example Cards, Fix Node Examples 2025-08-22 18:19:12 +01:00
Gregor Žunič
787a041f00 SDK docs support, much nicer cloud docs, tiny bugfixes in docs 2025-08-22 00:18:53 -07:00
Gregor Žunič
fd31e90abc better cloud docs + optimized docs images 2025-08-18 20:38:27 -07:00
Saurav Panda
6363b74afb docs: added n8n workflow example 2025-08-05 22:34:01 -07:00
Matic Zavadlal
22c05773be cleanup 2025-07-29 10:56:55 +02:00
Matic Zavadlal
ebf6d447de Merge branch 'main' into feat/params 2025-07-29 10:50:58 +02:00
Saurav Panda
1ffc0cb3dd feat: added docs for metadata field 2025-07-27 23:07:10 -07:00
mertunsall
ff158509c1 add that it's beta 2025-07-26 23:12:03 +02:00
mertunsall
83dfed7390 improve more 2025-07-26 22:12:38 +02:00
Mert Unsal
5d13e35850 Update docs more (#2547) 2025-07-26 22:06:52 +02:00
mertunsall
892d8e255b fix more 2025-07-26 22:05:33 +02:00
Mert Unsal
23c5a2fc4b update docs (#2545)
<!-- This is an auto-generated description by cubic. -->

## Summary by cubic
Added documentation and Python examples for the new Search API,
including guides and usage for the simple-search and search-url
endpoints.

- **Docs**
- Added detailed API reference pages for simple-search and search-url
endpoints.
- Added a quickstart guide and usage examples in Python, JavaScript, and
cURL.
  - Updated docs navigation to include the new Search API section.
- Added example scripts for both endpoints in the examples/search
directory.

<!-- End of auto-generated description by cubic. -->
2025-07-26 21:59:19 +02:00
mertunsall
9a57780161 improve docs 2025-07-26 21:58:02 +02:00
mertunsall
2c5c74cab2 new docs for search API and examples 2025-07-26 21:42:48 +02:00
LarsenCundric
def771e893 Make separate tab for cloud sdk in docs 2025-07-24 20:32:35 +02:00
Matic Zavadlal
63cb5613a5 commit 2025-07-22 18:50:17 +02:00
Saurav Panda
e0add9ce8f Updated API docs and moved to newer mintlify version 2025-07-11 18:02:40 -07:00
LarsenCundric
06716afc07 Update model pricing 2025-07-03 20:35:16 +02:00
LarsenCundric
c29c48a17e Update webhook docs 2025-05-25 11:27:00 +02:00
LarsenCundric
55569f5b39 Add new page 2025-05-21 19:26:30 +02:00
LarsenCundric
fd0f87cd76 Update 2025-05-21 19:18:01 +02:00
LarsenCundric
72d2abd823 Update docs with webhooks 2025-05-21 19:15:28 +02:00
LarsenCundric
a5ae685701 Add LLaMA model to pricing 2025-05-12 16:46:58 +02:00
LarsenCundric
9ea7e745df Trigger pre-commit 2025-04-16 16:57:12 +02:00
LarsenCundric
4659ecd7a9 Update Cloud Docs - Add sctructured output example 2025-04-16 16:53:44 +02:00
Nino Risteski
ba01fa48b9 Update quickstart.mdx (#904)
few typos
2025-03-02 12:39:25 -08:00
Gregor Žunič
a8bd8e0411 all settings 2025-02-26 17:56:04 -08:00
magmueller
64f27574b0 Include streaming example 2025-02-04 21:58:51 -08:00
Gregor Žunič
b56be14099 fixed mintlify docs directories 2025-02-02 11:31:33 -08:00
Gregor Žunič
2080ed338d Feature/cloud docs (#522)
* added extra docs

* improved docs naming
2025-02-01 23:20:43 -08:00