Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ShawnPana
Copy link
Contributor

@ShawnPana ShawnPana commented Nov 1, 2025


Summary by cubic

Updates the Human Quickstart to streamline setup and align examples with the current API. Switches to uv-based install, shows explicit Browser initialization passed to Agent for all providers, and adds a Production Sandboxes section.

  • Migration
    • Use Python >=3.11 and run: uv init, uv add browser-use, uv sync.
    • Install Chromium: uvx browser-use install.
    • Create Browser(use_cloud=False) and pass browser=browser to Agent in all examples.
    • Models updated in samples: gemini-flash-latest (Google), o3 (OpenAI), claude-sonnet-4-0 (Anthropic).

Written for commit 1878b53. Summary will update automatically on new commits.


Note

Switches Quickstart to uv-based setup, updates all examples to pass an explicit Browser to Agent, refreshes model selections, and adds a production sandboxes section.

  • Quickstart Docs (docs/quickstart.mdx):
    • Install: Replace pip/venv flow with uv (Python>=3.11); add uv init, uv add browser-use, uv sync, and Chromium install via uvx browser-use install.
    • Examples:
      • Import and initialize Browser(use_cloud=False) and pass browser to Agent across all providers (ChatBrowserUse, ChatGoogle, ChatOpenAI, ChatAnthropic).
      • Update sample task and models (Google: gemini-flash-latest, OpenAI: o3, Anthropic: claude-sonnet-4-0).
    • Production: New section introducing Sandboxes (beta), @sandbox usage example, and link to production docs; add note on custom browsers.

Written by Cursor Bugbot for commit 49ac5eb. This will update automatically on new commits. Configure here.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (all 1 issues)

Understand the root cause of the following 1 issues and fix them.


<file name="docs/quickstart.mdx">

<violation number="1" location="docs/quickstart.mdx:17">
`uv init` is invoked without first installing the `uv` CLI. Re-introduce an installation step (e.g., `pip install uv`) so new users can run the command successfully.</violation>
</file>

React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Available templates:

  default      - Simplest setup - capable of any web task with minimal configuration
  advanced     - All configuration options shown with defaults
  tools        - Custom tool example - extend agent capabilities with your own functions
  shopping     - E-commerce automation with structured output (Pydantic models)
  job-application - Automated job application form submission with resume upload
  agentmail    - Email inbox automation with 2FA support using AgentMail
  test         - 🚀 TEST: Demonstrates dynamic template discovery from GitHub
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants