Python SDK for ATB (Agent Trace Bundle) — local-first AI audit trail
Project description
ATB Python SDK
The ATB Python SDK writes tamper-evident audit bundles in the same format as the Go CLI; bundles written by the SDK are verifiable with atb verify.
Installation
pip install atb-sdk
Quick example
from atb import Bundle
from atb.event_types import (
AI_MODEL_INVOKED_EVENT_TYPE,
AI_REQUEST_RECEIVED_EVENT_TYPE,
)
bundle = Bundle()
bundle.append(
AI_REQUEST_RECEIVED_EVENT_TYPE,
{
"request_id": "req-001",
"actor_id_hash": "hash-user-01",
"purpose_tag": "quickstart_demo",
},
)
bundle.append(
AI_MODEL_INVOKED_EVENT_TYPE,
{
"model_provider": "openai",
"model_id": "gpt-4o-mini",
"model_parameters_digest": "sha256-params-abc",
"prompt_digest": "sha256-prompt-def",
},
)
path = bundle.save("run.atb/bundle.atb")
print(path)
Supported event types
| Event type constant name | Event type string |
|---|---|
BUNDLE_MANIFEST_EVENT_TYPE |
atb.bundle.manifest |
BUNDLE_ANCHOR_EVENT_TYPE |
atb.bundle.anchor |
BUNDLE_SIGNATURE_EVENT_TYPE |
atb.bundle.signature |
AI_REQUEST_RECEIVED_EVENT_TYPE |
ai.request.received |
AI_RESPONSE_SENT_EVENT_TYPE |
ai.response.sent |
AI_POLICY_DECISION_EVENT_TYPE |
ai.policy.decision |
AI_RETRIEVAL_EXECUTED_EVENT_TYPE |
ai.retrieval.executed |
AI_MODEL_INVOKED_EVENT_TYPE |
ai.model.invoked |
AI_MODEL_OUTPUT_EVENT_TYPE |
ai.model.output |
AI_ACTION_PRECOMMIT_EVENT_TYPE |
ai.action.precommit |
AI_ACTION_EXECUTED_EVENT_TYPE |
ai.action.executed |
AI_ACTION_COMMITTED_EVENT_TYPE |
ai.action.committed |
AI_HUMAN_APPROVAL_EVENT_TYPE |
ai.human.approval |
AI_JOB_SCHEDULED_EVENT_TYPE |
ai.job.scheduled |
AI_JOB_STARTED_EVENT_TYPE |
ai.job.started |
AI_JOB_STEP_EVENT_TYPE |
ai.job.step |
AI_JOB_COMPLETED_EVENT_TYPE |
ai.job.completed |
DATA_EXPORT_PRECOMMIT_EVENT_TYPE |
data.export.precommit |
DATA_EXPORT_EXECUTED_EVENT_TYPE |
data.export.executed |
Profile support
To verify a bundle against a profile, use the Go CLI: atb verify --bundle <path> --profile <profile-id>. The Python SDK does not include a verifier.
LangChain integration
For LangChain middleware guidance, see docs/integrations/.
Licence
MIT.
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 atb_sdk-1.7.2.tar.gz.
File metadata
- Download URL: atb_sdk-1.7.2.tar.gz
- Upload date:
- Size: 30.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
976981f1d67082fa0cf5a091dea493b5b505045eb44dbb589fae7f824484fc8c
|
|
| MD5 |
f26c2044057855812212d6b478edfafb
|
|
| BLAKE2b-256 |
7d7b2a4eb5f488a28edb212d6899888f00ed1229549fdba1d20a1f97e6ecef41
|
Provenance
The following attestation bundles were made for atb_sdk-1.7.2.tar.gz:
Publisher:
release.yml on pcguest/atb
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
atb_sdk-1.7.2.tar.gz -
Subject digest:
976981f1d67082fa0cf5a091dea493b5b505045eb44dbb589fae7f824484fc8c - Sigstore transparency entry: 1317614868
- Sigstore integration time:
-
Permalink:
pcguest/atb@7455000aec5ef1a1d59c61520cafc960c0532e77 -
Branch / Tag:
refs/tags/v1.7.2 - Owner: https://github.com/pcguest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@7455000aec5ef1a1d59c61520cafc960c0532e77 -
Trigger Event:
push
-
Statement type:
File details
Details for the file atb_sdk-1.7.2-py3-none-any.whl.
File metadata
- Download URL: atb_sdk-1.7.2-py3-none-any.whl
- Upload date:
- Size: 25.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
921d60c16530d2a50e931f0f90f72dcd9d23964d026bf13c31e18d9cad470517
|
|
| MD5 |
44a116ea041a82e25a9e340734d99e2a
|
|
| BLAKE2b-256 |
2442149ecf937a9ed192143234904b5dcc2f86a903484a6ac373edd22a78745e
|
Provenance
The following attestation bundles were made for atb_sdk-1.7.2-py3-none-any.whl:
Publisher:
release.yml on pcguest/atb
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
atb_sdk-1.7.2-py3-none-any.whl -
Subject digest:
921d60c16530d2a50e931f0f90f72dcd9d23964d026bf13c31e18d9cad470517 - Sigstore transparency entry: 1317614908
- Sigstore integration time:
-
Permalink:
pcguest/atb@7455000aec5ef1a1d59c61520cafc960c0532e77 -
Branch / Tag:
refs/tags/v1.7.2 - Owner: https://github.com/pcguest
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@7455000aec5ef1a1d59c61520cafc960c0532e77 -
Trigger Event:
push
-
Statement type: