Metadata-Version: 2.3
Name: rusticai-langchain
Version: 0.0.4
Summary: Rustic AI module with LangChain integrations
License: Apache-2.0
Author: Dragonscale Industries Inc.
Author-email: dev@dragonscale.ai
Requires-Python: >=3.12,<3.13
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: test
Requires-Dist: langchain-core (>=0.3.51,<0.4.0)
Requires-Dist: langchain-openai (>=0.3.12,<0.4.0)
Requires-Dist: langchain-text-splitters (>=0.3.8,<0.4.0)
Requires-Dist: rusticai-core (>=0.0.8,<0.1.0)
Project-URL: Homepage, https://www.rustic.ai/
Project-URL: Repository, https://github.com/rustic-ai/rustic-ai
Project-URL: Rustic AI Core, https://pypi.org/project/rusticai-core/
Description-Content-Type: text/markdown

# Rustic AI LangChain

Rustic AI module with [LangChain](https://www.langchain.com/) integrations.

## Installing

```shell
pip install rusticai-langchain
```
**Note:** It depends on [rusticai-core](https://pypi.org/project/rusticai-core/).


## Building from Source

```shell
poetry install --with dev
poetry build
```

