Yoneda SDK for AI agent payments and banking
Project description
Yoneda SDK (Python)
Python SDK for Yoneda Protocol - AI agent payments and banking infrastructure.
Installation
pip install yoneda-sdk
Quick Start
import yoneda
# Initialize client
client = yoneda.create_client(api_key="YOUR_API_KEY", network="sandbox")
# Register agent
agent = await client.register_agent(name="my-agent", base_currency="USD")
# Open hub connection
await agent.open_connection("yoneda-hub-northamerica", 100)
# Send payment
receipt = await agent.pay("agent:recipient", 10, "USD", memo="test payment")
print(f"Payment completed: {receipt.transaction_id}")
# Query balance
balance = await agent.query_balance()
print(f"Current balance: ${balance}")
Documentation
See docs.yoneda.io for complete documentation.
License
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
yoneda_sdk-1.0.0b1.tar.gz
(20.7 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
File details
Details for the file yoneda_sdk-1.0.0b1.tar.gz.
File metadata
- Download URL: yoneda_sdk-1.0.0b1.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17aea3a2a74280ac5e214d0541b1fe08c8572b61edcead0fe77671542e99cabf
|
|
| MD5 |
69df8d44feb65886183060411cad1195
|
|
| BLAKE2b-256 |
15746d1f9b1d93650876b77a54e7f4613edd908cb15b3439071ec71e9dc91b86
|
File details
Details for the file yoneda_sdk-1.0.0b1-py3-none-any.whl.
File metadata
- Download URL: yoneda_sdk-1.0.0b1-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
461daf6633a86caeb2d7e7e0bdd653fde64abd748128bf338e9a0788067f3c85
|
|
| MD5 |
637f07a4b0493cfbfc3555ed28fae0bb
|
|
| BLAKE2b-256 |
d4e545c147217400f1f567955f1fb745f37cd3b8edf30b520366732fb52205d9
|