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

Uploaded Python 3

File details

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

File metadata

  • Download URL: avp_agentmesh-3.7.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.7.0.tar.gz
Algorithm Hash digest
SHA256 7cfd5031e5b2f782d1d8a39ff5d3243444cb7c9b409c7f4e790946fe4ec7eda9
MD5 1e96b901518fc8b6e104453a0bbbd047
BLAKE2b-256 92789e32e74c9a6df387c71795fffc5c72c1104217f541360a5f151eed0150af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for avp_agentmesh-3.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c2068c24cf027080d3f3a04eb68ab9450f4a3ef1407c19693c87b310d8024f88
MD5 a04ba1ac30c89e5be85b39f657e303b9
BLAKE2b-256 4eb35d5207b623c32abf3ded71effc0800c3db30471c8d882ab8da14d3202628

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