Truthlocks MAIP integration for AutoGen — auto-generate cryptographic receipts for every multi-agent conversation
Project description
truthlocks-autogen
Cryptographic receipt generation for every AutoGen multi-agent conversation and tool call. Part of the Truthlocks MAIP (Machine-Attested Identity Protocol) ecosystem.
Installation
pip install truthlocks-autogen
Quick Start
from truthlocks_autogen import MAIPAutoGenHook
# Create the receipt hook
hook = MAIPAutoGenHook()
# Attach to your AutoGen agents
# Every message exchange and tool invocation now produces
# a cryptographic receipt anchored to a tamper-proof log
API
| Class | Description |
|---|---|
MAIPAutoGenHook |
AutoGen hook that auto-generates MAIP receipts for every agent message and tool call |
MAIPConversableAgentWrapper |
Wraps a ConversableAgent to emit receipts for all conversation turns |
What You Get
- Tamper-proof audit trail for every agent message, function call, and conversation turn
- Cryptographic receipts anchored to a transparency log with sub-40 ms latency
- Zero-config drop-in integration -- add the hook and receipts flow automatically
- Compliance-ready evidence packages for SOC 2 Type II, ISO 27001, and EU AI Act
How It Works
truthlocks-autogen is a thin wrapper around maip-ai-connectors, the core Truthlocks MAIP SDK for Python. It re-exports the AutoGen-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/autogen
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_autogen-1.0.1.tar.gz.
File metadata
- Download URL: truthlocks_autogen-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 |
e4db85e4fbd38e30d050a64c17f4a2a6cc7139987a002d138bbe28350a84f35e
|
|
| MD5 |
28f5c183701cb5f332d46a3f5226f932
|
|
| BLAKE2b-256 |
f20fdcae1eaf1c5872a662649208cc3228c09c6a7cef9d5a6ee7a85dd15e4d0d
|
File details
Details for the file truthlocks_autogen-1.0.1-py3-none-any.whl.
File metadata
- Download URL: truthlocks_autogen-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 |
4229ca00c59257d2a6c07e3743bd5993f6dc122768ce4753395f83c2b70bae9b
|
|
| MD5 |
4bac69878831abe9040c28313548564e
|
|
| BLAKE2b-256 |
1839ef2b969dde99d01e0b300072df9252ff42ff51af94ec35e6ae4b00369aef
|