Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,3 @@
|
|
1 |
-
<img src="docs/images/logo.png" alt="Healthcare AI Agent logo" width="160">
|
2 |
-
|
3 |
-
# WellBe+ Assistant
|
4 |
-
|
5 |
-
WellBe+ AI Agent is a multi-context assistant built with the agents SDK framework from OpenAI. It orchestrates three secure MCP servers: a public drug-knowledge FDA service, a WHOOP biometric feed, and a MySQL clinical data store. Every user question is answered with up-to-date medication data. For example, the agent can answer to more generic questions such as “What are the adverse effects of Prozac?” or more specific ones including complex queries where both FDA and Whoop data can be combined: "I started to take Prozac 3 months ago, do you see any trends in my sleep quality and what are its most frequent side-effects?" The same architecture scales to workout recovery tips, drug interaction cross-checks, or longitudinal trend insights.
|
6 |
-
|
7 |
-
## MCP Servers in use
|
8 |
-
|
9 |
-
[Whoop](https://smithery.ai/server/@ctvidic/whoop-mcp-server)
|
10 |
-
|
11 |
-
[Healthcare MCP with PubMed, FDA and other APIs](https://smithery.ai/server/@Cicatriiz/healthcare-mcp-public)
|
12 |
-
|
13 |
-
[MySQL + custom drug interaction](https://smithery.ai/server/mysql-mcp-server)
|
14 |
-
|
15 |
-
## How to start the application
|
16 |
-
|
17 |
-
If you plan to use our custom database:
|
18 |
-
|
19 |
-
- **Install Docker**: Follow the official guide → [Docker Engine installation](https://docs.docker.com/engine/install/)
|
20 |
-
- **Install Docker Compose**: Follow the plugin guide → [Docker Compose installation](https://docs.docker.com/compose/install/) 
|
21 |
-
- Run `docker-compose up` in the project directory (make sure data/ folder is not empty)
|
22 |
-
- Add credentials
|
23 |
-
|
24 |
---
|
25 |
title: WellBe+ Assistant
|
26 |
sdk: gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: WellBe+ Assistant
|
3 |
sdk: gradio
|