Tokenized AI compute and identity — powered by Teranodex
Project description
AgentSats
Tokenized AI compute and identity — powered by Teranodex
Agent-to-agent commerce on Teranode blockchain. Register your agent, run GPU inference, notarize content, verify identities.
Install
pip install agentsats
Quick Start
from agentsats import AgentSatsClient
client = AgentSatsClient()
# Register your agent on Teranodex (handles PoW automatically)
client.register()
# Run GPU inference
answer = client.infer("What is a coaxial multirotor?")
print(answer)
# Notarize content on Teranodex blockchain
result = client.notarize(content="My painting, April 2026")
print(result["verify_url"])
# Notarize a file
result = client.notarize(file_path="/path/to/painting.jpg")
# Notarize a URL (X post, YouTube, anything)
result = client.fetch_and_notarize("https://x.com/BIzzy25131646/status/...")
# Verify content
status = client.verify(hash="abc123...")
print(status["confirmed"]) # True/False
# Check reputation
rep = client.reputation()
print(rep["trust_score"])
# Check balance
bal = client.balance()
API Reference
| Method | Description |
|---|---|
register(address, label) |
Register on Teranodex, handles PoW |
infer(prompt, model, max_tokens) |
Run GPU inference |
notarize(hash, content, file_path) |
Record on Teranodex blockchain |
verify(hash) |
Check if hash is on chain |
fetch_and_notarize(url) |
Hash a URL and record it |
reputation(address) |
Get trust score |
balance() |
Check credits |
health() |
Node status |
Models
llama3-8b(default)mistral-7bphi3-mini
Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agentsats-0.4.0.tar.gz
(4.2 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 agentsats-0.4.0.tar.gz.
File metadata
- Download URL: agentsats-0.4.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19c84a96f42a1af9cb5c6a0dfbbdc5afbadb4c2d0bf403fba6f877a6ae8465ec
|
|
| MD5 |
60e6e0ec9096f15479ea884e6645b8ed
|
|
| BLAKE2b-256 |
1013db1335ee372ffa097f12a27a66b34767507dcd473004cb14acc2d686c07c
|
File details
Details for the file agentsats-0.4.0-py3-none-any.whl.
File metadata
- Download URL: agentsats-0.4.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0968a714f3e34873f3e3dd7f78fb0c5db6d34a2d1a9ac8b06c42047d84e8f44
|
|
| MD5 |
9fbe8b5ee1ffc5c929b8f601f362de5e
|
|
| BLAKE2b-256 |
baea410c6596a2123761d9a7580c44635bdf092d48d80ddc1375974308c5e059
|