Commit Graph

456 Commits

Author SHA1 Message Date
Saurav Panda
612defdab0 docs: MCP docs updated 2025-09-16 16:07:27 -07:00
avocardio
f284afd461 Update ad-use to use Veo3 2025-09-15 14:21:57 -07:00
avocardio
99f1d13cca Added: auto mode 2025-09-13 09:29:36 -07:00
avocardio
893e3e2ac7 Updated docs 2025-09-13 07:47:07 -07:00
avocardio
ad0b758dbe Updated wrong info on docs 2025-09-12 23:17:03 -07:00
avocardio
d42215cfe2 New name for docs 2025-09-12 23:13:55 -07:00
avocardio
bb01a5e961 Updated lint changes 2025-09-12 23:11:08 -07:00
avocardio
3835d6a579 Merge branch 'main' into add-msg-use-demo 2025-09-12 23:03:21 -07:00
avocardio
6df2aaa6b9 Added msg-use docs 2025-09-12 22:58:38 -07:00
avocardio
26c7285167 Updated ad-use with instructions 2025-09-12 22:58:32 -07:00
Saurav Panda
1a40312b51 updated pricing on old docs 2025-09-12 19:10:49 -07:00
avocardio
35e39d7ae1 Bottom of pages to avoid merge conflict 2025-09-11 19:56:37 -07:00
avocardio
d6fb127c44 Demo from media repo 2025-09-11 11:41:33 -07:00
avocardio
f42a16975d Video embed alternative 2025-09-11 11:17:13 -07:00
avocardio
7096abbffd Added new demo video 2025-09-11 10:45:36 -07:00
avocardio
5a21da560c Update API key export 2025-09-11 10:42:09 -07:00
avocardio
b8165e0f2b Update news-use and vibetest-use documentation for API key and setup instructions 2025-09-11 09:17:49 -07:00
avocardio
52e9a9de57 Added msg-use 2025-09-11 09:07:02 -07:00
avocardio
c50e7cf43d Msg-Use docs 2025-09-11 09:06:29 -07:00
avocardio
f4c622f6da Fix: missing news-use docs link 2025-09-10 22:19:34 -07:00
avocardio
123ac79dd4 Add news-use demo: News monitoring agent with sentiment analysis 2025-09-10 21:58:58 -07:00
avocardio
6150d43161 Added redirect for prompting guide in examples documentation 2025-09-09 14:18:09 -07:00
avocardio
4356f65575 Added new restructuing, redirects 2025-09-09 13:08:55 -07:00
avocardio
f4f8d71a50 lint errors 2025-09-08 22:06:45 -07:00
avocardio
e77fbcbd2e Restructure examples docs: move to top-level with templates/apps sections 2025-09-08 21:58:29 -07:00
Gregor Žunič
7794be90dc added to docs 2025-09-07 22:35:13 -07:00
Osinachi Okpara
88f4eb2f25 Merge branch 'main' into add-mcp-server-documentation 2025-09-08 03:52:18 +01:00
Magnus Müller
5ccdfa96bf improve ollama installation 2025-09-07 19:25:37 -07:00
Magnus Müller
ddb5c58170 Fix missing newline at end of docs.json file 2025-09-07 18:32:14 -07:00
Osinachi Okpara
e4fedf0a7b Update mcp-server.mdx 2025-09-08 02:29:45 +01:00
Magnus Müller
fad088048e Update docs 2025-09-07 18:27:30 -07:00
Osinachi Okpara
e9901ac886 Update installation command for MCP Server dependencies 2025-09-08 01:26:10 +01:00
Osinachi Okpara
432849ee32 Apply suggestion from @cubic-dev-ai[bot]
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-08 01:11:37 +01:00
Osinachi Okpara
e8405ebc21 Update mcp-server.mdx 2025-09-08 01:10:13 +01:00
Osinachi Okpara
939c633aaa Update docs/customize/mcp-server.mdx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-08 01:06:55 +01:00
Osinachi Okpara
77e98d9fba Merge branch 'main' into add-mcp-server-documentation 2025-09-08 01:02:17 +01:00
Osinachi Okpara
f6ab57367e Add MCP Server documentation
- Create comprehensive MCP Server documentation at docs/customize/mcp-server.mdx
- Add Integration group to navigation in docs.json
- Cover installation, Claude Desktop integration, available tools, and examples
- Address GitHub issue #2933 for missing MCP Server documentation
2025-09-08 00:49:34 +01:00
Magnus Müller
870d72a4a7 Update Qwen model recommendations in documentation to clarify action schema format issues with smaller models. 2025-09-07 16:26:32 -07:00
Magnus Müller
1380b1e903 qwen support 2025-09-07 16:25:15 -07:00
Saurav Panda
8a736c9dfa Merge branch 'main' into magnus/eng-475-sync-do-not-send-data-if-not-signed-in 2025-09-06 17:54:31 -07:00
Magnus Müller
1892888ca0 Fix JSON formatting in documentation file by adding a newline at the end of docs.json. This ensures proper file termination and adheres to best practices for JSON files. 2025-09-06 15:15:11 -07:00
Magnus Müller
73fa4b56db Add Playwright integration example to documentation
This commit adds a new example demonstrating the integration of Playwright with Browser-Use, showcasing how to utilize Playwright for form filling, taking screenshots, and extracting text. The example is linked in the documentation and includes installation instructions and a comprehensive code sample.

