Generate TypeScript, Python, and Rust SDK clients for an ERC defined in agent-ercs that doesn't have SDK support yet, including a recompute-to-verify classification, pure recompute functions (Layer 2), and tests run against golden conformance vectors (offline) then a local anvil deployment.
Compose an external policy engine (allow or deny gating on an agent action) with the trustless-ai ERC stack without breaking recompute. Covers where a policy layer sits (beside the primitives, not above), what it must not swallow (identity, anchoring, and proof semantics stay in the ERCs), and what the decision must…
Refresh existing TypeScript, Python, and Rust SDK clients after an ERC's interface or semantics changed in agent-ercs, re-classifying recompute-to-verify capability only if the change affects it, and adding or updating pure recompute functions (Layer 2).