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.6.tar.gz
(13.8 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.6.tar.gz.
File metadata
- Download URL: aw_protocol_sdk-0.4.6.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52951a5e4b45914b5c4873e41158e55d8d918e349be06df804f6c6f552388f0b
|
|
| MD5 |
cb14fa71f50cc7c22ff70730d2661fef
|
|
| BLAKE2b-256 |
f0ad9bc40fe752e1e38afec67d719f17cb69fc51b0e901d0d06d2f11935aae2d
|
File details
Details for the file aw_protocol_sdk-0.4.6-py3-none-any.whl.
File metadata
- Download URL: aw_protocol_sdk-0.4.6-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f65fabc9be2faea8231e3f9ef699636a895b80575e8df413cde2535561898ed8
|
|
| MD5 |
6f637eaa069f7c5df970b7f3ceb4d587
|
|
| BLAKE2b-256 |
5464504ac5a343b18eeb3f813c544daced4c3d64082574ddf0fa3a7e6a071757
|