- **New Documentation**
- Added a new Playwright integration example in `playwright-integration.mdx`.
- Updated `docs.json` to include the new example in the documentation index.
- Enhanced the `add.mdx` file with references to the Playwright integration example.

This enhances the usability of Browser-Use by providing clear guidance on leveraging Playwright's capabilities alongside it.
2025-09-06 15:13:52 -07:00
Saurav Panda
ed1f0728a6 Merge branch 'main' into magnus/eng-475-sync-do-not-send-data-if-not-signed-in 2025-09-06 12:52:35 -07:00
Enzo Biondo
1da79ca982 Merge branch 'main' into feat/video-recording 2025-09-06 14:43:33 -03:00
Magnus Müller
719761313c Refactor sensitive data handling across examples
- Updated sensitive_data definitions to remove type annotations for clarity.
- Simplified the structure of sensitive_data in multiple files, ensuring consistency in credential representation.
- Enhanced comments to guide users on the proper use of sensitive data in the context of 2FA and domain-specific credentials.

These changes improve the readability and maintainability of the code while ensuring secure handling of sensitive information.
2025-09-06 07:51:52 -07:00
Magnus Müller
304716e30f Enhance authentication flow and user feedback in CLI
- Updated `run_auth_command` to provide detailed authentication status updates and debug information during the authentication process.
- Introduced a new `UpdateAgentSessionEvent` class to facilitate session updates.
- Enhanced `CloudSync` to allow all events during the authentication flow and to show direct links for authenticated users.
- Improved error handling and user messaging for authentication failures.
- Updated documentation to clarify cloud sync settings and authentication instructions.
2025-09-05 13:13:07 -07:00
Magnus Müller
cc6bc374b9 Refactor CLI authentication flow and enhance user feedback
- Updated `run_auth_command` to check authentication status before proceeding, providing immediate feedback for already authenticated users.
- Introduced new task events for both authenticated and unauthenticated states to improve user experience during the authentication process.
- Modified the `main` function to include a dedicated `auth` command for easier access to cloud authentication.
- Updated documentation to reflect changes in the authentication process and usage instructions.
2025-09-05 10:49:12 -07:00
Magnus Müller
9828d18871 Implement cloud authentication feature in CLI and sync services
- Added `run_auth_command` to handle user authentication via the CLI, allowing users to authenticate with Browser Use Cloud.
- Updated `main` function to trigger authentication when the `--auth` option is used.
- Introduced `authenticate_cloud_sync` method in `CloudSync` to facilitate authentication after task completion.
- Modified `DeviceAuthClient` to handle empty agent session IDs gracefully.
- Updated documentation to include instructions for cloud authentication setup and usage.
- Enhanced tests to verify authentication flow and event handling based on authentication status.
2025-09-05 10:00:33 -07:00
Magnus Müller
f474e24b28 force-llm-output-after-failure 2025-09-04 17:22:32 -07:00
Magnus Müller
f06a021b66 linter 2025-09-04 08:47:29 -07:00