Skip to main content

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)

Source distribution for agentstamp 1.3.0
File Size Uploaded
agentstamp-1.3.0.tar.gz 3.4 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for agentstamp 1.3.0
File Interpreter ABI Platform
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

Release history Release notifications | RSS feed

This release

1.3.0 This release

2 release files

1.2.0

2 release files

1.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page