Commit Graph

108 Commits

Author SHA1 Message Date
Nick Sweeting
32a87057eb Apply suggestions from code review 2025-04-16 17:56:43 -04:00
Nick Sweeting
5ba8269f23 Merge branch 'main' into feat/novita 2025-04-16 14:54:54 -07: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
Jason
f6d890116b fix: add novita description 2025-04-16 22:02:04 +08:00
Jason
25bfd67c17 fix: fix novita environment variable 2025-04-16 21:55:49 +08:00
Jason
45dc23caf4 fix: remove NOVITA_API_KEY env 2025-04-16 18:21:12 +08:00
Jason
627ff228a3 Merge branch 'main' into feat/novita 2025-04-16 15:09:29 +08:00
Jason
2f8e78a900 feat: add example and docs for Novita AI 2025-04-16 15:09:11 +08: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
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
pppp606
64030015a9 Add explanations override_system_message and extend_system_message 2025-04-01 17:33:26 +09:00
Christian Clauss
e7c3f43808 Fix typos discovered by codespell 2025-03-31 07:47:56 +02:00
Deshraj Yadav
3e135d1047 Merge branch 'main' into user/dyadav/add-mem0-procedural-memory 2025-03-29 17:24:51 -07:00
Anurag Chatap
266e4c3453 Merge branch 'main' into #1174 2025-03-29 10:24:18 +05:30
anurag.chatap
4539e5da19 Update workflow to use uv for build and publish; comment out broken tests 2025-03-29 10:21:03 +05:30
Deshraj Yadav
597c8c6e84 Incorporate suggestions 2025-03-28 19:05:50 -07:00
Nick Sweeting
e85e8f468d add more pre-commit-hooks 2025-03-28 17:15:10 -07:00
Nick Sweeting
588a9f9f50 Merge branch 'main' into pre-commit_run_pre-commit-hooks_--all-files 2025-03-28 16:17:47 -07:00
Nick Sweeting
ee87cf390c Merge pull request #1197 from carlosplanchon/step_hook_docs
Adding lifecycle hooks section to the docs.
2025-03-28 15:57:10 -07:00
Nick Sweeting
a5340d5f26 Update docs/customize/hooks.mdx 2025-03-28 18:57:04 -04:00
Carlos Andrés Planchón Prestes
0346df06f7 Adding lifecycle hooks section to the docs. 2025-03-28 19:43:58 -03:00
anurag.chatap
001ec6fe01 moved docs/dev_docs.md to docs/development.mdx 2025-03-29 00:50:55 +05:30
Anurag Chatap
6fc5f10931 Merge branch 'main' into #1174 2025-03-28 15:39:23 +05:30
anurag.chatap
79a6b40e56 feat: Update GitHub Actions workflow and documentation for branching and tagging strategy 2025-03-28 15:36:05 +05:30
Nick Sweeting
cb5b830d63 create contribution guide 2025-03-28 01:20:35 -07:00
Nick Sweeting
b892b75fdc update dev setup docs 2025-03-28 01:11:10 -07:00
Nick Sweeting
69a960fa4b refactor browser config setup process 2025-03-27 02:45:12 -07:00
Christian Clauss
ef9c7b1c09 Merge branch 'main' into pre-commit_run_pre-commit-hooks_--all-files 2025-03-26 08:00:43 +01:00
Nick Sweeting
8e535320c2 Merge pull request #739 from pppp606/feature/add_doc_browser_class_note
Update Documentation:  Clarify the Distinction Between browser-use’s Browser and Playwright’s Browser
2025-03-25 18:21:38 -07:00
Nick Sweeting
be399cab49 Update custom-functions.mdx
clarify how to directly access playwright browser object
2025-03-25 21:18:39 -04:00
Nick Sweeting
71d3054484 Merge pull request #897 from draphonix/main
Add n8n integration documentation for Browser Use
2025-03-25 18:12:10 -07:00
Nick Sweeting
0c9da0ac84 Merge branch 'main' into docs/add_hatch_install_link 2025-03-25 18:08:22 -07:00
Dean Xu
9ed1935a20 Update supported-models.mdx
Update examples with GoogleGenerativeAI and DeepSeek
2025-03-25 16:08:53 -07:00
Magnus Müller
aefa4670d9 Merge pull request #1041 from mikegehard/patch-1
Update quickstart.mdx to use uv
2025-03-23 08:55:56 -07:00
Magnus Müller
da8b362206 Merge branch 'main' into main 2025-03-22 18:48:25 -07:00
Magnus Müller
bb071b6ce4 Merge pull request #1103 from Anshdeep-Singh/example-all-parameters
docs: Update agent-settings.mdx
2025-03-21 19:17:38 -07:00
Magnus Müller
092cc4fbbc Update agent-settings.mdx 2025-03-21 19:17:15 -07:00
Anshdeep Singh
b9f945b408 docs: Update agent-settings.mdx
Added example for message context and some optional parameters for agent settings
2025-03-21 18:45:16 -07:00
Jochen
5011e78c11 Update browser-settings.mdx
Add link to a how-to doc for running remote tests with Browser Use + TestingBot
2025-03-19 16:39:18 +01:00
pablo
92ba3f89c7 Removed original proposal of install hatch in docs 2025-03-17 13:03:52 -07:00
pablo
ccfe3ebc55 Changed docs to use build instead of hatch 2025-03-16 18:20:37 -07:00
Mike Gehard
5060be4980 Update quickstart.mdx to use uv
If you have another version of playwright installed and don't prefix with `uv run`, then you won't install the proper versions of the browsers.
2025-03-16 16:03:56 -04:00
guybensimhon1
ad71aea721 Update browser-settings.mdx 2025-03-16 17:14:08 +02:00
guybensimhon1
bd64a66fea Fixed typo in browser-settings.mdx, and made external providers a link 2025-03-16 17:07:11 +02:00
pablo
9cde8e9449 Added hatch installation link 2025-03-15 17:02:31 -07:00
Edison S
fb22cc5a99 add multibrowser support 2025-03-05 13:32:03 -05:00
Nino Risteski
ba01fa48b9 Update quickstart.mdx (#904)
few typos
2025-03-02 12:39:25 -08:00
HoangNB
ec36521073 Add n8n integration documentation for Browser Use 2025-02-27 23:39:58 +07:00
Christian Clauss
4abfaa6213 pre-commit run pre-commit-hooks --all-files 2025-02-27 12:21:42 +01:00