lukmanaj/clinical-triage-client
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
๐ Clinical Triage MCP Client
This Gradio app serves as a client for an MCP server that provides clinical triage support. Built with smolagents and gradio, it allows users to input symptom descriptions and receive AI-powered triage suggestions.
๐ง What It Does
- Connects to a remote MCP server using the
MCPClient - Sends user symptom descriptions as tool calls to the server
- Receives structured triage information (urgency level, possible condition, recommended action)
- Outputs the response as a natural language paragraph for better readability
๐ฌ Example Interaction
User:
Chest pain and shortness of breath
Response:
Based on your symptoms, the urgency level is classified as High. You may be experiencing cardiac distress or pulmonary embolism. It is advised that you: seek immediate emergency medical attention.
๐ง Tech Stack
- Gradio 5.32
- smolagents
- Gemini via LiteLLM
- MCP server hosted on Hugging Face Spaces
