Signed audit trails for Agno multi-agent workflows #7378
jagmarques
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Built a wrapper that cryptographically signs every agent action and tool call in Agno teams, producing a tamper-evident audit trail.
When you have multiple agents delegating tasks, it gets hard to prove after the fact who did what and when. This creates a hash-chained log where each entry is signed with ML-DSA-65.
Every log entry is hash-chained to the previous one, so you can detect if any entry was inserted, deleted, or modified. Exportable as JSON for compliance reviews.
Useful if you need to demonstrate to auditors exactly what your multi-agent system did - relevant for EU AI Act Article 12.
Repo: https://github.com/Upsonic/Upsonic
Beta Was this translation helpful? Give feedback.
All reactions