Metadata-Version: 2.1
Name: langchain-cli
Version: 0.0.37
Summary: CLI for interacting with LangChain
Author-Email: Erick Friis <erick@langchain.dev>
License: MIT
Project-URL: Source Code, https://github.com/langchain-ai/langchain/tree/master/libs/cli
Project-URL: Release Notes, https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-cli%3D%3D0%22&expanded=true
Project-URL: repository, https://github.com/langchain-ai/langchain
Requires-Python: >=3.9
Requires-Dist: typer<1.0.0,>=0.9.0
Requires-Dist: gitpython<4,>=3
Requires-Dist: langserve[all]>=0.0.51
Requires-Dist: uvicorn<1.0,>=0.23
Requires-Dist: tomlkit>=0.12
Requires-Dist: gritql<1.0.0,>=0.2.0
Description-Content-Type: text/markdown

# langchain-cli

This package implements the official CLI for LangChain. Right now, it is most useful
for getting started with LangChain Templates!

[CLI Docs](https://github.com/langchain-ai/langchain/blob/master/libs/cli/DOCS.md)
