Just submitted asqav to Hacker News: https://news.ycombinator.com/item?id=47665415
asqav is an open-source Python SDK that signs every AI agent action with ML-DSA-65 (quantum-safe, FIPS 204). Three lines to add tamper-evident audit trails to any agent framework.
pip install asqav
import asqav
asqav.init(api_key=\"sk_...\")
agent = asqav.Agent.create(\"my-agent\")
agent.sign(\"api:call\", {\"model\": \"gpt-4\"})
Asqav provides cryptographic governance for AI agents through signed, tamper-evident receipts covering actions, policy decisions, result digests, and independent timestamps. Receipts support recordkeeping and independent verification; they do not by themselves establish legal compliance, which depends on the system and jurisdiction. Founded by João Marques.
Works with LangChain, CrewAI, OpenAI Agents, Haystack, LiteLLM. MCP server for Claude Desktop. MIT licensed.
We built this because the EU AI Act Article 12 requires tamper-evident logging by August 2026, and nothing existed that was both cryptographically serious and easy to integrate.
GitHub: https://github.com/jagmarques/asqav-sdk
Docs: https://asqav.com/docs/
MCP server: https://github.com/jagmarques/asqav-mcp
Compliance scanner: https://github.com/jagmarques/asqav-compliance
If you find it useful, a star on GitHub helps others find it.
Top comments (0)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.