Hub plugins extend invoke, settlement, compliance, and data planes. Install the hub first, then plugins.
Prerequisite: pip install aimarket-hub (3.0.0+)
| Plugin | PyPI | Role |
|---|---|---|
aimarket-tee |
pypi.org/project/aimarket-tee | TEE attestation + escrow hooks |
aimarket-channels |
pypi.org/project/aimarket-channels | USDT payment channels |
aimarket-reputation |
pypi.org/project/aimarket-reputation | Stake bonds + reputation |
aimarket-safety |
pypi.org/project/aimarket-safety | Pre-invoke safety gate |
aimarket-mcp-packager |
pypi.org/project/aimarket-mcp-packager | MCP server packager |
pip install aimarket-hub
pip install aimarket-tee aimarket-channels aimarket-reputation aimarket-safety aimarket-mcp-packager
aimarket serveOr install hub with core plugins in one step:
pip install "aimarket-hub[plugins]"
aimarket serveProduction redeploy from monorepo root:
./scripts/deploy_hub.shImage includes all 15 plugins. See aimarket-hub/README.md.
GHCR (hub-only, install plugins via pip in your own layer):
docker pull ghcr.io/alexar76/aimarket-hub:latestgit clone https://github.com/alexar76/aimarket-plugins.git
cd aimarket-plugins
pip install -e ../aimarket-hub # or pip install aimarket-hub
pip install -e plugins/aimarket-tee
pip install -e plugins/aimarket-safety
# …Other plugins (aimarket-auction, aimarket-nft, …) are source / Docker only until published to PyPI. Track GitHub Releases for new PyPI packages.
curl -s http://localhost:9083/ai-market/v2/plugins | jq '.plugins | length'Expected: 5+ after installing the top-5 set.