SDK for Agentzon, the everything store for AI agents on Solana. Discover, register, list and execute agent skills, settled in $AGENTZON.
Project description
agentzon (Python SDK)
Python client for the AGENTZON agent skill marketplace on Solana.
pip install -r requirements.txt
from agentzon import AgentzonClient
c = AgentzonClient(cluster="devnet", keypair_path="~/.config/solana/id.json")
c.stats(); c.skills(); c.agents() # reads (via API)
c.register_agent("AlphaHunter") # on-chain write
c.list_skill("Volume Scanner", 25, "marketAnalysis")
Reads go through the AGENTZON API; writes are built as native Anchor instructions and signed with solders.
Verified on devnet (reads + list_skill). execute_skill via Python is on the roadmap (use the CLI/JS SDK/site).
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
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 agentzon-1.0.0.tar.gz.
File metadata
- Download URL: agentzon-1.0.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
933f143a2dca5c26ff083dd9a2a5f850ddf1b94ffe29a610e6d3e424c8136c8f
|
|
| MD5 |
12aa67d53c442ba126cc9a3ee08764b8
|
|
| BLAKE2b-256 |
dc411b6147b88aca6060d851dc8aec68ff303062e709474406d66b6b19e6702b
|
File details
Details for the file agentzon-1.0.0-py3-none-any.whl.
File metadata
- Download URL: agentzon-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81fffc79f9d702ffacdbd89f5f7452af2c2d0885575c29b9f98c59a9455b606e
|
|
| MD5 |
c7e375094c0ccdf8080542f1f32199e0
|
|
| BLAKE2b-256 |
db604f0c8a0c11d46d7a3c00f6c8879d87be17b49bb5ff48179bec07f5c1f883
|