pub fn agent_epistemic_context(did_hash: u64) -> u64Expand description
Derive the per-agent epistemic context for did_hash.
Each agent has a distinct named graph for their beliefs. XOR-folding the base context with the DID produces a stable non-colliding context without string allocation.