Metadata-Version: 2.4
Name: langchain-delegare
Version: 0.1.0
Summary: LangChain integration for Delegare
Project-URL: Homepage, https://delegare.dev
Project-URL: Repository, https://github.com/orgtom78/delegare
Author-email: SecureLend <support@securelend.ai>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: delegare
Requires-Dist: langchain-core<0.5.0,>=0.3.0
Requires-Dist: pydantic<3.0.0,>=2.7.0
Description-Content-Type: text/markdown

# langchain-delegare

[![PyPI version](https://img.shields.io/pypi/v/langchain-delegare.svg)](https://pypi.org/project/langchain-delegare/)
[![Python versions](https://img.shields.io/pypi/pyversions/langchain-delegare.svg)](https://pypi.org/project/langchain-delegare/)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![CI](https://github.com/orgtom78/delegare/actions/workflows/python-langchain.yml/badge.svg)](https://github.com/orgtom78/delegare/actions)

LangChain integration for Delegare.

## Installation

```bash
pip install langchain-delegare
```
