‹ 返回总目录
工具 最近更新07-15

agent-browser

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量142
⭐ GitHub Stars5,769(fork 748)
🗓️ 最近推送2026-07-15
🌱 项目创建2025-12-26
💻 语言 / LicenseTypeScript · MIT
🐛 开放Issue56

📝 工具简介

面向AI代理的浏览器自动化CLI工具,支持命令行操控浏览器。

📖 怎么用

这是个三层系统:Web 前端管登录、会话和聊天,Agent 在 Vercel 上跑持久工作流,沙箱管文件、shell 和 git。先配环境变量:数据库和认证用 `POSTGRES_URL`、`BETTER_AUTH_SECRET`,GitHub 集成要 `GITHUB_CLIENT_ID`、`GITHUB_APP_ID` 等一串,再加 `REDIS_URL`、`KV_URL` 和 Vercel 相关的 URL。配完直接 fork 仓库改代码,从提示词到代码变更全自动,不用你盯着笔记本。

📋 迷你测评

面向AI代理的浏览器自动化CLI工具。亮点是命令行操控,便于自动化测试。轻量级,适合无头环境。

📄 README 要点

这是一个开源的参考应用,用于在Vercel上构建和运行后台编码代理。它包含Web界面、代理运行时、沙箱编排和GitHub集成,让你不用一直开着笔记本就能从提示词生成代码改动。整个系统分三层:Web应用处理认证和聊天界面,代理作为持久工作流运行在Vercel上,沙箱提供文件系统、shell和预览端口等执行环境。核心设计是代理不跑在虚拟机里,而是通过工具与沙箱交互,这种分离是项目的关键。适合想fork后自行定制、构建自动化编码工作流的开发者。

查看英文原文
Open Agents Open Agents is an open source reference app for building and running background coding agents on Vercel. It includes the web UI, the agent runtime, sandbox orchestration, and the GitHub integration needed to go from prompt to code changes without keeping your laptop involved. The repo is meant to be forked and adapted, not treated as a black box. What it is Open Agents is a three layer system: [安装/使用命令见下方] The web app handles auth, sessions, chat, and streaming UI. The agent runs as a durable workflow on Vercel. The sandbox is the execution environment: filesystem, shell, git, dev servers, and preview ports. The key architectural decision: the agent is not the sandbox The agent does not run inside the VM. It runs outside the sandbox and interacts with it through tools like file reads, edits, search, and shell commands. That separation is the main point of the project: agent execution is not tied to a single request lifecycle sandbox lifecycle can hibernate and resume independently model/provider choices and sandbox implementation can evolve separately the VM stays a plain execution environment instead of becoming the control plane Current capabilities chat driven coding agent with file, search, shell, task, skill, and web tools durable multi step execution with Workflow SDK backed runs, streaming, and cancellation isolated Vercel sandboxes with snapshot based resume repo cloning and branch work inside the sandbox optional auto commit, push, and PR creation after a successful run session sharing via read only links optional voice input via ElevenLabs transcription Runtime notes A few details that matter for understanding the current implementation: Chat requests start a workflow run instead of executing the agent inline. Each agent turn can continue across many persisted workflow steps. Active runs can be resumed by reconnecting to the stream for the existing workflow. Sandboxes expose ports 3000 , 5173 , 4321 , and 8000 , can optionally use a configured

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考