From 78b39f2455e0b36592f652787786e7c68d4698d3 Mon Sep 17 00:00:00 2001 From: Steve Drew Date: Thu, 12 Mar 2026 23:45:20 -0600 Subject: [PATCH] Update README with API documentation link Added link to full API documentation in README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fa7c680..6275bae 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ [![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) +📖 **[Full API documentation](https://denoslab.github.io/EDSim/)** + + EDSim is a multi-agent simulation of emergency department (ED) workflows driven by large language model (LLM)-powered autonomous agents. Each agent — doctor, bedside nurse, triage nurse, or patient — perceives its environment, makes decisions through cognitive modules, holds natural-language conversations with other agents, and executes clinically-constrained behaviors in real time. The result is a high-fidelity testbed for ED operations research that goes beyond what traditional simulation methods can produce. ![banner](static/banner.png)