Truthlocks MAIP integration for CrewAI — auto-generate cryptographic receipts for every crew task and agent action
Project description
truthlocks-crewai
Cryptographic receipt generation for every CrewAI crew task and agent action. Part of the Truthlocks MAIP (Machine-Attested Identity Protocol) ecosystem.
Installation
pip install truthlocks-crewai
Quick Start
from truthlocks_crewai import MAIPCrewCallback
# Create the receipt callback
callback = MAIPCrewCallback()
# Attach to your CrewAI crew
crew = Crew(
agents=[...],
tasks=[...],
callbacks=[callback],
)
# Every agent action and task execution now produces
# a cryptographic receipt anchored to a tamper-proof log
API
| Class | Description |
|---|---|
MAIPCrewCallback |
CrewAI callback that auto-generates MAIP receipts for every task and agent step |
MAIPCrewWrapper |
Wraps a Crew instance to emit receipts for the full crew execution lifecycle |
What You Get
- Tamper-proof audit trail for every agent decision, tool call, and task result
- Cryptographic receipts anchored to a transparency log with sub-40 ms latency
- Zero-config drop-in integration -- add the callback and receipts flow automatically
- Compliance-ready evidence packages for SOC 2 Type II, ISO 27001, and EU AI Act
How It Works
truthlocks-crewai is a thin wrapper around maip-ai-connectors, the core Truthlocks MAIP SDK for Python. It re-exports the CrewAI-specific classes so you can install only what you need.
Requirements
- Python >= 3.9
- A Truthlocks API key (get one free)
Documentation
Full guides, API reference, and examples: docs.truthlocks.com/sdk/crewai
License
Apache 2.0 -- see LICENSE.
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 truthlocks_crewai-1.0.1.tar.gz.
File metadata
- Download URL: truthlocks_crewai-1.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67ad29b2ceabc3d81c0ed579bf439ea90a0ff0229848da8099a5c3f0fb00aa8b
|
|
| MD5 |
497767a6a9a981d33ad71f1e94753fd7
|
|
| BLAKE2b-256 |
0a0b2b43d23f687e378a899a204749bc9dee881ba8f092395a20ad41a1ce1f89
|
File details
Details for the file truthlocks_crewai-1.0.1-py3-none-any.whl.
File metadata
- Download URL: truthlocks_crewai-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5e59934090dd6504efcf11c03c7c44dbec5d6388e9a3734b4e6c33e3ee5b420
|
|
| MD5 |
cda0b968a62f003f65414dcd1954800c
|
|
| BLAKE2b-256 |
49f80622139c14be0fb5bfcdb6701fad0ca55921df04da50ad4b641464106136
|