Tool Name | Package | Description | Parameters |
---|---|---|---|
AnchorContentTool | langchain-anchorbrowser | Extract text content from web pages | url , format |
AnchorScreenshotTool | langchain-anchorbrowser | Take screenshots of web pages | url , width , height , image_quality , wait , scroll_all_content , capture_full_height , s3_target_address |
AnchorWebTaskToolKit | langchain-anchorbrowser | Perform intelligent web tasks using AI (Simple & Advanced modes) | see below |
langchain-anchorbrowser
are only a subset of those listed in the Anchor Browser API reference respectively: Get Webpage Content, Screenshot Webpage, and Perform Web Task.
Info: Anchor currently implements SimpleAnchorWebTaskTool
and AdvancedAnchorWebTaskTool
tools for langchain with browser_use
agent. For
Tool Name | Package | Parameters |
---|---|---|
SimpleAnchorWebTaskTool | langchain-anchorbrowser | prompt, url |
AdvancedAnchorWebTaskTool | langchain-anchorbrowser | prompt, url, output_schema |
langchain-anchorbrowser
package.