Utilities for adding human fallback flows to LangChain apps.
Project description
langchain-human-fallback
langchain-human-fallback is a small Python package scaffold for human-in-the-loop fallback patterns in LangChain-style applications.
Install (local)
python3 -m pip install -e .
Build package artifacts
python3 -m pip install --upgrade build
python3 -m build
This creates:
dist/langchain_human_fallback-<version>.tar.gzdist/langchain_human_fallback-<version>-py3-none-any.whl
Publish to PyPI
python3 -m pip install --upgrade twine
python3 -m twine upload dist/*
Tip: publish once ASAP with this name to claim it, then iterate on functionality in later releases.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langchain_human_fallback-0.0.1.tar.gz.
File metadata
- Download URL: langchain_human_fallback-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f72a3c737fd6956ecbde88db8bf249d91e11be35264b7b3a7ec3f5ee8c227511
|
|
| MD5 |
7a7f79092b6be27079260cadaebfaf2a
|
|
| BLAKE2b-256 |
f5901f6eb98e4e61ab82cf15a94b0675d3ec58fb6881e2af6d243ca78595f387
|
File details
Details for the file langchain_human_fallback-0.0.1-py3-none-any.whl.
File metadata
- Download URL: langchain_human_fallback-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4102538f2266fdf1230fed815fdb17dfd85d9ff5c0a764faafb4f83386108f4d
|
|
| MD5 |
8e3f2eb96dd82f2f6c9c93c8bd842865
|
|
| BLAKE2b-256 |
701cfc14f4f2561a6b02d95a3387351fa8be4f4cbb6182511dbb268e19a81f91
|