mirror of
https://github.com/hoshikawa2/first_contas.git
synced 2026-07-09 18:24:20 +00:00
first commit
This commit is contained in:
20
config/agents/contas_first/guardrails.yaml
Normal file
20
config/agents/contas_first/guardrails.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# Guardrails do contas usando o pipeline calibrado nativo do framework.
|
||||
# Não importar pipeline legado do agent_contas_first.
|
||||
input:
|
||||
- code: MSK
|
||||
enabled: true
|
||||
- code: VLOOP
|
||||
enabled: true
|
||||
- code: PINJ
|
||||
enabled: true
|
||||
- code: DLEX_IN
|
||||
enabled: true
|
||||
output:
|
||||
- code: REVPREC
|
||||
enabled: true
|
||||
- code: PINJ
|
||||
enabled: true
|
||||
- code: DLEX_OUT
|
||||
enabled: true
|
||||
- code: RAGSEC
|
||||
enabled: true
|
||||
16
config/agents/contas_first/judges.yaml
Normal file
16
config/agents/contas_first/judges.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
enabled: true
|
||||
fail_closed: true
|
||||
profile: judge
|
||||
judges:
|
||||
- name: response_quality
|
||||
enabled: true
|
||||
threshold: 0.7
|
||||
- name: groundedness
|
||||
enabled: true
|
||||
threshold: 0.6
|
||||
- name: sentiment
|
||||
enabled: true
|
||||
fail_on_negative: false
|
||||
- name: tone
|
||||
enabled: true
|
||||
fail_closed: true
|
||||
7
config/agents/contas_first/prompt_policy.yaml
Normal file
7
config/agents/contas_first/prompt_policy.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
id: contas_first_prompt_policy
|
||||
version: 1
|
||||
description: Prompt base isolado do agent_contas_first migrado.
|
||||
system_prefix: |
|
||||
Você é um agente corporativo de telecom especializado em contas, faturas,
|
||||
pagamentos, segunda via, contestação, planos e serviços VAS.
|
||||
Use dados MCP e RAG como evidência. Não invente informação operacional.
|
||||
Reference in New Issue
Block a user