langchain/libs/cli
Bhupesh Varshney e3b775e035
infra: make .gitignore consistent with standard python gitignore (#16828)
- The new .gitignore version is inherited from the one maintained by the
github community over at
https://github.com/github/gitignore/blob/main/Python.gitignore
- This should cover all the cases of how a langchain app can be used.
2024-02-12 19:43:41 -08:00
..
langchain_cli cli[patch]: integration template nits (#14691) 2024-02-09 17:59:34 -08:00
tests
.gitignore infra: make .gitignore consistent with standard python gitignore (#16828) 2024-02-12 19:43:41 -08:00
CONTRIBUTING.md
DOCS.md
LICENSE Library Licenses (#13300) 2023-11-28 17:34:27 -08:00
Makefile
poetry.lock Bump all libraries to the latest ruff version. (#13350) 2023-11-14 16:00:21 -05:00
poetry.toml
pyproject.toml infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
README.md

langchain-cli

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

CLI Docs

LangServe Templates Quickstart