Skip to content

Feature: Cryptographic action receipts for enterprise agent governance (AAR) #7353

Description

@Cyberweasel777

Problem

AutoGen enables multi-agent conversations and workflows for enterprise use cases. Enterprise deployments require verifiable audit trails — not just logs, but cryptographic proof of:

  • Which agent was instructed to do what
  • What each agent actually executed
  • What data was consumed and produced
  • Whether outputs were tampered with between agents

Current observability (LLM traces, conversation logs) captures what happened but can't prove it to an external auditor or compliance system.

Proposal: Agent Action Receipt (AAR) Integration

AAR v1.0 provides exactly this:

  • Ed25519 signatures over canonicalized JSON (JCS-SORTED-UTF8-NOWS)
  • SHA-256 input/output hashing — proves data without revealing sensitive content
  • Selective disclosure — share minimum information per party (aligned with Mastercard's Verifiable Intent standard)
  • Chain-able receipts — multi-agent conversations produce a verifiable receipt chain

Enterprise relevance

  • Mastercard Verifiable Intent (announced March 5, 2026 with Google, IBM, Fiserv) — AAR includes bidirectional mapping
  • HIPAA/SOC2 audit requirements → AAR provides non-repudiable action evidence
  • x402 (Coinbase) compatible for agent payment verification

SDK

npm install botindex-aar

TypeScript. Single dependency (tweetnacl). Express middleware or manual builder. Python SDK in development.

Happy to discuss integration approach or contribute a PR. MIT licensed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions