pip install browser-use -i https://pypi.tuna.tsinghua.edu.cn/simple 运行以下命令,安装 playwright: playwright install 根据使用的大模型服务,在环境变量设置里配置相应的 API key: OPENAI_API_KEY(gpt-4o 模型) ANTHROPIC_API_KEY(claude 模型) GE
# 创建 Python 3.11 虚拟环境 conda create -n browser_use python=3.11conda activate browser_use # 安装核心依赖 pip install browser-use playwright -i https://pypi.tuna.tsinghua.edu.cn/simple playwright install chromium # 安装 Chromium 浏览器 3.2 DeepSeek 配置 1. 获取 API Key:登录 ...
3.1 基础安装 # 创建 Python 3.11 虚拟环境conda create -n browser_usepython=3.11conda activate browser_use# 安装核心依赖pipinstallbrowser-use playwright -i https://pypi.tuna.tsinghua.edu.cn/simple playwrightinstallchromium# 安装 Chromium 浏览器 3.2 DeepSeek 配置 1. 获取 API Key: 登录DeepSeek 控制...
Join our Community Ask questions, share ideas and get inspired.The largest community for browser agents.Browser Use We enable AI to control your browser© 2025 Browser Use. All rights reserved. DocumentationCareersPostsPyPITwitterLinkedInGitHubDiscordTerms of Service...
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple playwright install cp .env.example .env 可以按自己的实际情况修改一下.env,不过因为webui可以直接设置,也可以不设置 3,运行 pythonwebui.py--ip 127.0.0.1 --port 7788 ...
或者:pip install-r requirements.txt-i https://mirrors.aliyun.com/pypi/simple 安装浏览器插件 代码语言:javascript 代码运行次数:0 运行 AI代码解释 playwright install--with-deps chromium playwright install image-20250327165405905 第4步:修改配置 ...
uses:pypa/gh-action-pypi-publish@release/v1 36+ with: 37+ user:__token__ 38+ password:${{ secrets.PYPI_API_TOKEN }} Original file line numberDiff line numberDiff line change @@ -61,7 +61,7 @@ await agent.run() 6161 6262 ...
"" initial_actions = [ {'open_tab': {'url': 'https://pypi.org/'}}, # Uncomment the line below to include the wait action in initial actions. # {'wait_for_element': {'selector': '#search', 'timeout': 30}}, ] # Set up the browser context. context = BrowserContext( ...
requirements.txt305 Bytes 一键复制编辑原始数据按行查看历史 Gregor Žunič提交于7个月前.pypi release files 1234567891011121314 MainContentExtractor>=0.0.4 Selenium-Screenshot>=2.1.0 beautifulsoup4>=4.12.3 langchain>=0.3.7 langchain-openai>=0.2.5 ...
pypi release files 12345678910111213141516171819202122232425262728293031323334353637383940414243 [project] name = "browser-use" description = "Let LLMs interact with websites through a simple interface" authors = [ { name = "Gregor Zunic" } ] version = "0.1.0" readme = "README.md" ...