Spaces:
Running on Zero
Running on Zero
Update README with workflow diagram
Browse files
README.md
CHANGED
|
@@ -47,12 +47,9 @@ Doctors are not wrong because they lack knowledge -- they are wrong because the
|
|
| 47 |
|
| 48 |
Four agents, each with a distinct adversarial role, orchestrated by [LangGraph](https://langchain-ai.github.io/langgraph/) as a linear `StateGraph`:
|
| 49 |
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
→ **Devil's Advocate** — challenges the working diagnosis using both imaging and clinical evidence for must-not-miss alternatives
|
| 54 |
-
→ **Consultant** — synthesizes a collegial consultation note
|
| 55 |
-
→ **Output** (consultation report, alternative diagnoses, recommended workup)
|
| 56 |
|
| 57 |
### Key Design Choices
|
| 58 |
|
|
|
|
| 47 |
|
| 48 |
Four agents, each with a distinct adversarial role, orchestrated by [LangGraph](https://langchain-ai.github.io/langgraph/) as a linear `StateGraph`:
|
| 49 |
|
| 50 |
+
<div align="center">
|
| 51 |
+
<img src="https://raw.githubusercontent.com/sypsyp97/diagnostic-devils-advocate/main/assets/workflow.jpg" alt="Workflow Diagram" width="100%">
|
| 52 |
+
</div>
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
### Key Design Choices
|
| 55 |
|