Skip to main content

Python SDK for AEX — the Agent Exchange Protocol.

Project description

spize (Python SDK)

Python client for the Agent Exchange Protocol (AEX).

Install

pip install spize

Quick start

from spize import Identity, SpizeClient

# One-time: create + register an identity.
identity = Identity.generate(org="acme", name="alice")
identity.save("alice.key")

client = SpizeClient(base_url="http://localhost:8080", identity=identity)
client.register()

# Send.
transfer = client.send(
    recipient="spize:acme/bob:aabbcc",
    file="invoice.pdf",
    declared_mime="application/pdf",
)
print(transfer.state)  # 'ready_for_pickup' or 'rejected'

# Receive (as Bob).
bob = Identity.load("bob.key")
bob_client = SpizeClient(base_url="http://localhost:8080", identity=bob)
bytes_in = bob_client.download(transfer.transfer_id)
bob_client.ack(transfer.transfer_id)

Components

  • Identity — Ed25519 keypair + canonical agent_id derivation. Save/load to disk.
  • SpizeClient — thin HTTP wrapper over the control plane. Handles signing + replay nonces.
  • wire — canonical byte functions that mirror spize_core::wire exactly; change only in lockstep.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aex_sdk-2.0.0b1.tar.gz (31.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aex_sdk-2.0.0b1-py3-none-any.whl (22.8 kB view details)

Uploaded Python 3

File details

Details for the file aex_sdk-2.0.0b1.tar.gz.

File metadata

  • Download URL: aex_sdk-2.0.0b1.tar.gz
  • Upload date:
  • Size: 31.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for aex_sdk-2.0.0b1.tar.gz
Algorithm Hash digest
SHA256 0ae854be36d260c980b5d3ff75ba337dce142ac52da92815716338e8ee05ccbd
MD5 2667c89a6511476a92afd84d6375273e
BLAKE2b-256 0e66aa1a6a305356625c0fa4c90230cb54e3ba74bc8a58a9ab13cfb4aa644f3a

See more details on using hashes here.

File details

Details for the file aex_sdk-2.0.0b1-py3-none-any.whl.

File metadata

  • Download URL: aex_sdk-2.0.0b1-py3-none-any.whl
  • Upload date:
  • Size: 22.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for aex_sdk-2.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 2f0ae401fae7f8321d4146a05cf4e08541982d91e9b6f290475006f96b0a4eee
MD5 99f59f68419018c97c68373ddeccb316
BLAKE2b-256 e7e74bdb12dbbff3cae6c2119124ee7da3ab81b527aa478bfd2f95f8b503f685

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page