nymrel_proof_ledger
Generate RFC-6962 compliant Merkle tree attestations and audit receipts for autonomous agent operations, with verification proof paths for cryptographic sealing of actions.
Instructions
Generates RFC-6962 compliant SHA-256 Merkle tree execution attestations, audit receipts, and verification proof paths for autonomous agent operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Semantic action name (e.g. "git_commit", "file_mutation", "api_call") | |
| agentId | Yes | Identifier of the executing agent | |
| payload | Yes | JSON metadata or diff payload to cryptographically seal | |
| prevProofHash | No | Optional previous Merkle root hash to extend existing audit chain |