natasha1704 commited on
Commit
394968a
·
verified ·
1 Parent(s): 7bd22f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -1
README.md CHANGED
@@ -13,4 +13,83 @@ colorTo: indigo
13
  short_description: WellBe+ Agent, integrating Healthcare & Whoop MCP servers
14
  ---
15
 
16
- Try it on [HuggingFace Spaces](https://huggingface.co/spaces/natasha1704/WellBePlusAssistant)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  short_description: WellBe+ Agent, integrating Healthcare & Whoop MCP servers
14
  ---
15
 
16
+ # 🫀 WellBe+ Assistant – Your Personalized Health Intelligence Agent
17
+
18
+ <p align="center"><img width="60%" src="docs/images/logo.png" alt="WellBe+ logo"/></p>
19
+
20
+ > AI-powered medical Q&A assistant that fuses **real-time health data** with **trusted clinical knowledge** to deliver personalized, evidence-based insights.
21
+
22
+ ---
23
+
24
+ ## What is WellBe+?
25
+
26
+ **WellBe+ Assistant** is a multi-context agent built with OpenAI’s **Agents SDK**. It intelligently handles data from two secure **MCP (Model Context Protocol) servers** deployed on Hugging Fzces spaces:
27
+
28
+ - **Healthcare MCP** – queries FDA drug info, PubMed literature, and clinical safety resources
29
+ - **Whoop MCP** – accesses real-time biometric and recovery metrics from Whoop
30
+
31
+ Whether you're wondering about medication side effects or investigating how your sleep has changed since starting a new prescription, WellBe+ can combine multiple sources to answer with **precision, personalization, and clinical grounding**.
32
+
33
+ ---
34
+
35
+ ## Features
36
+
37
+ - **Drug Interactions & Adverse Effects**: FDA and literature-based answers
38
+ - **Personal Health Trends**: Uses WHOOP metrics to track your sleep, strain, recovery, and performance
39
+ - **Contextual Reasoning**: Combines multiple data sources when needed for holistic answers
40
+ - **Scientific Transparency**: Queries PubMed and public APIs for clear traceability
41
+ - **Built on Agents SDK**: Modular, expandable, and production-ready with tool-routing intelligence
42
+
43
+ ---
44
+
45
+ ## Example Queries
46
+
47
+ - *"What are the adverse effects of Tamoxifen?"*
48
+ - *"I’ve been on Prozac for 3 months. Do you notice any sleep changes? What are its most common side effects?"*
49
+ - *"Is it safe to take ibuprofen with sertraline?"*
50
+ - *"Does my strain level impact my recovery score over the past two weeks?"*
51
+
52
+ ---
53
+
54
+ ## MCP Servers in Use
55
+
56
+ | Server Type | Description | Link |
57
+ |----------------|----------------------------------------------|---------------------------------------------------------------------------------------|
58
+ | Healthcare MCP | FDA, PubMed, clinical data | [Explore](https://huggingface.co/spaces/Agents-MCP-Hackathon/healthcare-mcp-public) |
59
+ | Whoop MCP | Recovery, strain, workouts, sleep from WHOOP | [Explore](https://huggingface.co/spaces/Agents-MCP-Hackathon/whoop-mcp-server) |
60
+
61
+ ---
62
+
63
+ ## How to Run Locally (Optional with Custom Data)
64
+
65
+ If you want to run WellBe+ assistant locally, please refer to Github [project](https://github.com/Alea4jacta6est/drug-interaction-checker-agent):
66
+
67
+ ## Demo
68
+
69
+ Coming Soon
70
+
71
+ ## Why WellBe+?
72
+
73
+ Healthcare is personal. Your assistant should be too.
74
+ WellBe+ bridges generic medical knowledge and your real-world health data to give answers that are not just correct—but relevant to you.
75
+
76
+ Whether you’re a curious patient, a health-conscious athlete, or a healthcare professional, WellBe+ provides:
77
+ • Faster answers
78
+ • Safer decisions
79
+ • Smarter wellness tracking
80
+
81
+ ## Tech Stack
82
+ • OpenAI Agents SDK
83
+ • MCP Protocols (via Hugging Face spaces)
84
+ • OpenFDA, PubMed APIs
85
+ • Whoop Biometric Data Feed
86
+ • Gradio Interface
87
+
88
+ ## License
89
+
90
+ MIT
91
+
92
+ ## Support & Contributions
93
+ • Open an issue or discussion
94
+ • Contact us via Hugging Face Spaces discussions
95
+ • Pull requests welcome!