1 Star 0 Fork 0

devdas/web-ui22

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Browser-Use WebUI

Background

This project builds upon the foundation of the browser-use, which is designed to make websites accessible for AI agents. We have enhanced the original capabilities by providing:

  1. A Brand New WebUI: We offer a comprehensive web interface that supports a wide range of browser-use functionalities. This UI is designed to be user-friendly and enables easy interaction with the browser agent.

  2. Expanded LLM Support: We've integrated support for various Large Language Models (LLMs), including: Gemini, OpenAI, Azure OpenAI, Anthropic, DeepSeek, Ollama etc. And we plan to add support for even more models in the future.

  3. Custom Browser Support: You can use your own browser with our tool, eliminating the need to re-login to sites or deal with other authentication challenges. This feature also supports high-definition screen recording.

  4. Customized Agent: We've implemented a custom agent that enhances browser-use with Optimized prompts.

Changelog

  • 2025/01/06: Thanks to @richard-devbot, a New and Well-Designed WebUI is released. Video tutorial demo.

Environment Installation

  1. Python Version: Ensure you have Python 3.11 or higher installed.
  2. Install browser-use:
    pip install browser-use
    
  3. Install Playwright:
    playwright install
    
  4. Install Dependencies:
    pip install -r requirements.txt
    
  5. Configure Environment Variables:
    • Copy .env.example to .env and set your environment variables, including API keys for the LLM.
    • If using your own browser:
      • Set CHROME_PATH to the executable path of your browser (e.g., C:\Program Files\Google\Chrome\Application\chrome.exe on Windows).
      • Set CHROME_USER_DATA to the user data directory of your browser (e.g.,C:\Users\<YourUsername>\AppData\Local\Google\Chrome\User Data).

Usage

  1. Run the WebUI:
    python webui.py --ip 127.0.0.1 --port 7788
    
  2. Access the WebUI: Open your web browser and navigate to http://127.0.0.1:7788.
  3. Using Your Own Browser:
    • Close all chrome windows
    • Open the WebUI in a non-Chrome browser, such as Firefox or Edge. This is important because the persistent browser context will use the Chrome data when running the agent.
    • Check the "Use Own Browser" option within the Browser Settings.

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

语言

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/devdasdevdasjan/web-ui22.git
git@gitee.com:devdasdevdasjan/web-ui22.git
devdasdevdasjan
web-ui22
web-ui22
dev

搜索帮助