Pixel Office A2A Paymeter & Identity SDK for Python
Zero-dependency Python SDK for Agent-to-Agent (A2A) Identity & Paymeter Verification for Python, FastAPI, LangChain, CrewAI, and LlamaIndex.
Installation
pip install pixeloffice-paymeter
Quick Start
from pixeloffice_paymeter import verify_a2a_identity, authorize_agent_payment, PaymeterClient
# Verify A2A agent identity token
identity = verify_a2a_identity(agent_token="px_a2a_agent_key_xxx")
print(f"Agent Verified: {identity['valid']}")
print(f"Agent Niche: {identity['niche']}")
# Authorize micropayment between AI agents
payment = authorize_agent_payment(from_agent="agent_alpha", to_agent="agent_beta", amount_usd=0.05)
print(f"Payment Status: {payment['status']}")
Features
- A2A Identity Handshake: Real-time verification of autonomous AI agent keys.
- Micro-Meter Billing: Sub-cent transaction authorization for agentic workflows.
- 35ms Latency: Native integration with Pixel Office EU.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pixeloffice_paymeter-1.0.0.tar.gz.
File metadata
- Download URL: pixeloffice_paymeter-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab9be48bc3b1325483be9e5ca60bdefd3a40f5bed98b6c9b1d13c6d329a480e1
|
|
| MD5 |
0e3eee404894f8bd60b3943a32c69efc
|
|
| BLAKE2b-256 |
82bff3d8a347bbd521c2e77e580e5a9da7d48111d24bf9a73d195781b7053751
|