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.1.0.tar.gz
(3.6 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.1.0.tar.gz.
File metadata
- Download URL: agentsats-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a10b8aa1c211468c3aa47c7ad101bea1aef53c43c65fe25b87f69ae9cff57dc5
|
|
| MD5 |
8b4957a1b73b8ef275443a8263d4858d
|
|
| BLAKE2b-256 |
e071109d33953d1dc3f64dee2b0a18676753500444036dc30668660a3f7f2339
|
File details
Details for the file agentsats-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentsats-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 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 |
83ad9029e7962ee9efa445eefa6c99b62c9245a03739339a4c7ff8f628739c9d
|
|
| MD5 |
ecb21259ba7abd59ee21a72d774bfdf5
|
|
| BLAKE2b-256 |
a151a3cde8235dcd66521d0e9d7408498fc95546d866e320f616201a3396cab4
|