aevionai commited on
Commit
d6a4e8d
·
verified ·
1 Parent(s): e7826a9

Add performance-oracle@1.0.0 with HTTP endpoint for live Wharf consumption

Browse files
Files changed (1) hide show
  1. performance_oracle_part@1.0.0.json +22 -0
performance_oracle_part@1.0.0.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "part_id": "aevion.part/performance-oracle@1.0.0",
3
+ "display_name": "Man in the Arena Oracle",
4
+ "description": "Live leaderboard of verifiable AI performance on VA Claims Intake and other Coliseum boss battles.",
5
+ "interface": {
6
+ "inputs": [],
7
+ "outputs": [
8
+ { "name": "leaderboard", "type": "stream<ranking>", "attested": true }
9
+ ]
10
+ },
11
+ "implementation": {
12
+ "type": "http",
13
+ "endpoint": "https://huggingface.co/datasets/Aevion-Verifiable-AI/man-in-the-arena-leaderboard/raw/main/leaderboard.json"
14
+ },
15
+ "sources": {
16
+ "receipt_url": "https://huggingface.co/datasets/Aevion-Verifiable-AI/man-in-the-arena-leaderboard/raw/main/receipt.json"
17
+ },
18
+ "attestation": {
19
+ "algorithm": "ML-DSA-65",
20
+ "receipt_id": "05028766b3afe7373063cd99ef2d9395"
21
+ }
22
+ }