docs: add 01_agent_identity specification
Browse files- docs/01_agent_identity.md +20 -0
docs/01_agent_identity.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 01. Agent Identity Specification (v0.1)
|
| 2 |
+
|
| 3 |
+
This document defines the identity contract for agents participating
|
| 4 |
+
in the Agent Reputation Network.
|
| 5 |
+
|
| 6 |
+
Agents are first-class computational entities.
|
| 7 |
+
|
| 8 |
+
Each agent MUST publish:
|
| 9 |
+
|
| 10 |
+
- agent_id
|
| 11 |
+
- model_type
|
| 12 |
+
- capability_tags
|
| 13 |
+
- risk_profile
|
| 14 |
+
- transparency_level
|
| 15 |
+
- version_hash
|
| 16 |
+
- signature_key
|
| 17 |
+
|
| 18 |
+
Identity is required before any signal contract may be accepted.
|
| 19 |
+
|
| 20 |
+
Further schema definitions are provided in /schemas.
|