Skip to main content

AgentMesh trust layer for CrewAI — trust-verified crew member selection and capability-gated task assignment

Project description

CrewAI AgentMesh

AgentMesh trust layer for CrewAI — trust-verified crew member selection and capability-gated task assignment.

Features

  • TrustedCrew: Trust-verified crew member selection based on agent capabilities and trust scores
  • CapabilityGate: Ensures agents can only be assigned tasks matching their verified capabilities
  • TrustTracker: Tracks trust scores across crew runs with decay and reward

Quick Start

from crewai_agentmesh import TrustedCrew, AgentProfile

# Define trusted agents
agents = [
    AgentProfile(did="did:mesh:researcher", name="Researcher", capabilities=["research", "analysis"], trust_score=800),
    AgentProfile(did="did:mesh:writer", name="Writer", capabilities=["writing", "editing"], trust_score=700),
]

# Create trust-gated crew
crew = TrustedCrew(agents=agents, min_trust_score=500)

# Select agents for a task
selected = crew.select_for_task(required_capabilities=["research"])
assert len(selected) == 1
assert selected[0].name == "Researcher"

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

crewai_agentmesh-3.3.0.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

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

crewai_agentmesh-3.3.0-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for crewai_agentmesh-3.3.0.tar.gz
Algorithm Hash digest
SHA256 33c62a72ae115d000b08b9db7c65f58bb24609a8c53f8d512facdcf4d4c4e264
MD5 b10a838836e8a173991be914420e6baa
BLAKE2b-256 e9be60644644673fba9721e177e27183e99e4600360649a2e03fd0466e2e841a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crewai_agentmesh-3.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5a7f1b1ccd82440b6f6394405eb417f5defc1ed426d89bd15d670af9a45b4b20
MD5 a19452947be382e899888c89230d4702
BLAKE2b-256 ce2b2740e16826c5840db4fe020c875829a189a820d8d53088a0938be8c36d67

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