mirror of
https://github.com/hoshikawa2/compass_backoffice.git
synced 2026-07-09 13:54:20 +00:00
bugfix
This commit is contained in:
@@ -1,7 +1,33 @@
|
||||
# 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.7
|
||||
threshold: 0.75
|
||||
- name: groundedness
|
||||
enabled: true
|
||||
threshold: 0.6
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user