Skip to content

Commit e971dce

Browse files
committed
docs: mention agent registry in What This Is section
1 parent 5e18581 commit e971dce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
## What This Is
1010

11-
ClinicOps Copilot is a working multi-agent system where three Claude agents (Scheduler, Eligibility, Triage) operate over a synthetic FHIR R4 patient database, handle real edge cases (booking conflicts, expired coverage, code-switched Spanish intents), and stream every tool call to a Streamlit observability dashboard. A single CLI (`clinicops`) handles seeding, serving, and evals.
11+
ClinicOps Copilot is a working multi-agent system for clinic operations. Three built-in agents (Scheduler, Eligibility, Triage) operate over a synthetic FHIR R4 patient database and handle real edge cases — booking conflicts, expired coverage, code-switched Spanish intents. Every tool call is traced to a Streamlit observability dashboard.
12+
13+
The system is built around an **agent registry**: a central directory of available workflows that Triage reads at startup to decide where to route each patient intent. Built-in agents are registered automatically. New workflows are added by dropping a single `.py` file into `plugins/` — no core code changes required. A single CLI (`clinicops`) handles seeding, chat, and evals.
1214

1315
## Quick Start
1416

0 commit comments

Comments
 (0)