AgentSea. Guardrail behaviour
(agentsea_guardrails v0.1.0)
Copy Markdown
A check applied to text entering or leaving an agent. Each guardrail either
passes (:ok), rewrites the content ({:transform, new} — e.g. redaction), or
blocks it ({:block, reason}). AgentSea.Guardrails chains them.
Built-ins: MaxLength, Blocklist, PIIRedactor, and the provider-backed
LLMGuard.