langchain/libs/cli
Erick Friis a073c4c498
templates,docs: leave templates in v0.2 (#27952)
all template installs will now have to declare `--branch v0.2` to make
clear they aren't compatible with langchain 0.3 (most have a pydantic v1
setup). e.g.

```
langchain-cli app add pirate-speak --branch v0.2
```
2024-11-07 22:23:48 +00:00
..
langchain_cli many: use core 0.3.15 (#27834) 2024-11-01 20:35:55 +00:00
scripts multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
tests multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
.gitignore infra: make .gitignore consistent with standard python gitignore (#16828) 2024-02-12 19:43:41 -08:00
CONTRIBUTING.md Adds version CLI command (#12619) 2023-10-31 14:50:04 -07:00
DOCS.md Adds version CLI command (#12619) 2023-10-31 14:50:04 -07:00
LICENSE Library Licenses (#13300) 2023-11-28 17:34:27 -08:00
Makefile CLI CI 2 (#12387) 2023-10-26 17:01:31 -07:00
poetry.lock multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
poetry.toml Use an in-project virtualenv in the CLI package. (#12678) 2023-10-31 14:51:24 -07:00
pyproject.toml langchain-cli: release 0.0.31 (#26533) 2024-09-16 12:57:24 -04:00
README.md templates,docs: leave templates in v0.2 (#27952) 2024-11-07 22:23:48 +00:00

langchain-cli

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

CLI Docs