-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Update Human Quickstart on docs #3497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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.
There was a problem hiding this 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
There was a problem hiding this 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
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.
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
BrowsertoAgent, refreshes model selections, and adds a production sandboxes section.docs/quickstart.mdx):uv(Python>=3.11); adduv init,uv add browser-use,uv sync, and Chromium install viauvx browser-use install.Browser(use_cloud=False)and passbrowsertoAgentacross all providers (ChatBrowserUse,ChatGoogle,ChatOpenAI,ChatAnthropic).gemini-flash-latest, OpenAI:o3, Anthropic:claude-sonnet-4-0).@sandboxusage 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.