Skip to main content

Agent Marketplace

Plugin lifecycle management for the Agent Governance Toolkit — discover, install, verify, and sign plugins

Part of the Agent Governance Toolkit

CI License Python PyPI


Note: This package was extracted from agentmesh.marketplace. The old import path still works via a backward-compatibility shim but new code should import from agent_marketplace directly.

What is Agent Marketplace?

Agent Marketplace provides governed plugin lifecycle management for AI agent ecosystems:

  • Plugin Discovery — Browse and search registered plugins by capability, trust level, or framework
  • Verified Installation — Install plugins with cryptographic integrity verification (SHA-256 + Ed25519)
  • Plugin Signing — Sign plugin manifests with Ed25519 keys for supply-chain security
  • Manifest Validation — Declarative plugin manifests with schema validation (capabilities, permissions, dependencies)
  • Registry Management — Register, update, and deprecate plugins with version tracking

Artifact distribution vs. manifest-registration

PluginInstaller.install() operates in one of two modes depending on the manifest:

Mode When What happens on disk
Full artifact install manifest.artifact_url is set Downloads the .zip artifact, verifies its SHA-256 against manifest.artifact_sha256, unpacks plugin code under plugins_dir/<name>/, and stores .artifact.zip for on-load re-verification.
Manifest-registration only artifact_url is absent Writes only the signed manifest (agent-plugin.yaml). No plugin code is placed on disk.

The Ed25519 signature covers both the manifest metadata and artifact_sha256, so a valid signature cryptographically binds the manifest to the artifact. list_installed() re-verifies the manifest signature and the stored artifact hash on every call.

Quick Start

pip install agentmesh-marketplace
from agent_marketplace import PluginRegistry, PluginInstaller, PluginManifest

# Create a registry
registry = PluginRegistry()

# Register a plugin
manifest = PluginManifest(
    name="web-search",
    version="1.0.0",
    capabilities=["search", "browse"],
    permissions=["network:read"],
)
registry.register(manifest)

# Install with verification
installer = PluginInstaller(registry=registry, verify_signatures=True)
result = installer.install("web-search")

CLI

# List available plugins
agentmesh-marketplace list

# Install a plugin
agentmesh-marketplace install web-search

# Verify plugin integrity
agentmesh-marketplace verify web-search

# Sign a plugin manifest
agentmesh-marketplace sign manifest.yaml --key signing-key.pem

Ecosystem

Agent Marketplace is one of 7 packages in the Agent Governance Toolkit:

Package Role
Agent OS Policy engine — deterministic action evaluation
AgentMesh Trust infrastructure — identity, credentials, protocol bridges
Agent Runtime Execution supervisor — rings, sessions, sagas
Agent SRE Reliability — SLOs, circuit breakers, chaos testing
Agent Compliance Regulatory compliance — GDPR, HIPAA, SOX frameworks
Agent Marketplace Plugin lifecycle — discover, install, verify, sign (this package)
Agent Lightning RL training governance — governed runners, policy rewards

License

MIT — see LICENSE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentmesh_marketplace-5.0.0.tar.gz (69.5 kB view details)

Uploaded Source

Built Distribution

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

agentmesh_marketplace-5.0.0-py3-none-any.whl (43.8 kB view details)

Uploaded Python 3

File details

Details for the file agentmesh_marketplace-5.0.0.tar.gz.

File metadata

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

File hashes

Hashes for agentmesh_marketplace-5.0.0.tar.gz
Algorithm Hash digest
SHA256 214c219fc925fab94c03861be5152345c5e191a667beb7969e97efd37720911c
MD5 d3e5c4bf1bcc3a29ed8f1d884332c941
BLAKE2b-256 465a0107e399c3587e4d4a2325e567b8857dfa4d1e07f5f2392938b57c7490ef

See more details on using hashes here.

File details

Details for the file agentmesh_marketplace-5.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for agentmesh_marketplace-5.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 26c6bd489018d7420260459d1303c1ca29446a3ed6efead792ac2ebaee297459
MD5 bb2601716a919bb8ed3b87668e34c111
BLAKE2b-256 cafa115f73bde69d23f5e4d4b2d90de9b20ca6c7c28a80581c216ccb1cb41b40

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

5.0.0 This release

2 files

4.1.0

2 files

4.0.0

2 files

3.7.0

2 files

3.6.0

2 files

3.5.0

2 files

3.4.0

2 files

3.3.0

2 files

3.2.2

2 files

3.2.1

2 files

3.2.0

2 files

3.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page