Automate the Web with LLMs
TL;DR / Summary:
Hyperagent is the AI-native browser automation framework - think Playwright supercharged with AI. No more brittle scripts, just powerful natural language commands.
HyperAgent gives you:
⭐ Check it out and give it a star on Github!
https://github.com/hyperbrowserai/HyperAgent
https://www.youtube.com/watch?v=0bHC1i1aRhI<div class="embed-container youtube relative pb-[56.25%] h-0">
Browser Automation Is Broken
We built HyperAgent because browser automation is broken. We've all been there – spending hours writing scripts that shatter the moment a website changes. With AI agents becoming mainstream, we need automation that's as adaptive as they are, and doesn’t break every time a css class changes.
With HyperAgent, we’re adding AI to your existing toolkit, wrapping playwright in simple, natural language commands that just work. So you can have the best of both worlds - keep what you love about playwright and automate the rest with AI.
HyperAgent Quickstart
To use HyperAgent on an existing page, you can simply call page.ai:
await page.ai("Find a route from Miami to New Orleans, and provide the detailed route information.")
This will go to google maps, enter in the origin and destination, then return the route back.
To extract information from a page, call page.extract:
await page.extract(“find the major cities that this path goes through")
Built-in Stealth Mode
HyperAgent comes with patches for stealth browsing so you don’t have to worry about getting blocked. For maximum stealth, use Hyperbrowser - it’s free to start.
Infinitely Extensible with MCP servers
Want to give HyperAgent access to custom tools or integrate with other apps? HyperAgent is an MCP client and offers infinite extensibility with any MCP server.
Scale to 100s of Concurrent Agents
Using HyperAgent on HyperBrowser you can scale to 100s of concurrent agent runs in seconds. No need to worry about the underlying infrastructure.
🚀 GitHub: https://github.com/hyperbrowserai/hyperagent