UAPK v0.1 (non-enabling excerpt)¶
Purpose: Signed, content‑addressed manifest for governed AI execution.
{
"uapk_version": "0.1",
"manifest_id": "bafy...e4",
"signature": "ed25519:…",
"capabilities": ["regexplain.read", "alerts.autoclose"],
"policy": {
"rbac": { "roles": ["analyst","siu"], "autoclose": ["siu"] },
"pii": { "store": false, "retain_days": 0 }
},
"connectors": [{ "name":"reg_corpus", "hash":"bafy...a1" }],
"runtime": { "model":"llama-3-8b-q4", "embedding":"bge-small" },
"provenance": { "created_at": "2025-08-11T00:00:00Z" }
}
Execution flow
Request → Policy (UAPK) → Service → Log CID
This is a non‑enabling excerpt; implementers should treat it as descriptive only.