Spaces:
Running
Running
| 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 | |