Web agent framework for automating web processes
Top 8.6% on sourcepulse
LaVague is an open-source framework for building AI Web Agents that automate tasks based on natural language objectives. It targets developers and QA engineers seeking to streamline web interactions and testing. The framework's core benefit is its ability to translate high-level goals into executable actions using a world model and an action engine, significantly increasing web automation efficiency.
How It Works
LaVague employs a two-part architecture: a World Model that interprets objectives and current web states to generate instructions, and an Action Engine that compiles these instructions into executable code (e.g., Selenium, Playwright) and performs the actions. This modular design allows for flexibility in driver selection and customization of agent behavior.
Quick Start & Requirements
pip install lavague
OPENAI_API_KEY
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Playwright driver's headless agent and multi-tab capabilities are marked as "coming soon." The Chrome Extension driver does not support iframe handling. Telemetry data is collected by default, which users may wish to disable for privacy.
6 months ago
Inactive