Skip to content
Changelog

Pass raw regex to the PII guardrail

Agno Team

June 23, 20261 min read

The PII guardrail's custom_patterns now accepts raw regex strings and compiles them for you, so you can add a pattern inline instead of pre-compiling it yourself. Extending PII detection with your own rules takes one less step.

View the PII Detection Guardrail docs for more.

Shipped around the same time