Files
langchain/libs/cli
Mauricio Cruz ec94e2271f cli[patch]: Fix Tuple typing problem when create new langchain app (#19141)
Thank you for contributing to LangChain!

When run command langchain app new my-app, i get this error:

File
"/home/mauricio/.local/lib/python3.8/site-packages/langchain_cli/utils/pyproject.py",
line 15, in <module>
pyproject_toml: Path, local_editable_dependencies: Iterable[tuple[str,
Path]]
TypeError: 'type' object is not subscriptable

This PR fix the error.
2024-04-25 17:39:31 -07:00
..
2023-10-31 14:50:04 -07:00
2023-11-28 17:34:27 -08:00
2023-10-26 17:01:31 -07:00
2023-10-31 09:13:58 -07: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

LangServe Templates Quickstart