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.3.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.3.0-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: avp_agentmesh-3.3.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.3.0.tar.gz
Algorithm Hash digest
SHA256 d0eff9ae4bb6aef52761662bfc2e47f9268dc16a2a18a2055586d2140a4b3b89
MD5 b19ed0c1f89ab800cca0a722d86ff1a4
BLAKE2b-256 4d03a3df76df833cde307e8ea300c870e7128eb76bde387b8d11728f84f46386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for avp_agentmesh-3.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 41588dc5821cd6f4972bc5ff8511a767c23b08238a425d492493622d8507e965
MD5 b7775619564718d0ec3a078282e959d9
BLAKE2b-256 b31387661ba37d14a220d66896565ef9fd76aafd575e8501b4c3e6fba89c391f

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