attestify-crewai
Governed AI loop execution for CrewAI agents — signed receipts, audit trails, and x402 payments on Base.
Installation
pip install attestify-crewai
Quick Start
from attestify_crewai import AttestifyToolset
from crewai import Agent, Task, Crew
import os
toolset = AttestifyToolset(api_key=os.environ["ATTESTIFY_API_KEY"])
researcher = Agent(
role="Research Analyst",
goal="Answer questions using governed Attestify agents",
backstory="You route tasks through Attestify for auditable execution.",
tools=toolset.tools(),
verbose=True,
)
task = Task(
description="Summarise the latest AI agent governance landscape",
expected_output="A structured 3-paragraph summary with receipt ID",
agent=researcher,
)
crew = Crew(agents=[researcher], tasks=[task])
result = crew.kickoff()
Available Tools
| Tool | Description | Plan |
|---|---|---|
AttestifyRunLoop |
Submit a task to the governed loop router | All |
AttestifyGetDashboard |
Run count, quota, plan tier, recent receipts | Builder+ |
AttestifyGetRecentLoops |
List recent loop receipts | All |
AttestifyGetReceipt |
Retrieve a verified receipt by loop_id | All |
AttestifyGetControlTower |
Enterprise governance data & cross-tenant visibility | Enterprise |
Links
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 attestify_crewai-0.1.0.tar.gz.
File metadata
- Download URL: attestify_crewai-0.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e23ccfd47e86e2263a21a2c4fc736526fd666126359317ae19f9cd99ed77962
|
|
| MD5 |
15f64c9f702afe1fbd077813ff27ecae
|
|
| BLAKE2b-256 |
abe1c2217106338fa08463f820112fb798e0d45229b08220e2251b13695830f6
|
File details
Details for the file attestify_crewai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: attestify_crewai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a0fa5b9c16bbe345d063f4ff37cad99ee05f341800f4cd4fe4fa0a3c17f8b93
|
|
| MD5 |
963f28d65a664400539b1fcf3ca76a9c
|
|
| BLAKE2b-256 |
1e141fe1c4aba83f5df303ddd2d233199d362bbd9c6ebacc5aac401d5bf1888d
|