This page defines an agent protocol for HGPeDU ↔ ONETOO. It is a safety-focused experiment for deterministic, auditable communication between nodes.
An agent is identified by a public key and a published manifest on a domain. Minimal agent profile:
{
"agent": {
"name": "example-agent",
"pubkey": "…",
"contact": "ams://portal.onetoo.eu/…",
"capabilities": ["submit", "verify", "index"]
}
}
/.well-known/… manifests.See AI Handbook for the full runbook.