mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 15:00:23 +00:00
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.
langchain-cli
This package implements the official CLI for LangChain. Right now, it is most useful for getting started with LangChain Templates!