-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.json
More file actions
127 lines (127 loc) · 3.64 KB
/
Copy pathplugins.json
File metadata and controls
127 lines (127 loc) · 3.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"registry_version": "1.0",
"updated_at": "2026-05-30",
"plugins": [
{
"name": "provenance",
"display_name": "aimarket-provenance",
"version": "1.1.0",
"category": "compliance",
"description": "Cryptographic W3C VC receipts for every invoke (Ed25519 + verify URLs)",
"homepage": "https://github.com/ai-factory/aimarket-hub/tree/main/plugins/aimarket-provenance",
"entry_point": "provenance"
},
{
"name": "aimarket-safety",
"display_name": "aimarket-safety",
"version": "2.0.0",
"category": "security",
"description": "Pre/post-invoke safety classifier with constitutional contracts",
"entry_point": "safety"
},
{
"name": "aimarket-tee",
"display_name": "aimarket-tee",
"version": "2.0.0",
"category": "security",
"description": "TEE attestation and escrow hooks",
"entry_point": "tee"
},
{
"name": "aimarket-zk",
"display_name": "aimarket-zk",
"version": "2.0.0",
"category": "security",
"description": "Zero-knowledge cohort proofs",
"entry_point": "zk"
},
{
"name": "aimarket-reputation",
"display_name": "aimarket-reputation",
"version": "2.0.0",
"category": "reputation",
"description": "Trust scores and stake bonds",
"entry_point": "reputation"
},
{
"name": "aimarket-channels",
"display_name": "aimarket-channels",
"version": "2.0.0",
"category": "infrastructure",
"description": "USDT payment channel lifecycle",
"entry_point": "channels"
},
{
"name": "aimarket-auction",
"display_name": "aimarket-auction",
"version": "2.0.0",
"category": "monetization",
"description": "Price discovery auctions",
"entry_point": "auction"
},
{
"name": "aimarket-streaming",
"display_name": "aimarket-streaming",
"version": "2.0.0",
"category": "monetization",
"description": "Streaming invoke monetization",
"entry_point": "streaming"
},
{
"name": "aimarket-nft",
"display_name": "aimarket-nft",
"version": "2.0.0",
"category": "monetization",
"description": "Capability NFT listings",
"entry_point": "nft"
},
{
"name": "aimarket-promo",
"display_name": "aimarket-promo",
"version": "2.0.0",
"category": "monetization",
"description": "Promotional pricing rules",
"entry_point": "promo"
},
{
"name": "aimarket-orchestrator",
"display_name": "aimarket-orchestrator",
"version": "2.0.0",
"category": "monetization",
"description": "Multi-capability orchestration plans",
"entry_point": "orchestrator"
},
{
"name": "aimarket-data-cap",
"display_name": "aimarket-data-cap",
"version": "2.0.0",
"category": "monetization",
"description": "Data-capability packaging",
"entry_point": "data-cap"
},
{
"name": "aimarket-personas",
"display_name": "aimarket-personas",
"version": "2.0.0",
"category": "tooling",
"description": "Seller persona profiles",
"entry_point": "personas"
},
{
"name": "aimarket-mcp-packager",
"display_name": "aimarket-mcp-packager",
"version": "2.0.0",
"category": "tooling",
"description": "Export capabilities as MCP tools",
"entry_point": "mcp-packager"
},
{
"name": "aimarket-dataset",
"display_name": "aimarket-dataset",
"version": "2.0.0",
"category": "tooling",
"description": "Dataset marketplace listings",
"entry_point": "dataset"
}
]
}