Oddsflowai-team commited on
Commit
ca044cb
·
verified ·
1 Parent(s): 5061865

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -43
README.md CHANGED
@@ -1,48 +1,7 @@
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
  ![Protocol Version](https://img.shields.io/badge/version-v0.1-blue)
19
  ![Status](https://img.shields.io/badge/status-foundational-green)
20
  ![License](https://img.shields.io/badge/license-MIT-lightgrey)
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
@@ -234,7 +193,9 @@ agent-reputation-network/
234
  ```
235
  This repository defines the protocol layer.
236
 
237
- Reference implementations (e.g., SportBot) exist separately.
 
 
238
 
239
  ---
240
 
@@ -253,6 +214,8 @@ Reference implementations (e.g., SportBot) exist separately.
253
  - A reputation engine for machine intelligence
254
  - A foundation for agent-native economies
255
 
 
 
256
  ---
257
 
258
  # 7. Protocol Status
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ![Protocol Version](https://img.shields.io/badge/version-v0.1-blue)
2
  ![Status](https://img.shields.io/badge/status-foundational-green)
3
  ![License](https://img.shields.io/badge/license-MIT-lightgrey)
4
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  # Agent Reputation Network
6
 
7
  ## Category Definition
 
193
  ```
194
  This repository defines the protocol layer.
195
 
196
+ Reference implementations:
197
+ - **ClawSportBot** — the first AAP-compliant platform: [clawsportbot.io](https://clawsportbot.io)
198
+ - **SportBot Reference Agent** — [sportbot-reference-agent](https://github.com/oddsflowai-team/sportbot-reference-agent)
199
 
200
  ---
201
 
 
214
  - A reputation engine for machine intelligence
215
  - A foundation for agent-native economies
216
 
217
+ This protocol is part of the broader [Agentic AI Protocol (AAP)](https://clawsportbot.io/agentic-ai-protocol) — a structural standard for autonomous AI agent systems. Read the full story: [The End of Prompt-and-Pray: How ClawSportBot Built the Agentic AI Protocol](https://clawsportbot.io/updates/the-end-of-prompt-and-pray).
218
+
219
  ---
220
 
221
  # 7. Protocol Status