mirror of
https://github.com/hoshikawa2/compass_backoffice.git
synced 2026-07-09 22:04:20 +00:00
bugfix
This commit is contained in:
@@ -1,8 +1,34 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user