Commit Graph

391 Commits

Author SHA1 Message Date
Magnus Müller
9e04ab19b1 change tool error message from DOM to browser-state 2025-09-02 11:39:13 -07:00
Magnus Müller
97f321bcea update error message for scroll 2025-09-02 11:32:03 -07:00
Magnus Müller
ead6a1a385 move guide location 2025-09-02 11:01:04 -07:00
Magnus Müller
4a0e9fe590 prompt guide 2025-09-02 10:58:49 -07:00
Gregor Žunič
deea516d21 removed cloud docs 2025-09-02 08:51:58 -07:00
Magnus Müller
02a7927568 Update environment variable names and fix typos in documentation
- Changed `AZURE_ENDPOINT` to `AZURE_OPENAI_ENDPOINT` in `.env.example`.
- Corrected a typo in the contribution guide from "Lets" to "Let's".
- Commented out the logging level setting in `local-setup.mdx` for clarity.
2025-09-01 23:44:48 -07:00
Magnus Müller
471a8d399a Linter 2025-09-01 23:40:21 -07:00
Magnus Müller
c57ca023aa Refactor documentation structure and add new sections
- Reformatted JSON structure in `docs.json` for better readability.
- Updated navigation paths for development-related documentation.
- Removed outdated `hooks.mdx` and `mcp-client.mdx` files.
- Added new `get-help.mdx`, `local-setup.mdx`, `contribution-guide.mdx`, and `observability.mdx` files to enhance developer resources.
- Introduced `telemetry.mdx` to clarify data collection practices and opt-out options.
- Updated `mcp-server.mdx` to reflect current capabilities and usage instructions.
2025-09-01 23:36:19 -07:00
Magnus Müller
14468d021f update-local-dev-docs 2025-09-01 23:01:42 -07:00
Magnus Müller
40b7baea59 Merge branch 'main' into update-sensitive-data-docs 2025-09-01 22:05:13 -07:00
Magnus Müller
5967eb48c9 update-sensitive-data-docs 2025-09-01 22:05:02 -07:00
swiecki
a6a609bcf0 fix broken docs link 2025-09-01 17:09:44 -04:00
Magnus Müller
cd0248f046 Update logging messages in Agent class and enhance quickstart documentation for clarity 2025-09-01 10:44:51 -07:00
Magnus Müller
3b6035d821 edit-quickstart-docs 2025-09-01 09:38:20 -07:00
Mert Unsal
ea5c6b558e Enable highlights by default 2025-08-31 08:17:23 -07:00
mertunsall
6de9261b85 disable highlights by default 2025-08-31 12:46:24 +02:00
Mert Unsal
157d0804cb Merge branch 'main' into correction-in-docs 2025-08-31 00:50:59 +02:00
Gregor Žunič
d6ea63e431 reverted docs to API V1 2025-08-28 19:25:52 -07:00
Magnus Müller
7d83d6b332 Update browser parameters documentation to clarify is_local usage and remove deprecated stealth option. Adjust remote browser examples to reflect changes in parameter handling. 2025-08-27 10:06:56 -07:00
krishna
f430e2fc69 Minor documentation changes for consistency. 2025-08-27 20:36:52 +05:30
Magnus Müller
f36279b7f3 Merge remote-tracking branch 'origin/main' into dev 2025-08-27 00:41:27 -07:00
Gregor Žunič
6b7b7d5c1e 301 redirects for the docs 2025-08-26 18:30:54 -07:00
Magnus Müller
82b241ddbb Linter new line 2025-08-26 18:13:11 -07:00
Magnus Müller
d1c7c675c5 Fix spelling 2025-08-26 17:12:23 -07:00
Magnus Müller
bdadc37349 Remove confusing playwright name from docs 2025-08-26 16:46:10 -07:00
Magnus Müller
78cb7e5466 Remove 25 unused parameters 2025-08-26 16:19:53 -07:00
Magnus Müller
0f8fc941db Merge branch 'main' into cfomodz-docs-n8n-discord 2025-08-26 15:36:23 -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
Magnus Müller
51af27aac5 Rename preload to directly_open_url 2025-08-26 15:15:37 -07:00
Magnus Müller
29685aa7ce Merge remote-tracking branch 'origin/main' into rename-controller-to-tools 2025-08-26 13:58:21 -07:00
Magnus Müller
0e947099be docs remote browser 2025-08-26 13:01:30 -07:00
Magnus Müller
caa0e7ef1b Rename controller to tools instances 2025-08-26 11:30:39 -07:00
Magnus Müller
13dd73b23a Update Tool imports in docs, readme, and docstrings 2025-08-26 11:13:27 -07:00
Magnus Müller
09d2d4cf4e docs more examples 2025-08-26 11:00:12 -07:00
Magnus Müller
2a27d8c1bf reorder docs files 2025-08-26 10:29:16 -07:00
Magnus Müller
ce2a727015 Refine tools documentation for clarity and completeness
- Updated the "Add Tools" section to enhance clarity in tool registration instructions and examples.
- Revised the "Remove Tools" section description for better user understanding.
- Improved the "Response" section headings for consistency and clarity in context management.
2025-08-26 10:18:24 -07:00
Magnus Müller
b235e7bfe5 Add new tools documentation and enhance existing sections
- Introduced new documentation for "Available Tools" and "Remove Tools" to provide users with comprehensive guidance on tool management.
- Updated the "Basics" section to clarify the description of tools and included examples for better understanding.
- Enhanced the "Add Tools" section with additional examples to illustrate tool registration and usage.
- Improved the "Response" section by refining examples and clarifying the properties of `ActionResult` for better user comprehension.
2025-08-26 10:08:15 -07:00
Magnus Müller
9f272fab9a Enhance tool documentation with new examples and clarify action registration process
- Added new tools: "get 2fa code" and "send emails" to the basic tools section.
- Updated action registration instructions to simplify usage of the `@controller.action` decorator.
- Clarified return types for tools, allowing both `ActionResult` and simple strings.
- Improved examples for success and error responses, emphasizing the use of `ActionResult` properties.
2025-08-26 08:01:02 -07:00
Magnus Müller
264090e86b Simplify basics 2025-08-26 06:59:39 -07:00
Magnus Müller
9f347ce376 change doc title 2025-08-25 23:49:13 -07:00
Magnus Müller
ecc1f40aa5 Fix simple example 2025-08-25 23:34:04 -07:00
Magnus Müller
1d4e1dfa8d Icons 2025-08-25 23:29:58 -07:00
Magnus Müller
6d31af92df Icons 2025-08-25 23:28:34 -07:00
Magnus Müller
fd5482d9cc Enhance documentation and examples for browser customization
- Rearranged pages in the documentation for better organization.
- Updated icons and descriptions in `browser-basic` and `chain-agents` sections for clarity.
- Added new sections for "Secure Setup" and "More Examples" to provide comprehensive guidance on advanced use cases.
- Improved the `fast-agent` example with clearer speed optimization instructions.
- Refined the `browser-real-browser` documentation to simplify the connection description.
2025-08-25 23:24:47 -07:00
Magnus Müller
bcdc11dfc4 Clean up 2025-08-25 23:15:28 -07:00
Magnus Müller
dc5d06d760 More examples 2025-08-25 23:14:17 -07:00
Magnus Müller
5ce2427a52 Enhance documentation for browser parameters and sensitive data handling
- Expanded the `allowed_domains` section to clarify domain pattern formats and security restrictions.
- Updated examples in the `sensitive_data` section to improve clarity and best practices for handling sensitive information.
- Emphasized the importance of using `use_vision=False` to prevent sensitive data exposure in screenshots.
2025-08-25 22:49:20 -07:00
Magnus Müller
b3594dd0fd Update all parameters 2025-08-25 22:35:20 -07:00
Magnus Müller
5638bbdc72 Clarification on profile and session 2025-08-25 22:25:51 -07:00
Magnus Müller
6fb2a7cf90 Names 2025-08-25 22:18:42 -07:00