Metadata-Version: 2.4
Name: flotilla-langchain
Version: 0.1.0
Summary: LangChain adapter for Flotilla
License: Apache-2.0
Keywords: ai,agents,langchain,langgraph,workflow
Author: geoff
Author-email: geoffschneider@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software 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
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: flotilla-core (>=0.1.0,<0.2.0)
Requires-Dist: langchain (==1.0.1)
Requires-Dist: langchain-community (==0.4.0)
Requires-Dist: langchain-openai (==1.0.1)
Project-URL: Documentation, https://github.com/flotilla-dev/flotilla/tree/main/packages/flotilla_langchain
Project-URL: Homepage, https://github.com/flotilla-dev/flotilla
Project-URL: Repository, https://github.com/flotilla-dev/flotilla
Description-Content-Type: text/markdown

# flotilla-langchain

LangChain and LangGraph adapter support for Flotilla.

This package lets Flotilla agents delegate execution to LangChain/LangGraph while preserving Flotilla runtime boundaries, durable thread state, and suspend/resume behavior.

## Install

```bash
pip install flotilla-langchain
```

## Requires

`flotilla-langchain` depends on `flotilla-core` and the LangChain ecosystem packages declared in this package.

## Status

Flotilla is pre-1.0. APIs may evolve before a stable release.

## License

Apache-2.0

