Loading...
Discovering amazing AI tools

Open-source SDK that creates tamper-evident, cryptographically signed receipts for every tool call an AI agent makes.
Open-source SDK that creates tamper-evident, cryptographically signed receipts for every tool call an AI agent makes.
AEVS (Agent Execution Verification System) is a drop-in SDK that produces tamper-evident proof of execution for AI agent actions. It sits between an agent and its tools and captures every invocation — tool name, inputs, output, timing, and errors — then seals each record as an ECDSA (P-256) signed receipt linked to the previous one in a hash chain, so any alteration or skipped step is detectable. Receipts can be verified independently through a public API or explorer using a reference ID, without access to the original codebase. AEVS auto-detects frameworks like LangChain and MCP, installs via pip, and is open source under fetchai/AEVS-sdk, currently in beta.

Compare AEVS: vs Agent-Reach · vs Headroom · vs SkillSpector · vs LMCache