AgentStamp Python SDK
Trust verification and reputation scoring for AI agents.
Install
pip install agentstamp
Quick Start
from agentstamp import trust_check, verify, get_reputation
# Check if a wallet is trusted
result = trust_check("0x1234...")
print(result["trusted"]) # True/False
print(result["score"]) # 0-100
# Verify a stamp certificate
cert = verify("stmp_QLNhL-Y1CvlyWxnG")
print(cert["valid"])
# Get reputation breakdown
rep = get_reputation("agt_E-PFtTAIQlfVleNm")
print(rep["score"], rep["tier_label"])
Client Usage
from agentstamp import AgentStampClient
client = AgentStampClient()
# Search agents
agents = client.search_agents(query="trading", category="data")
# Browse the registry
all_agents = client.browse_agents(limit=20)
# Get leaderboard
leaders = client.leaderboard()
# Get agent passport
passport = client.get_passport("0x1234...")
Links
Release files for agentstamp 1.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentstamp-1.3.0.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentstamp-1.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.1 kB
Release files / agentstamp-1.3.0.tar.gz
| Download URL | agentstamp-1.3.0.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5dcaacb3659cd0521989d1449ab40e93b0a7fac7dd73a46b903c0412f68ea8b3
|
|
BLAKE2b-256 checksum How to use checksums |
aecf0e60869122736bb25f62f69b665593fe0e437f26abf2739d6d210022f990
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / agentstamp-1.3.0-py3-none-any.whl
| Download URL | agentstamp-1.3.0-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
21d9e04f64dc60e49c60cc5a90f2a20c9051dbad8c3eaed68bf3ae892b39bf8d
|
|
BLAKE2b-256 checksum How to use checksums |
cf7c755cad15dd9a08028dce0985da6180aa99bab4d5fee5da35dfabda410642
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|