1) 客服 Agent 四份交付文档 + 构建脚手架:品牌由包装占位 XX科技 / 旧名 南方财富 统一为南方基金(热线 400-889-8899 / 官网 nffund.com),系统名改为「智能服务系统」; 同步追加 §0.4 修订记录行,工程记录行保留原占位字面以支撑硬编码扫描验收。 2) 开发文档:清理 28 份已作废/残留文档(14 份移出归档 + 14 份仓库副本), 新增《文档规整方案与开发前待决事项-2026-09-17》。 3) 客服agent 四份交付文档首次纳入本分支。
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"agent_type": "risk",
|
|
"version": 1,
|
|
"status": "active",
|
|
"priority": 100,
|
|
"confidence_threshold": "0.6500",
|
|
"max_clarification_rounds": 2,
|
|
"transfer_on_failure": true,
|
|
"classifier_instruction": "只用于只读工具查询、研判草案和边界说明,不执行人工处置。",
|
|
"intents": [
|
|
{
|
|
"intent_code": "risk_overview",
|
|
"intent_name": "风险概览",
|
|
"description": "奶龙风控智能助手:风险概览",
|
|
"examples": [
|
|
"查看当前风险概览",
|
|
"当前有多少高风险预警"
|
|
],
|
|
"allowed_tools": [
|
|
"get_risk_overview"
|
|
]
|
|
},
|
|
{
|
|
"intent_code": "risk_search",
|
|
"intent_name": "风险查询",
|
|
"description": "奶龙风控智能助手:风险查询",
|
|
"examples": [
|
|
"查询高风险预警",
|
|
"查看命中 RW-007 的预警"
|
|
],
|
|
"allowed_tools": [
|
|
"search_risk_alerts"
|
|
]
|
|
},
|
|
{
|
|
"intent_code": "risk_evidence",
|
|
"intent_name": "预警证据",
|
|
"description": "奶龙风控智能助手:预警证据",
|
|
"examples": [
|
|
"查询预警编号 ALERT-001 的证据",
|
|
"查看这条预警的证据链"
|
|
],
|
|
"allowed_tools": [
|
|
"get_alert_evidence"
|
|
]
|
|
},
|
|
{
|
|
"intent_code": "general",
|
|
"intent_name": "通用风控查询",
|
|
"description": "奶龙风控智能助手:通用风控查询",
|
|
"examples": [
|
|
"你能做什么",
|
|
"说明你的功能边界"
|
|
],
|
|
"allowed_tools": []
|
|
}
|
|
]
|
|
}
|
|
|