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.3.0.tar.gz
(4.0 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.3.0.tar.gz.
File metadata
- Download URL: agentsats-0.3.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df5403ce595b8837b154fae2af5a9ac6895a789a6b2b7837e19487735d0ec902
|
|
| MD5 |
2a24af1e493278bc3974d0b3f2479f1e
|
|
| BLAKE2b-256 |
3f1ef65bb0499015eebf2560c855aa6fb6ba1b786e6d89c86a9e139803266073
|
File details
Details for the file agentsats-0.3.0-py3-none-any.whl.
File metadata
- Download URL: agentsats-0.3.0-py3-none-any.whl
- Upload date:
- Size: 4.3 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 |
5067c6914618d01f5c047afe5b973f8ee8a1a3eb2b4a19124d008ebddc45afce
|
|
| MD5 |
dbea4281e8452cb45ca445910262fcab
|
|
| BLAKE2b-256 |
ea3603bad6c6af70ee20c57e72c035ba5f02651bb4f38ddcefe3bf11da519e4b
|