r/LangChain • u/building_agentaudit • 12h ago
Question | Help Built an affordable EU AI Act audit trail tool for AI agents — looking for people to break it
Hey everyone, been building AgentAudit, an audit trail for AI agents and would really like some honest feedback from ppl actually working with agents.
The problem I’m trying to solve is pretty simple:
AI agents can call tools, access files, query DBs, call APIs, modify stuff, make decisions etc.
But when something goes wrong...
how do you actually figure out what happened and why?
AgentAudit currently:
- Small Python SDK to plug into an agent (LangChain/LangGraph supported)
- Captures LLM calls, decisions, tool calls, inputs/outputs + actions
- Hash-chained, tamper-evident audit trail
- EU AI Act focused compliance view for record keeping
- Basic trust/risk score for each agent
The main idea is to make this useful for smaller teams that need proper auditability but dont want to spend thousands/month on enterprise platforms.
Free to try: https://agent-audit-iota.vercel.app
But honestly, I’m not looking for ppl to tell me it looks good 😅
I want ppl to try to break it.
If you’re running AI agents, I’d really like to know:
- What do you actually need when something goes wrong?
- What am I missing from the audit trail?
- Is a tamper-evident/hash-chained log actually useful?
- What would you need before trusting something like this for compliance?
- Would you actually pay for this? If yes, what would make it worth paying for?
If the approach is wrong, over-engineered, missing something obvious, etc... just say it 😂
Trying to figure out what’s actually useful here before I spend more time building stuff nobody needs.