skillfed

zenpyre

Utilities for LangChain

zenpyre v0.0.1a64 173.7K downloads/30d#10,302 on PyPI0
Permissive license BSD-3-Clause Active released

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 zenpyre

uv

uv add zenpyre

poetry

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 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

Development Status :: 3 - AlphaIntended Audience :: DevelopersIntended Audience :: Science/ResearchLicense :: OSI Approved :: BSD LicenseOperating System :: MacOSOperating System :: POSIX :: LinuxProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Scientific/EngineeringTopic :: Scientific/Engineering :: Artificial IntelligenceTopic :: Software Development :: Libraries

Tags

langchain utilitieslangchain helpersagent utilitieslangchain extensionslangchain toolsai agent utilitieslangchain integration
langchainagent-utilitiesalpha-stage

More Libraries packages