zenpyre
Utilities for LangChain
What it is and what it does
Zenpyre is an alpha-stage utility library designed to extend or simplify working with LangChain. It depends on a substantial set of LangChain packages (langchain-core, langchain, langgraph) as well as supporting libraries like pydantic, objectory, and rich, suggesting it provides helper functions or abstractions for common LangChain patterns. The package is actively maintained and supports modern Python versions (3.10 through 3.14), but remains pre-release and should be treated as experimental.
The library is intended for developers and researchers building AI agent applications. With low install friction and a permissive BSD license, it poses minimal barriers to adoption, but the lack of detailed documentation in the fact sheet and the alpha status mean you should expect the API to evolve and should verify that its utilities match your specific LangChain workflow needs before committing to it in production.
Use it for:
- Simplify common LangChain agent setup patterns by using pre-built utilities instead of writing boilerplate.
- Extend LangChain workflows with helper functions for configuration, validation, or data handling.
- Integrate with langgraph for graph-based agent orchestration using zenpyre's utilities.
- Prototype and experiment with LangChain applications during development using utility shortcuts.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Zenpyre provides utility functions and helpers for working with LangChain, a framework for building applications with language models and agents.
Yes, with conditions. Zenpyre is actively maintained, has no known vulnerabilities, and carries a permissive license. However, it is in alpha (0.0.1a64), so the API is unstable and may change. Install it if you are building experimental LangChain applications or prototyping agent workflows and are comfortable with pre-release software; avoid it for production systems requiring stability guarantees until it reaches a stable release.
Install
zenpyre on PyPI
pip
pip install zenpyreuv
uv add zenpyrepoetry
poetry add zenpyreInstalling zenpyre
Before you install
Low install friction with a pure-Python wheel distribution. The package is actively maintained with a recent commit as of 2026-08-13, though it remains in alpha status (0.0.1a64) and has not yet reached a stable release.
License in practice
Licensed under BSD-3-Clause (permissive), which allows commercial and private use with minimal restrictions—you may use, modify, and distribute the package freely provided you include the license notice.
Quickstart
pip install zenpyre
import zenpyre
# Use zenpyre utilities with your LangChain workflows
Requires Python 3.10 or later; depends on langchain, langgraph, pydantic, and other runtime dependencies.
Verify before relying
- What specific utilities or helper functions zenpyre provides beyond the 'Utilities for LangChain' summary.
- Whether zenpyre is intended for general LangChain use or targets a specific subset of LangChain functionality.
- Stability guarantees or migration path from alpha to stable releases.
Package facts
| License | BSD-3-Clause (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 8 — coola, iden, langchain-core, langchain, langgraph, objectory, pydantic, rich |
| Maintenance | actively maintained — 18 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 173,715/month — #10,302 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: zenpyre-0.0.1a64-py3-none-any.whl
Keywords: agent, langchain
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
langchain-cliCommand-line interface for building, testing,…
permissive · top 15,000 on PyPI
unitycatalog-langchainExposes Unity Catalog functions as LangChain…
permissive · top 5,000 on PyPI
langchain-mistralaiConnects Mistral AI language models to…
permissive · top 5,000 on PyPI
langchain-tavilyIntegrates Tavily's web search and content…
permissive · top 15,000 on PyPI
langchain-coreLangChain Core provides the foundational…
permissive · top 1,000 on PyPI
langchain-azure-aiIntegrates Microsoft Foundry (Azure AI)…
permissive · top 5,000 on PyPI
langchainplus-sdkClient library for connecting to LangSmith, a…
permissive · top 15,000 on PyPI
langchain-openaiProvides LangChain integrations for OpenAI's…
permissive · top 1,000 on PyPI
composio-langchainBridges Composio's 1000+ app integrations into…
permissive · top 15,000 on PyPI