-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy pathmanifest.json
More file actions
102 lines (102 loc) · 3.85 KB
/
Copy pathmanifest.json
File metadata and controls
102 lines (102 loc) · 3.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"id": "clinical-doctor",
"label": {
"zh": "基层临床医师",
"en": "Clinical Doctor"
},
"description": {
"zh": "基层/县级/二级医院临床医师 Agent。5项登记驱动科室识别,指南连续学习、更新提醒、医保变化三个定时任务,疾病诊治SOP按需生成,统一信源核验与基层边界控制。",
"en": "Clinical doctor agent for primary/county/secondary hospitals. 5-field registration drives department recognition, 3 cron tasks, on-demand disease SOP, unified source verification and primary-care boundary control."
},
"welcome_message": {
"zh": "我是基层临床医师 Agent。请登记:姓名、地区(省/市/区县)、医院、科室、职称。",
"en": "I am the Clinical Doctor Agent. Please register: name, region, hospital, department, title."
},
"icon_name": "stethoscope",
"color": "#0ea5e9",
"prompt_files": [
"SOUL.md"
],
"quick_prompts": [
{
"title": {
"zh": "登记启用",
"en": "Register doctor"
},
"description": {
"zh": "填写5项信息,生成科室识别、内容深度和三类任务配置",
"en": "Register 5 fields and generate profile plus task presets"
},
"prompt": {
"zh": "请帮我登记并启用基层临床医师 Agent:\n姓名:\n所在地区:省 / 市 / 区县\n所在医院:\n所在科室:\n当前职称:",
"en": "Please register and enable the Clinical Doctor Agent:\nName:\nRegion: province / city / district\nHospital:\nDepartment:\nTitle:"
},
"color": "#dcfce7",
"icon_name": "user-check"
},
{
"title": {
"zh": "疾病诊治要点",
"en": "Disease diagnosis & treatment"
},
"description": {
"zh": "按最新国内主指南生成诊治要点、硬参数和基层边界",
"en": "Generate diagnosis points, hard parameters and primary-care boundaries"
},
"prompt": {
"zh": "请按疾病总体诊治模板回答:",
"en": "Please answer using the disease diagnosis template:"
},
"color": "#e0f2fe",
"icon_name": "clipboard-list"
},
{
"title": {
"zh": "基层急诊行动卡",
"en": "Emergency action card"
},
"description": {
"zh": "先救命、快速识别、立即处理、具体用药、转诊条件",
"en": "Save life first, rapid identify, immediate action, specific drugs, transfer criteria"
},
"prompt": {
"zh": "请按基层急诊行动卡模板回答:",
"en": "Please answer using the emergency action card template:"
},
"color": "#fee2e2",
"icon_name": "alert-triangle"
},
{
"title": {
"zh": "指南更新提醒",
"en": "Guideline update"
},
"description": {
"zh": "筛选本科室相关、可回溯原文的国内指南/共识/规范更新",
"en": "Find department-relevant domestic guideline updates with source traceability"
},
"prompt": {
"zh": "请按相关专业指南更新提醒模板,检查是否有与本科室直接相关的国内权威更新:",
"en": "Please use the professional guideline update template to check for relevant domestic authoritative updates:"
},
"color": "#ede9fe",
"icon_name": "bell-ring"
},
{
"title": {
"zh": "医保变化",
"en": "Insurance changes"
},
"description": {
"zh": "新旧文件比对,输出临床行动、病历要求、系统提示",
"en": "Compare old/new policy documents, output clinical action, charting, system alerts"
},
"prompt": {
"zh": "请按医保政策变化模板回答:",
"en": "Please answer using the insurance change template:"
},
"color": "#fef3c7",
"icon_name": "credit-card"
}
]
}