Uses analogies to explain complex medical concepts in accessible terms.
Explains medical concepts using everyday analogies.
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
--concept, -c | string | - | Yes | Medical concept to explain |
--audience, -a | string | patient | No | Target audience (child, patient, student) |
--list, -l | flag | - | No | List all available concepts |
--output, -o | string | - | No |
| Output JSON file path |
# Explain thrombosis to a patient
python scripts/main.py --concept "thrombosis"
# Explain to a child
python scripts/main.py --concept "immune system" --audience child
# Explain to a medical student
python scripts/main.py --concept "antibiotic resistance" --audience student
# List all available concepts
python scripts/main.py --list
{
"explanation": "string",
"analogy": "string",
"key_points": ["string"]
}
| Risk Indicator | Assessment | Level |
|---|---|---|
| Code Execution | Python/R scripts executed locally | Medium |
| Network Access | No external API calls | Low |
| File System Access | Read input files, write output files | Medium |
| Instruction Tampering | Standard prompt guidelines | Low |
| Data Exposure | Output files saved to workspace | Low |
No additional Python packages required.
分析心理健康数据、识别心理模式、评估心理健康状况、提供个性化心理健康建议。支持与睡眠、运动、营养等其他健康数据的关联分析。