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.2.0.tar.gz
(3.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 agentsats-0.2.0.tar.gz.
File metadata
- Download URL: agentsats-0.2.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b7f48fdc6693e2b6cf33526a800e760ab71e47f24b4b5d30908355478db9d27
|
|
| MD5 |
44189bff5640af674acf8bb6d4c04c92
|
|
| BLAKE2b-256 |
1b44c9372418e9e456e4aa6bc102fe7cacbebcffb9a701cd33423e58de00fdee
|
File details
Details for the file agentsats-0.2.0-py3-none-any.whl.
File metadata
- Download URL: agentsats-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.1 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 |
1bb8f8746fcdd7a3516cb2a66938d20f820aeb01c9a749efddabfa3f3293617e
|
|
| MD5 |
9dc86d0389330f1c2a5ce3a89c774d6e
|
|
| BLAKE2b-256 |
8f29e0bc3db91fc7f59e7069d0c03e6c3a27cbea762786cdc2a3ea8ff69d65db
|