auto-browser LangChain Integration
LangChain, LangGraph and CrewAI adapters for Auto Browser. They call a running Auto Browser controller over its MCP tool endpoint.
pip install "auto-browser-langchain[langchain]" # LangChain / LangGraph
pip install "auto-browser-langchain[crewai]" # CrewAI
AutoBrowserTool is one LangChain tool that takes an MCP tool name and its
arguments, so the model can use every tool the controller serves:
from auto_browser_langchain import AutoBrowserTool
tool = AutoBrowserTool(base_url="http://localhost:8000", bearer_token=None)
print(tool.invoke({"action": "browser.observe", "arguments": {"preset": "text"}}))
AutoBrowserNode is a LangGraph node that opens a session and records the
current URL and screenshot in the graph state.
Full walkthroughs: LangChain / LangGraph · CrewAI
Release files for auto-browser-langchain 1.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| auto_browser_langchain-1.8.1.tar.gz | 6.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| auto_browser_langchain-1.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.9 kB
Release files / auto_browser_langchain-1.8.1.tar.gz
| Download URL | auto_browser_langchain-1.8.1.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e5ade2ee6ce57a3c6a091d2618ccf4709d8bc6ffe0a8f4c9975aa8a395c454ec
|
|
BLAKE2b-256 checksum How to use checksums |
a30a45f0cbaa230beeccf1730ad811001b1b77d130ec412f3dccb1dccc440aa8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 26, 2026.
Transparency logRelease files / auto_browser_langchain-1.8.1-py3-none-any.whl
| Download URL | auto_browser_langchain-1.8.1-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
099baebc74f9ae6679f7af60357914ec6b87663ff0f687b0fc4386c750f7cd96
|
|
BLAKE2b-256 checksum How to use checksums |
cdfef2ebe9895751156ca5f40592302fd5165c11fd6bcf0139046e47e04c245d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 26, 2026.
Transparency log