Official Python SDK for the Alsorn Protocol — Identity, Trust & Transaction Infrastructure for AI Agents
Project description
Alsorn Python SDK
The official Python SDK for the Alsorn Protocol.
Installation
pip install alsorn
Quick Start
from alsorn import AlsornClient
client = AlsornClient(api_key="als_your_api_key")
# Register an agent
agent = client.agents.register(
name="My Agent",
authorized_actions=["send_emails"],
spending_limit=100,
currency="USD",
)
print(agent.id)
print(agent.fingerprint)
Documentation
Full documentation at https://alsorn.com/docs/sdks/python
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
alsorn-0.1.0.tar.gz
(10.5 kB
view details)
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
alsorn-0.1.0-py3-none-any.whl
(13.8 kB
view details)
File details
Details for the file alsorn-0.1.0.tar.gz.
File metadata
- Download URL: alsorn-0.1.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
266a3d8ff2e0f4a2a88c69be485f38c3f2c7d92cb44a002a3e0a352aa284c427
|
|
| MD5 |
0c556dadc70e515e8eb02a4ad7387391
|
|
| BLAKE2b-256 |
b3db18a6b38e311d415128b9dc95ee316a3924faf9e91e5838782fe78c010564
|
File details
Details for the file alsorn-0.1.0-py3-none-any.whl.
File metadata
- Download URL: alsorn-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67aea391c22e140fe9f0f6d82ab826f4401defb0d17ab09ec7f6310d57e5736d
|
|
| MD5 |
ba8432d3bc37cd32542301a00c88b8b4
|
|
| BLAKE2b-256 |
d3cab328f1e3a6ba49b406b6184643eec1d7a6235c661aa5496414c531322ef0
|