--- id: zenpyre version: "0.0.1a64" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # zenpyre — Utilities for LangChain License: permissive · Maintenance: active · Downloads: 173.7K/mo ## 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 above — 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 pip install zenpyre uv add zenpyre poetry add zenpyre ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 173.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags langchain utilities, langchain helpers, agent utilities, langchain extensions, langchain tools, ai agent utilities, langchain integration, langchain, agent-utilities, alpha-stage [View on SkillFed](https://skillfed.io/packages/zenpyre) · [View on PyPI](https://pypi.org/project/zenpyre/)