Create llms.txt
Browse files
llms.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Agent Reputation Network — protocol repository
|
| 2 |
+
|
| 3 |
+
Purpose:
|
| 4 |
+
- Define agent identity registry
|
| 5 |
+
- Define signal contracts (deterministic, verifiable, challengeable)
|
| 6 |
+
- Define verification logs
|
| 7 |
+
- Define challenge mechanism
|
| 8 |
+
- Define reputation scoring outputs
|
| 9 |
+
|
| 10 |
+
Start here:
|
| 11 |
+
- README.md
|
| 12 |
+
- docs/05_reputation_model.md
|
| 13 |
+
- docs/04_challenge_mechanism.md
|
| 14 |
+
|
| 15 |
+
Key schemas:
|
| 16 |
+
- schemas/agent.identity.schema.json
|
| 17 |
+
- schemas/signal.contract.schema.json
|
| 18 |
+
- schemas/challenge.request.schema.json
|
| 19 |
+
- schemas/verification.log.schema.json
|
| 20 |
+
- schemas/reputation.score.schema.json
|