Metadata-Version: 2.4
Name: auto-browser-langchain
Version: 1.2.1
Summary: LangChain / LangGraph / CrewAI integration for auto-browser
Project-URL: Homepage, https://github.com/LvcidPsyche/auto-browser
Project-URL: Repository, https://github.com/LvcidPsyche/auto-browser
Project-URL: Changelog, https://github.com/LvcidPsyche/auto-browser/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/LvcidPsyche/auto-browser/issues
License: MIT
Keywords: auto-browser,browser-automation,crewai,langchain,langgraph
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Provides-Extra: crewai
Requires-Dist: crewai>=0.28; extra == 'crewai'
Provides-Extra: langchain
Requires-Dist: langchain-core>=0.2; extra == 'langchain'
Description-Content-Type: text/markdown

# auto-browser LangChain Integration

Install from this directory with the optional extras that match your stack:

```bash
pip install .[langchain]
pip install .[crewai]
```

See:
- `examples/langchain-integration.md`
- `examples/crewai-integration.md`
