mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +00:00
docs: Add tools for hyperbrowser (#30606)
Description This PR updates the docs for the [langchain-hyperbrowser](https://pypi.org/project/langchain-hyperbrowser/) package. It adds a few tools - Scrape Tool - Crawl Tool - Extract Tool - Browser Agents - Claude Computer Use - OpenAI CUA - Browser Use [Hyperbrowser](https://hyperbrowser.ai/) is a platform for running and scaling headless browsers. It lets you launch and manage browser sessions at scale and provides easy to use solutions for any webscraping needs, such as scraping a single page or crawling an entire site. Issue None Dependencies None Twitter Handle `@hyperbrowser`
This commit is contained in:
@@ -152,6 +152,16 @@ WEBBROWSING_TOOL_FEAT_TABLE = {
|
||||
"interactions": True,
|
||||
"pricing": "Free trial, with pay-as-you-go and flat rate plans after",
|
||||
},
|
||||
"Hyperbrowser Browser Agent Tools": {
|
||||
"link": "/docs/integrations/tools/hyperbrowser_browser_agent_tools",
|
||||
"interactions": True,
|
||||
"pricing": "Free trial, with flat rate plans and pre-paid credits after",
|
||||
},
|
||||
"Hyperbrowser Web Scraping Tools": {
|
||||
"link": "/docs/integrations/tools/hyperbrowser_web_scraping_tools",
|
||||
"interactions": False,
|
||||
"pricing": "Free trial, with flat rate plans and pre-paid credits after",
|
||||
},
|
||||
}
|
||||
|
||||
DATABASE_TOOL_FEAT_TABLE = {
|
||||
|
Reference in New Issue
Block a user