Spaces:
Running on Zero
Running on Zero
Update README with workflow diagram
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: Diagnostic Devil's Advocate
|
| 3 |
-
emoji: "
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
|
@@ -48,7 +48,7 @@ Doctors are not wrong because they lack knowledge -- they are wrong because the
|
|
| 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="
|
| 52 |
</div>
|
| 53 |
|
| 54 |
### Key Design Choices
|
|
|
|
| 1 |
---
|
| 2 |
title: Diagnostic Devil's Advocate
|
| 3 |
+
emoji: "🩺"
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
|
|
|
| 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="assets/workflow.jpg" alt="Workflow Diagram" width="100%">
|
| 52 |
</div>
|
| 53 |
|
| 54 |
### Key Design Choices
|