You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 months ago
..
langchain_cli cli[patch]: integration template nits (#14691) 7 months ago
tests
.gitignore infra: make `.gitignore` consistent with standard python gitignore (#16828) 7 months ago
CONTRIBUTING.md
DOCS.md
LICENSE
Makefile
README.md
poetry.lock
poetry.toml
pyproject.toml

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