langchain-experimental
Building applications with LLMs through composability
What it is and what it does
LangChain Experimental is a collection of research-stage and prototype code for building applications with large language models. It sits on top of langchain-core and langchain-community, offering exploratory components not yet ready for stable release. The package is explicitly being sunset and is no longer maintained; its repository is archived.
The package carries explicit warnings: portions of the code may be unsafe outside a sandboxed environment, and the exploratory nature means security considerations may apply even to code without explicit security notices. It is intended for research and experimental use, not production deployment without careful review and security team involvement.
Use it for:
- Prototyping novel LLM interaction patterns or agent architectures before they stabilize into core LangChain.
- Research projects exploring experimental approaches to prompt engineering or chain composition.
- Sandbox testing of advanced LLM features in isolated environments before considering production use.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides experimental LangChain components and research prototypes for building LLM applications, intended for exploration rather than production use.
No, not for production. The package is abandoned and explicitly being sunset. Install only if you are actively researching experimental LLM patterns in a controlled environment and accept the security and maintenance risks. For stable LangChain features, use langchain-core or langchain-community directly.
Install
langchain-experimental on PyPI
pip
pip install langchain-experimentaluv
uv add langchain-experimentalpoetry
poetry add langchain-experimentalInstalling langchain-experimental
Before you install
Low install friction with two runtime dependencies (langchain-core, langchain-community), but the repository is archived and marked abandoned as of the latest release. The package is being sunset; maintenance has ended.
License in practice
MIT license permits broad use and modification, but given the package's experimental nature and stated security warnings, permissive licensing does not reduce the need for careful review before any production deployment.
Quickstart
pip install langchain-experimental
from langchain_experimental import ...
# Requires langchain-core and langchain-community as runtime dependencies
Requires Python >=3.10,<4.0; package is abandoned and being sunset, so use only in research/sandbox environments.
Verify before relying
- Specific experimental components or features available in version 0.4.2 are not detailed in the fact sheet.
- Whether the sunset affects ability to use existing code or only signals no future updates.
- Which code sections carry security notices and what precautions are needed for each.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (<4.0,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — langchain-core, langchain-community |
| Maintenance | abandoned — 84 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 2,658,440/month — #2,955 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: langchain_experimental-0.4.2-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
langchain-communityProvides third-party integrations for LangChain…
permissive · top 1,000 on PyPI
langchain-coreLangChain Core provides the foundational…
permissive · top 1,000 on PyPI
langchain-cliCommand-line interface for building, testing,…
permissive · top 15,000 on PyPI
amalgam-langAmalgam is a Python wrapper that lets you call…
agpl · top 15,000 on PyPI
opentelemetry-instrumentation-langchainAdds distributed tracing to Langchain LLM…
permissive · top 5,000 on PyPI
langchain-openaiProvides LangChain integrations for OpenAI's…
permissive · top 1,000 on PyPI
langchain-perplexityIntegrates Perplexity AI models into LangChain…
permissive · top 15,000 on PyPI
langchainplus-sdkClient library for connecting to LangSmith, a…
permissive · top 15,000 on PyPI
langchain-google-vertexaiConnects LangChain applications to Google…
permissive · top 1,000 on PyPI