langchain-zambo
Publish LangChain lifecycle events as public, verifiable receipts at zambo.dev.
Install
pip install langchain-zambo
Ten-line example
from langchain_zambo import ZamboCallbackHandler
from langchain_openai import ChatOpenAI
handler = ZamboCallbackHandler()
llm = ChatOpenAI(callbacks=[handler])
llm.invoke("Summarize this task")
print(handler.last_receipt_url)
The callback prints each public https://zambo.dev/run/{id} URL and keeps the most recent URL in last_receipt_url. It records LLM, tool, and chain lifecycle events through the live Zambo MCP endpoint. The receipt describes what the endpoint recorded and observed. It does not prove an outside outcome that the endpoint did not observe.
Set ZAMBO_API_URL when using a compatible Zambo host. Callback failures are available in receipt_errors and do not replace the original LangChain result.
Project homepage: https://zambo.dev
Release files for langchain-zambo 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| langchain_zambo-0.1.0.tar.gz | 3.3 kB | Details |
Release files / langchain_zambo-0.1.0.tar.gz
| Download URL | langchain_zambo-0.1.0.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
67c10255fa9b90608fbd900ef5f1f1c19d335b2614374c9bc2c82761439b2d73
|
|
BLAKE2b-256 checksum How to use checksums |
0836c236bbfe4a79eef614521a850073afccf0a91e3044a2a1574890efddb777
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
rambo-pypi-grab/0.1.0
|