Skip to main content

Nostr Web of Trust integration for AgentMesh trust engine

Project description

Nostr Web of Trust Integration for AgentMesh

Trust scoring for AgentMesh agents using MaximumSats Nostr Web of Trust (NIP-85).

Features

  • WoT Trust Scores — Map Nostr pubkey trust scores to AgentMesh trust engine
  • Sybil Detection — Detect potential Sybil attacks on agent identities
  • Trust Circles — Discover direct trust connections for agents
  • Transitive Trust — Support depth 1-3 transitive trust scoring

Installation

pip install agentmesh-nostr-wot

Usage

from agentmesh.trust import TrustEngine
from agentmesh_nostr_wot import NostrWoTProvider

# Create provider pointing to WoT API
provider = NostrWoTProvider(
    wot_api="https://wot.klabo.world",
    # Optional: map agent IDs to Nostr pubkeys
    pubkey_resolver=my_resolver
)

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

# Get composite trust score (AgentMesh verification + Nostr WoT)
score = await engine.get_trust_score("agent-123")

API Reference

NostrWoTProvider

Method Description
get_trust_score(agent_id) Returns WoT-derived trust score (0.0-1.0)
check_sybil(agent_id) Returns sybil risk assessment
get_trust_circle(agent_id) Returns direct trust connections
verify_identity(agent_id, credentials) Verifies agent via Nostr pubkey

Contributing

This integration is maintained by the community. PRs welcome!

See the MaximumSats API docs for endpoint details.

Credits

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

nostr_wot_agentmesh-3.3.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

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

nostr_wot_agentmesh-3.3.0-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for nostr_wot_agentmesh-3.3.0.tar.gz
Algorithm Hash digest
SHA256 53133f05b9119d4175b5a3b2885bf62de9a33f5f6974cd4717133043f32a4cd5
MD5 a714529d54bd6d2ff0747a60566d4a5e
BLAKE2b-256 8a0abbe83b004389ab33ffce9a314444b4741448ddf99575a930ae46b11f4f0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nostr_wot_agentmesh-3.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5228aa004106eba20bca07cb4d16ab5ebe2c0c9054b2bbfe8b9128af888858b9
MD5 d4c7142d6e026e9b5afb79b798b99ceb
BLAKE2b-256 48fcf34a8f8f204030cc42bbf6b4bd69deeda308454541c31b6aa347e4ecb6b6

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