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
Predrag Gruevski e8b99364b3
Use `ruff` for both linting and formatting in `langchain-cli`. (#12672)
Prior to this PR, `ruff` was used only for linting and not for
formatting, despite the names of the commands. This PR makes it be used
for both linting code and autoformatting it.
11 months ago
..
langchain_cli Readme rewrite (#12615) 11 months ago
tests
.gitignore
DOCS.md add a template for the package readme (#12499) 11 months ago
Makefile
README.md template updates (#12646) 11 months ago
poetry.lock
pyproject.toml Use `ruff` for both linting and formatting in `langchain-cli`. (#12672) 11 months ago

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