Update README.md
Browse files
README.md
CHANGED
@@ -15,12 +15,10 @@ short_description: WellBe+ Agent, integrating Healthcare & Whoop MCP servers
|
|
15 |
|
16 |
# 🫀 WellBe+ Assistant – Your Personalized Health Intelligence Agent
|
17 |
|
18 |
-
<p align="center"><img width="
|
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:
|
@@ -30,8 +28,6 @@ short_description: WellBe+ Agent, integrating Healthcare & Whoop MCP servers
|
|
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
|
@@ -40,8 +36,6 @@ Whether you're wondering about medication side effects or investigating how your
|
|
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?"*
|
@@ -49,8 +43,6 @@ Whether you're wondering about medication side effects or investigating how your
|
|
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 |
|
@@ -58,8 +50,6 @@ Whether you're wondering about medication side effects or investigating how your
|
|
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):
|
|
|
15 |
|
16 |
# 🫀 WellBe+ Assistant – Your Personalized Health Intelligence Agent
|
17 |
|
18 |
+
<p align="center"><img width="40%" 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 |
## What is WellBe+?
|
23 |
|
24 |
**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:
|
|
|
28 |
|
29 |
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**.
|
30 |
|
|
|
|
|
31 |
## Features
|
32 |
|
33 |
- **Drug Interactions & Adverse Effects**: FDA and literature-based answers
|
|
|
36 |
- **Scientific Transparency**: Queries PubMed and public APIs for clear traceability
|
37 |
- **Built on Agents SDK**: Modular, expandable, and production-ready with tool-routing intelligence
|
38 |
|
|
|
|
|
39 |
## Example Queries
|
40 |
|
41 |
- *"What are the adverse effects of Tamoxifen?"*
|
|
|
43 |
- *"Is it safe to take ibuprofen with sertraline?"*
|
44 |
- *"Does my strain level impact my recovery score over the past two weeks?"*
|
45 |
|
|
|
|
|
46 |
## MCP Servers in Use
|
47 |
|
48 |
| Server Type | Description | Link |
|
|
|
50 |
| Healthcare MCP | FDA, PubMed, clinical data | [Explore](https://huggingface.co/spaces/Agents-MCP-Hackathon/healthcare-mcp-public) |
|
51 |
| Whoop MCP | Recovery, strain, workouts, sleep from WHOOP | [Explore](https://huggingface.co/spaces/Agents-MCP-Hackathon/whoop-mcp-server) |
|
52 |
|
|
|
|
|
53 |
## How to Run Locally (Optional with Custom Data)
|
54 |
|
55 |
If you want to run WellBe+ assistant locally, please refer to Github [project](https://github.com/Alea4jacta6est/drug-interaction-checker-agent):
|