langchain/docs/modules/agents
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
2023-04-28 10:42:44 -07:00
..
agent_executors/examples Fix typo in docs (#2601) 2023-04-09 12:52:35 -07:00
agents Fix agents' notebooks outputs (#3517) 2023-04-25 16:06:47 -07:00
toolkits/examples PlayWright Web Browser Toolkit (#3262) 2023-04-28 10:42:44 -07:00
tools Align names of search tools (#3620) 2023-04-26 16:21:34 -07:00
agent_executors.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
agents.rst agent docs (#2551) 2023-04-07 10:01:23 -07:00
getting_started.ipynb Modify docs (#2539) 2023-04-07 07:21:38 -07:00
how_to_guides.rst
toolkits.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
tools.rst tool validation logic 2023-04-17 21:59:32 -07:00