sophhub 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.
|
|
2
|
+
"version": "1.0.5",
|
|
3
3
|
"agent_id": "ai-cs-admin",
|
|
4
4
|
"description": "智能客服管理员,负责维护智能客服的知识库和管理智能客服",
|
|
5
5
|
"bot_api_enabled": false,
|
|
@@ -30,5 +30,17 @@
|
|
|
30
30
|
"auto_install": true
|
|
31
31
|
}
|
|
32
32
|
],
|
|
33
|
-
"llm": "GLM-5"
|
|
33
|
+
"llm": "GLM-5",
|
|
34
|
+
"placeholder_catalog": [
|
|
35
|
+
{
|
|
36
|
+
"token": "{{知识库管理员}}",
|
|
37
|
+
"label": "管理员角色名称",
|
|
38
|
+
"description": "本 Agent(知识库维护者)在 USER、IDENTITY、SOUL 等文档中的展示称呼,安装时换成业务认可的名称"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"token": "{{客服助手}}",
|
|
42
|
+
"label": "问答子 Agent 显示名",
|
|
43
|
+
"description": "与对外问答子 Agent、bot-api 展示名保持一致;会写入 AGENTS.md、SOUL.md 等,表示只读访问知识库的子 Agent 称谓"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
34
46
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.
|
|
2
|
+
"version": "1.0.5",
|
|
3
3
|
"agent_id": "ai-cs-qa",
|
|
4
4
|
"description": "智能客服,通过 bot API 为客户提供服务",
|
|
5
5
|
"bot_api_enabled": true,
|
|
@@ -28,5 +28,12 @@
|
|
|
28
28
|
"auto_install": true
|
|
29
29
|
}
|
|
30
30
|
],
|
|
31
|
-
"llm": "Qwen3.5-122B-A10B"
|
|
31
|
+
"llm": "Qwen3.5-122B-A10B",
|
|
32
|
+
"placeholder_catalog": [
|
|
33
|
+
{
|
|
34
|
+
"token": "{{客服助手}}",
|
|
35
|
+
"label": "对外显示名称",
|
|
36
|
+
"description": "安装时用业务里统一称呼的助手名替换(与 install/bot-api 中的展示名一致),会写入 AGENTS.md、SOUL.md、IDENTITY.md 等模板"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
32
39
|
}
|