Metadata-Version: 2.4
Name: langchain-repl
Version: 0.0.1
Summary: LangChain REPL for deepagents
Project-URL: Homepage, https://github.com/langchain-ai/deepagents/tree/main/libs/repl
Project-URL: Repository, https://github.com/langchain-ai/deepagents
Project-URL: Documentation, https://github.com/langchain-ai/deepagents/tree/main/libs/repl
License: MIT
License-File: LICENSE
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
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: <4.0,>=3.11
Description-Content-Type: text/markdown

# langchain-repl

`langchain-repl` provides REPL middleware for LangChain powered by a small embedded interpreter. It is experimental and not currently recommended for production use.

This is a spiritual continuation of [kork](https://github.com/langchain-ai/kork).
