让代码自行修复,你还有更重要的事情要做。
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew install npmbrew install jq# 欢迎检查安装脚本内容如下:
# curl -LSf https:// operative.sh/install.sh | less -N
# 下载、安装并删除安装脚本
curl -LSf https:// operative.sh/install.sh -o install.sh && bash install.sh && rm install.sh
# 1. 在 operative.sh 获取你的 API 密钥
# 2. 安装 uv (curl -LsSf https://astral.sh/uv/install.sh | sh)
# 3. uvx --from git+https://github.com/Operative-Sh/web-eval-agent.git playwright install
# 4. 在 Cline 中使用 web_eval_agent 启动代理(可能需要重启 Cline)
operative.sh 的 MCP 服务器通过 LLM(大型语言模型)驱动的代理,能在你的代码编辑器中直接执行和调试 web 应用程序,为你的代码 IDE(如 Cline、Cursor)带来了全新的体验:
按照上述“快速开始”中的 macOS/Linux 部分进行操作。
按照上述“快速开始”中的 Windows 部分进行操作。
⚠️ 重要提示
- 工具初次调用 Playwright 可能出现的问题,已修复于 4/14,运行
npm install -g playwright可解决 Playwright 相关问题。- 如有任何问题,请随时在此仓库中提交 Issue!
由衷制作 @ operative.sh