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
Eugene Yurtsev 5653f36adc
cli[minor]: Add script to generate migrations for partner packages (#20932)
Add script to help generate migrations.

This works well for partner packages. Migrations are generated based on run time rather than static analysis (much simpler to get the correct migrations implemented).

The script for generating migrations from langchain to community still needs work.
3 months ago
..
langchain_cli cli[minor]: Add script to generate migrations for partner packages (#20932) 3 months ago
scripts cli[minor]: Add script to generate migrations for partner packages (#20932) 3 months ago
tests cli[minor]: Add script to generate migrations for partner packages (#20932) 3 months ago
.gitignore infra: make `.gitignore` consistent with standard python gitignore (#16828) 6 months ago
CONTRIBUTING.md Adds version CLI command (#12619) 9 months ago
DOCS.md Adds version CLI command (#12619) 9 months ago
LICENSE Library Licenses (#13300) 8 months ago
Makefile CLI CI 2 (#12387) 9 months ago
README.md template updates (#12646) 9 months ago
poetry.lock cli[minor]: Add first version of migrate (#20902) 3 months ago
poetry.toml Use an in-project virtualenv in the CLI package. (#12678) 9 months ago
pyproject.toml cli[minor]: Add first version of migrate (#20902) 3 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