Healytix Conductor · Agents

Nine agents. One spine.
Zero hallucinations in production.

Each agent is a small, opinionated system — grounded in your records, gated by policy, observed in real-time, and replayable down to the prompt.

10k+
Decisions / sec capacity
0.94
Avg confidence at gate
100%
Decisions auditable
The roster

All nine, ready to ship.

Production-ready out of the box. Customize, compose, or write your own.

Triage
Assess · Prioritize · Act

Reads charts on arrival, ranks acuity using ESI, routes to the right unit, alerts the charge nurse.

Accuracy
99.1%
latency
2.1s
Scheduling
Optimize · Coordinate

Fills slots, reshuffles no-shows, rebalances panels, predicts no-shows 24 hours ahead.

Fill rate
94%
Time saved
11 min
Radiology
Detect · Analyze · Flag

Pre-reads imaging, surfaces priors, flags urgent findings, drafts structured impressions.

Avg read
3.4s
Time to flag
4.1 min
Pathology
Match · Annotate · Report

Matches slides to prior cases, drafts the synoptic report, flags ambiguous tiles for a second look.

Concordance
96%
Scan speed
4.2s
Revenue
Validate · Predict · Recover

Catches denials before they file, codes the long tail, drafts appeals with clinical citations.

Recovery
+12%
Coded auto
68%
Prior-auth
Retrieve · Justify · Submit

Reads payer policy, drafts the clinical narrative, submits to the portal, tracks status to close.

Auto approved
82%
Avg time
4.3 hr
Documentation
Draft · Cite · Review

Ambient scribe drafts notes from visit audio, cites the chart for every claim, sends to clinician for sign-off.

Same-day
94%
Edit rate
11%
Discharge
Plan · Educate · Follow up

Builds plans in the patient's language, schedules follow-ups, monitors readmit signals from wearables.

Time saved
38%
30d Readmit ↓
19%
Patient Voice
Answer · Triage · Hand off

Handles non-clinical patient calls in 23 languages, escalates to humans when intent gets clinical.

Resolved 1st
73%
Avg duration
2.8 min
Anatomy of an agent

What happens
in the 890 ms in between.

Behind every Conductor decision is a deterministic graph of retrievals, gates, and votes. Nothing magical — just observable, auditable, replayable.

1

Ground

Pull the live patient record from Fabric. Confirm consent, residency, policy.

2

Retrieve

Sage fetches guidelines, prior cases, lab trends. Every retrieval logged with hash.

3

Reason

The model proposes an action with a confidence score and a list of citations.

4

Gate

Policy-as-code checks. Below threshold? Route to a human. Above? Pass through.

5

Act & record

Order placed, note signed, prior-auth submitted. Full trace pinned for 10 years.

+000ms› runworkflow: chest_pain_v3
+012msFabricfetched Patient/p-9902 · 8 active conditions
+128msFabricindexed Observation · Troponin I = 0.12 ng/mL
+221msSageretrieved ACC 2024 § 4.2, KDIGO 3.1
+418msTriageproposed: ECG within 15 min · conf 0.94
+420ms▲ gate · charge_nurse_approval
Threshold met (conf ≥ 0.85) · route to RN Tanaka
+458msRN Tanakaapproved (38s think time)
+862msOrdersECG stat · placed in CareOps
+890ms✓ donetrace pinned · r-7281
Build your own

Write an agent in 12 lines.

The Conductor SDK gives you the same primitives we use internally — retrievers, gates, voting, escalation — in Python or TypeScript.

# referral-fast-track.py
from healytix import Agent, Sage, Gate

agent = Agent("referral_ft")
  .ground("Patient.referral.pending")
  .retrieve(Sage.guidelines("specialty=cardio"))
  .reason(model="haiku-4.5", max_tokens=800)
  .gate(Gate.policy("specialist.approve"))
  .act("referrals.create")

agent.deploy(tenant="demo-tenant")
Try it

Talk to a live agent.
No setup. No NDAs.

We've put the Triage agent in front of a fully redacted hospital tenant. Try its API in your browser, watch the trace stream in real-time.

Agents available9 stock + unlimited custom
SDK languagesPython · TypeScript
Avg trace size22 events
Audit retention10 years