crewai-zambo
Publish CrewAI task events as public, verifiable receipts at zambo.dev.
Install
pip install crewai-zambo
Ten-line example
from crewai_zambo import ZamboCrewListener
listener = ZamboCrewListener()
result = listener.on_task_completed("Summarize this task", "completed")
print(listener.last_receipt_url or result)
Attach ZamboCrewListener to the CrewAI listener mechanism supported by your installed CrewAI version, or call on_task_completed from a task completion hook. The listener prints each public https://zambo.dev/run/{id} URL and keeps the most recent URL in last_receipt_url.
The receipt describes what the live 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. Listener failures are available in receipt_errors.
Project homepage: https://zambo.dev
Release files for crewai-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 | |
|---|---|---|---|
| crewai_zambo-0.1.0.tar.gz | 3.0 kB | Details |
Release files / crewai_zambo-0.1.0.tar.gz
| Download URL | crewai_zambo-0.1.0.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
846968673d478337a62fd7f474794f67a876fcf7f4b7bba4bfa1aa8e8fd7d773
|
|
BLAKE2b-256 checksum How to use checksums |
74c50c9b1e220a916300d883b252295d2298200ccdffcf13fbdba14116a81c5d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
rambo-pypi-grab/0.1.0
|