mirror of
https://github.com/hoshikawa2/compass_backoffice.git
synced 2026-07-09 13:54:20 +00:00
55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
agent_id: backoffice_anatel
|
|
profile: backoffice_anatel_enterprise
|
|
input:
|
|
- code: INPUT_SIZE
|
|
enabled: true
|
|
action: block
|
|
max_chars: 12000
|
|
- code: MSK
|
|
enabled: true
|
|
action: sanitize
|
|
- code: PINJ
|
|
enabled: true
|
|
action: block
|
|
- code: TOX
|
|
enabled: true
|
|
action: block
|
|
- code: DLEX_IN
|
|
enabled: true
|
|
action: block
|
|
- code: RAGSEC
|
|
enabled: true
|
|
action: block
|
|
- code: VLOOP
|
|
enabled: true
|
|
action: block
|
|
output:
|
|
- code: REVPREC
|
|
enabled: true
|
|
action: sanitize
|
|
- code: DLEX_OUT
|
|
enabled: true
|
|
action: sanitize
|
|
- code: OOS
|
|
enabled: true
|
|
action: review
|
|
- code: CMP
|
|
enabled: true
|
|
action: review
|
|
- code: AOFERTA
|
|
enabled: true
|
|
action: block
|
|
business_rules:
|
|
require_evidence_for:
|
|
- protocolo
|
|
- cliente
|
|
- contrato
|
|
- status_siebel
|
|
- acao_operacional
|
|
forbid_without_tool_ok:
|
|
- registrar_acao_backoffice
|
|
- registrar_acao_siebel
|
|
domain_workflows:
|
|
checklist: src.agent.graphs.main_graph.create_main_agent_graph
|
|
response_emulator: src.agent.graphs.emulator_graph.create_emulator_graph
|