You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(logs): run PII redaction over HTTP and fix Presidio provisioning
- resolve the guardrails venv via candidate paths and fail fast instead of
silently falling back to system python3 (the misleading "Presidio not
installed" that broke redaction and the guardrails block in deployed runtimes)
- install the en_core_web_lg spaCy model in setup.sh and app.Dockerfile
- route log redaction through an internal /api/guardrails/mask-batch endpoint
so Presidio always runs in the app container, including async executions that
persist inside the trigger.dev runtime
`Guardrails Presidio venv not found (looked in ${probed}). Provision it with apps/sim/lib/guardrails/setup.sh locally, or verify the image build installs it.`
0 commit comments