You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
Zander Chase 491c27f861
PlayWright Web Browser Toolkit (#3262)
Adds a PlayWright web browser toolkit with the following tools:

- NavigateTool (navigate_browser) - navigate to a URL
- NavigateBackTool (previous_page) - wait for an element to appear
- ClickTool (click_element) - click on an element (specified by
selector)
- ExtractTextTool (extract_text) - use beautiful soup to extract text
from the current web page
- ExtractHyperlinksTool (extract_hyperlinks) - use beautiful soup to
extract hyperlinks from the current web page
- GetElementsTool (get_elements) - select elements by CSS selector
- CurrentPageTool (current_page) - get the current page URL
1 year ago
..
_static add metal to ecosystem (#3613) 1 year ago
ecosystem Add PipelineAI LLM integration (#3644) 1 year ago
getting_started
modules PlayWright Web Browser Toolkit (#3262) 1 year ago
reference
tracing
use_cases Multiagent authoritarian (#3686) 1 year ago
Makefile
conf.py
deployments.md Fixed some typos on deployment.md (#3652) 1 year ago
ecosystem.rst
gallery.rst
glossary.md
index.rst
make.bat
model_laboratory.ipynb
reference.rst
requirements.txt
tracing.md
youtube.md