Files
compass_backoffice/config/guardrails.yaml
2026-06-15 07:51:07 -03:00

35 lines
763 B
YAML

# Source of truth for global/default guardrails in Compass Backoffice.
# This file is intentionally aligned with config/agents/backoffice_anatel/guardrails.yaml
# so framework stages that read the global path and stages that read the agent profile
# apply the same policy set.
agent_id: backoffice_anatel
profile: backoffice_anatel
input:
- code: INPUT_SIZE
enabled: true
- code: MSK
enabled: true
- code: PINJ
enabled: true
- code: TOX
enabled: true
- code: DLEX_IN
enabled: true
- code: RAGSEC
enabled: true
- code: VLOOP
enabled: true
output:
- code: REVPREC
enabled: true
- code: DLEX_OUT
enabled: true
- code: OOS
enabled: true
- code: CMP
enabled: true
- code: AOFERTA
enabled: true