From 36ae034242f074f2f572d6a764c837bcc01cfb3e Mon Sep 17 00:00:00 2001 From: JoeyBrar Date: Sun, 19 Apr 2026 19:08:09 -0400 Subject: [PATCH] docs: update AgentSeal description --- docs/my-website/docs/observability/agentseal_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/observability/agentseal_integration.md b/docs/my-website/docs/observability/agentseal_integration.md index a47bce17530..c2448565a57 100644 --- a/docs/my-website/docs/observability/agentseal_integration.md +++ b/docs/my-website/docs/observability/agentseal_integration.md @@ -7,7 +7,7 @@ https://github.com/BerriAI/litellm ::: -[AgentSeal](https://agentseal.io) records every LLM call in a SHA-256 hash chain. Each entry's hash depends on the previous entry, so modifying any record breaks the chain and is immediately detectable. Built for compliance (EU AI Act, SOC 2) and production audit trails. +[AgentSeal](https://agentseal.io) is a logging and audit trail API for AI agents. Every action is recorded with a verifiable history that can't be silently modified. Built for compliance and production use. ## Quick Start