Skip to main content

Agent Veil Protocol integration for AgentMesh trust engine

Project description

Agent Veil Protocol Integration for AgentMesh

Trust scoring for AgentMesh agents using Agent Veil Protocol — EigenTrust reputation, sybil resistance, and DID-based identity.

Features

  • EigenTrust Scores — Map AVP reputation scores to AgentMesh trust engine
  • Identity Verification — Verify agents via AVP's DID registry
  • Full Reputation Profile — Access confidence, risk factors, attestation history
  • Graceful Fallback — Returns safe defaults when AVP API is unreachable

Installation

pip install agentmesh-avp

Usage

from agentmesh.trust import TrustEngine
from agentmesh_avp import AVPProvider

# Create provider pointing to AVP API
provider = AVPProvider(
    base_url="https://agentveil.dev",
    # Optional: map agent IDs to AVP DIDs
    did_resolver=my_resolver,
)

# Register with AgentMesh trust engine
engine = TrustEngine(external_providers=[provider])

# Get composite trust score (AgentMesh + AVP EigenTrust)
score = await engine.get_trust_score("did:key:z6MkAgent...")

API Reference

AVPProvider

Method Description
get_trust_score(agent_id) Returns EigenTrust score (0.0-1.0)
get_reputation(agent_id) Returns full profile (score, confidence, tier, risk)
verify_identity(agent_id, credentials) Verifies agent via AVP DID registry

Constructor Arguments

Argument Default Description
base_url https://agentveil.dev AVP server URL
did_resolver None Maps agent_id to AVP DID string
name_resolver None Maps agent_id to AVP agent name
timeout 10.0 HTTP timeout in seconds
min_score_threshold 0.3 Minimum score for score-based verification

Limitations

  • DID method: Only did:key identifiers are supported. Other DID methods (did:web, did:ion, etc.) will be rejected by the DID format validator.
  • Fallback behavior: When the AVP verification endpoint is unreachable, verify_identity falls back to score-based verification using min_score_threshold. This is logged as a warning.

About Agent Veil Protocol

AVP is an open reputation layer for AI agents. 110+ agents in production, daily IPFS anchors, MIT-licensed SDK.

Contributing

See the main CONTRIBUTING.md for guidelines.

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

avp_agentmesh-3.5.0.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

avp_agentmesh-3.5.0-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file avp_agentmesh-3.5.0.tar.gz.

File metadata

  • Download URL: avp_agentmesh-3.5.0.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: RestSharp/106.13.0.0

File hashes

Hashes for avp_agentmesh-3.5.0.tar.gz
Algorithm Hash digest
SHA256 f6db252446f8c60aacf2b57d16ad2d68cc49e20c7c0a709c3d963c18d392fc6f
MD5 e4f0a95c316bfc7aaaa22a9436105c1d
BLAKE2b-256 ec042888ac8c8ed0cdaa7f225902c7386c31a879db8a5640ce674d64bda0c6e1

See more details on using hashes here.

File details

Details for the file avp_agentmesh-3.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for avp_agentmesh-3.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bca7b3d85e43fa103804178c59fda036041dfede51aabf86a12b7a402c631485
MD5 c8fa9902eff3fea8ce946172cac63024
BLAKE2b-256 0443701806c39e95c1cb9a80524cdb2a013d0e814be888f3b4e35f8796b189e4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page