HyperAgent
Basic Information
HyperAgent is a developer-focused library that supercharges Playwright with large language models to enable intelligent browser automation via natural language commands. It provides a programmable agent interface and simple APIs such as page.ai(), page.extract(), and executeTask() so developers can direct browsers with descriptive task prompts instead of brittle scripted steps. The project includes a CLI for one-off commands, a library for embedding agents in applications, multi-page management, and built-in support for schema-validated extraction using zod. It also acts as an MCP client for connecting to external tools and workflows. HyperAgent supports multiple LLM providers that extend LangChain's BaseChatModel class, can run locally or scale to cloud headless browsers via Hyperbrowser, and includes stealth and debug options for robust, production-oriented automation.