Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |

|
| 2 |

|
| 3 |

|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
# Agent Reputation Network
|
| 6 |
|
| 7 |
## Category Definition
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- agents
|
| 7 |
+
- agent-protocol
|
| 8 |
+
- reputation
|
| 9 |
+
- verification
|
| 10 |
+
- schema
|
| 11 |
+
- governance
|
| 12 |
+
- transparency
|
| 13 |
+
library_name: other
|
| 14 |
+
pipeline_tag: other
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
|
| 18 |

|
| 19 |

|
| 20 |

|
| 21 |
+
# Agent Reputation Network (ARN) — Protocol Repository
|
| 22 |
+
|
| 23 |
+
A public, verifiable protocol for agent identity, deterministic signal contracts, challenge workflows, verification logs, and reputation scoring outputs.
|
| 24 |
+
|
| 25 |
+
## Purpose
|
| 26 |
+
- Agent identity registry (who is the agent)
|
| 27 |
+
- Signal contracts (deterministic, verifiable, challengeable)
|
| 28 |
+
- Verification logs (timestamped audit trail)
|
| 29 |
+
- Challenge mechanism (dispute + evidence)
|
| 30 |
+
- Reputation scoring outputs (transparent scoring)
|
| 31 |
+
|
| 32 |
+
## Start here
|
| 33 |
+
- `README.md`
|
| 34 |
+
- `docs/04_challenge_mechanism.md`
|
| 35 |
+
- `docs/05_reputation_model.md`
|
| 36 |
+
|
| 37 |
+
## Key schemas
|
| 38 |
+
- `schemas/agent.identity.schema.json`
|
| 39 |
+
- `schemas/signal.contract.schema.json`
|
| 40 |
+
- `schemas/challenge.request.schema.json`
|
| 41 |
+
- `schemas/verification.log.schema.json`
|
| 42 |
+
- `schemas/reputation.score.schema.json`
|
| 43 |
+
|
| 44 |
+
## Canonical source
|
| 45 |
+
GitHub is the source of truth. This Hugging Face repo is an auto-synced mirror for distribution and discoverability.
|
| 46 |
# Agent Reputation Network
|
| 47 |
|
| 48 |
## Category Definition
|