aw-protocol-sdk
Python SDK for the AgentWallet Protocol — AI Agent Wallet Infrastructure on Solana.
Install
pip install aw-protocol-sdk
Quick Start
from agentwallet import AgentWallet
async with AgentWallet(api_key="aw_live_...") as aw:
agent = await aw.agents.create(name="trading-bot")
tx = await aw.transactions.transfer_sol(
from_wallet=agent.default_wallet_id,
to_address="RecipientPubkey...",
amount_sol=0.5,
)
Links
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aw_protocol_sdk-0.4.7.tar.gz
(15.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
File details
Details for the file aw_protocol_sdk-0.4.7.tar.gz.
File metadata
- Download URL: aw_protocol_sdk-0.4.7.tar.gz
- Upload date:
- Size: 15.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 |
bde1c3d9592c3599f92f13ef6aa110c0f32844b5f851799bb12fab594b7291fc
|
|
| MD5 |
4d0d4c2cc8ab21f31fba70519357a128
|
|
| BLAKE2b-256 |
588a0076daacb545e02bb3f02e3a48b85232436e83bae6263cfbaebf996d0100
|
File details
Details for the file aw_protocol_sdk-0.4.7-py3-none-any.whl.
File metadata
- Download URL: aw_protocol_sdk-0.4.7-py3-none-any.whl
- Upload date:
- Size: 21.2 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 |
e8e19057ecc6467e319ec75128128ff98615f2f93a564aac23a734d1e157535f
|
|
| MD5 |
db28e382bf257506cec33e742ac9e8ee
|
|
| BLAKE2b-256 |
fbcefc14948cdf0f20354066a9308b86a8b60076ac88d46e20f432171cca343d
|