feat(scenarios): 支持场景配置加载与首页展示

This commit is contained in:
2026-05-30 00:08:00 +08:00
parent 6291940734
commit 35b80929b0
13 changed files with 256 additions and 0 deletions

24
configs/risk_audit.yaml Normal file
View File

@@ -0,0 +1,24 @@
id: risk_audit
name: 风险审核助手
description: 用于财务、采购、报销和合同风险审核
applicable_questions:
- 财务审核
- 采购审核
- 合同风险分析
agent:
role: 风险审核专家
goal: 识别业务材料中的风险点并给出审核建议
instructions:
- 风险点必须说明依据
- 缺失材料要单独列出
rag:
enabled: true
collection: risk_audit
top_k: 5
tools:
- check_required_fields
- calculate_rate
output:
type: risk_audit_report
audit:
enabled: true