chore: delete CLI (#34855)

preserved in
https://github.com/langchain-ai/langchain/tree/langchain-cli
This commit is contained in:
Mason Daugherty
2026-01-23 12:55:09 -05:00
committed by GitHub
parent cc72a8c45a
commit 4e9a1eb283
131 changed files with 4 additions and 14635 deletions

View File

@@ -30,7 +30,6 @@ jobs:
"langchain-anthropic": "anthropic",
"langchain-classic": "langchain-classic",
"langchain-core": "core",
"langchain-cli": "cli",
"langchain-model-profiles": "model-profiles",
"langchain-tests": "standard-tests",
"langchain-text-splitters": "text-splitters",

View File

@@ -8,7 +8,7 @@
#
# Examples:
# feat(core): add multitenant support
# fix(cli): resolve flag parsing error
# fix(langchain): resolve error
# docs: update API usage examples
# docs(openai): update API usage examples
#
@@ -27,14 +27,14 @@
# * release — prepare a new release
#
# Allowed Scope(s) (optional):
# core, cli, langchain, langchain-classic, model-profiles,
# core, langchain, langchain-classic, model-profiles,
# standard-tests, text-splitters, docs, anthropic, chroma, deepseek, exa,
# fireworks, groq, huggingface, mistralai, nomic, ollama, openai,
# perplexity, prompty, qdrant, xai, infra, deps
#
# Multiple scopes can be used by separating them with a comma. For example:
#
# feat(core,cli): add multitenant support to core and cli
# feat(core,langchain): add multitenant support to core and langchain
#
# Note: PRs touching the langchain package should use the 'langchain' scope. It is not
# acceptable to omit the scope for changes to the langchain package, despite it being
@@ -85,7 +85,6 @@ jobs:
release
scopes: |
core
cli
langchain
langchain-classic
model-profiles