mirror of
https://github.com/hoshikawa2/compass_backoffice.git
synced 2026-07-09 13:54:20 +00:00
34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
# Source of truth for global/default judges in Compass Backoffice.
|
|
# Aligned with config/agents/backoffice_anatel/judges.yaml to avoid running a
|
|
# weaker judge set when the framework is configured with the global path.
|
|
agent_id: backoffice_anatel
|
|
profile: judge
|
|
fail_closed: true
|
|
judges:
|
|
- name: response_quality
|
|
enabled: true
|
|
threshold: 0.75
|
|
- name: groundedness
|
|
enabled: true
|
|
threshold: 0.80
|
|
- name: backoffice_no_fabricated_protocol
|
|
enabled: true
|
|
type: llm
|
|
threshold: 0.80
|
|
description: Verifica se a resposta não inventa protocolo, cliente, contrato, SLA ou status operacional.
|
|
- name: siebel_action_requires_tool_ok
|
|
enabled: true
|
|
type: llm
|
|
threshold: 0.85
|
|
description: Bloqueia confirmação de registro/fechamento Siebel sem evidência ok/registered.
|
|
- name: anatel_domain_traceability
|
|
enabled: true
|
|
type: llm
|
|
threshold: 0.80
|
|
description: Exige rastreabilidade para decisão de cancelamento, reclassificação, tratamento ou encaminhamento.
|
|
- name: response_emulator_policy
|
|
enabled: true
|
|
type: llm
|
|
threshold: 0.80
|
|
description: Valida resposta formal ANATEL gerada pelo emulador antes de persistir/aprovar/fechar.
|