File size: 1,235 Bytes
46461bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
title: MedAgent  CrewAI + BioGPT
emoji: 🩺
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
license: mit
app_port: 7860
---

# 🩺 MedAgent — Agentic Medical AI

> Autonomous symptom analysis via a 4-agent CrewAI crew + Microsoft BioGPT. No API key required.

## 🤖 Agents

| Agent | Role |
|---|---|
| 🟢 Diagnostician | Differential diagnosis + clinical reasoning |
| 🟡 Treatment Planner | Evidence-based medications & therapy |
| 🟠 Precaution Advisor | Safety warnings, lifestyle, follow-up |
| 🟣 Coordinator | Synthesises all outputs into final report |

## 🚀 Deploy

Upload `app.py`, `requirements.txt`, `Dockerfile`, `README.md` to a **Docker SDK** Space.
HF builds the image automatically.

## ⚠️ Why Docker SDK (not Gradio SDK)?

HF Spaces Gradio SDK injects `mcp==1.8.1` into every build.
`crewai==1.10.1` requires `mcp~=1.26.0`. These are irreconcilable — two hard `==` pins on the same package always fail. Docker SDK gives us full control over the install environment with no injected packages.

## ⚠️ Medical Disclaimer

For informational and research purposes only. Does **not** constitute medical advice. Always consult a qualified healthcare professional.

---
MIT License