Knowledge2026年4月2日·1 分钟阅读

LaVague — Natural Language Web Automation

Give a text objective, LaVague drives the browser to accomplish it. Large Action Model framework for web agents. 6.3K+ stars.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

```bash pip install lavague ``` ```python from lavague.core import WorldModel, ActionEngine from lavague.core.agents import WebAgent from lavague.drivers.selenium import SeleniumDriver driver = SeleniumDriver(headless=False) agent = WebAgent(WorldModel(), ActionEngine(driver)) agent.get("https://huggingface.co/docs") agent.run("找到 Diffusers 库的安装步骤") ``` ---
## 简介 LaVague 是一个拥有 6,300+ GitHub stars 的大语言动作模型 (LAM) 框架,用于构建基于自然语言目标的 AI 浏览器代理。描述你想完成什么,代理自动导航、点击、填写表单并提取信息。每一步都有完整的可观测性。 ---
🙏

来源与感谢

> Created by [LaVague AI](https://github.com/lavague-ai). Licensed under Apache-2.0. > > [LaVague](https://github.com/lavague-ai/LaVague) — ⭐ 6,300+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产