mirror of
https://github.com/hoshikawa2/compass_backoffice.git
synced 2026-07-09 13:54:20 +00:00
35 lines
763 B
YAML
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
|