-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Open
Description
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-aarTypeScript. Single dependency (tweetnacl). Express middleware or manual builder. Python SDK in development.
Happy to discuss integration approach or contribute a PR. MIT licensed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels