Spaces:
Sleeping
Sleeping
Commit ·
155573a
1
Parent(s): 7e0ae0e
docs: add frontmatter and configuration section to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MediRoute OpenEnv
|
| 2 |
|
| 3 |
**MediRoute OpenEnv** is a deterministic **healthcare triage + hospital routing** simulation environment designed for evaluating agent decision-making under realistic clinical constraints.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: LifeLine AI
|
| 3 |
+
emoji: "🏥"
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# MediRoute OpenEnv
|
| 11 |
|
| 12 |
**MediRoute OpenEnv** is a deterministic **healthcare triage + hospital routing** simulation environment designed for evaluating agent decision-making under realistic clinical constraints.
|