Scope
UAI-1 defines a structured envelope for exchanging identity, intent, context, payload, outputs, and errors between AI systems.
Core requirements
- Explicit versioning
- Machine-readable structure
- Portable payload handling
- Clear error semantics
Reference exchange
{ "uaix_version": "1.0", "type": "intent", "source": "agent.alpha", "target": "agent.beta", "payload": { "action": "retrieve", "resource": "trackable", "id": "ABC123" } }