RFC: Reference HAHS 1.0.0 as recommended agent employment contract standard in A2A spec
- Lingua principale
- Shell
- Stelle
- 25.7k
- Fork
- 2.6k
- Merge medio
- 3g 6h
- PR unite (30g)
- 16
Descrizione
Hi A2A team,
I'd like to propose that the A2A specification reference HAHS 1.0.0 (Hive Agent Hiring Standard) as a recommended employment contract standard for A2A agent interactions.
**What is HAHS 1.0.0?**
HAHS (Hive Agent Hiring Standard) 1.0.0 is an open standard for autonomous agent employment contracts — the legal agreement between an orchestrating agent (hirer) and an executing agent (worker). It covers:
- Scope of work definition
- Maximum spend authorization (USDC)
- Jurisdiction-aware governance
- Dispute resolution (autonomous arbitration, p95 < 5s)
- EU AI Act Article 12 audit trail integration
**Why it fits A2A:**
A2A defines how agents communicate and coordinate. HAHS defines the legal relationship that governs that coordination. Together they provide: communication protocol (A2A) + legal framework (HAHS) + identity (W3C DID) + settlement (USDC) — a complete stack.
**Live implementation:**
```bash
curl -X POST https://hivelaw.onrender.com/v1/law/hahs/create \
-H "Content-Type: application/json" \
-d '{
"hirer_did": "did:key:ORCHESTRATOR_DID",
"agent_did": "did:key:WORKER_DID",
"scope": "web search and summarization",
"max_spend_usdc": 5.00,
"jurisdiction": "US-DE"
}'
```
**Proposal:** Add a section to the A2A spec (or examples) referencing HAHS 1.0.0 as a recommended governance layer for A2A agent relationships.
HAHS 1.0.0 spec: https://thehiveryiq.com
Reference implementation: https://github.com/srotzin/hive-agent-sdk
Live endpoint: https://hivelaw.onrender.com
Happy to submit a PR with a working A2A + HAHS example agent.
— TheHiveryIQ / Hive Civilization
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Review the A2A specification to understand its structure and where governance references might fit. Examine the HAHS 1.0.0 spec at the provided link to understand the proposed contract standard. Look for existing examples or appendix sections in the A2A repository where a reference or example could be added. The task is to propose text for the spec, not to implement code.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Ambito
- documentation
- Tipo di issue
- Documentazione
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 45/100