lavague-ai/LaVague
An open-source framework for building AI Web Agents that automate web tasks by combining a World Model with an Action Engine.

LaVague provides a framework for developers to create AI Web Agents that can take objectives like ‘Print installation steps for Hugging Face Diffusers library’ and autonomously perform the required web actions to achieve them. The framework uses a World Model that interprets objectives and current web page state to generate instructions, which an Action Engine then compiles into executable actions. The project includes RAG capabilities and supports LLM integration.