Skip to main content
The Care Orchestrator lives in AI Services (src/care_orchestrator/,) and exposes a REST surface under /api/care-orchestrator. It coordinates voice agents, workflow agents, an event bus, and a workflow state machine.

Agents at a glance

medera/orchestrator.svgcare orchestratorCare Orchestratorvoice + workflow agents on an event busEvent BusIntakeCompleted · SessionAnalyzed · PACriteriaEvaluated · …Patient IntakeVOICECare CoordinatorVOICEReferral SpecialistVOICEPA SpecialistVOICEPRIOR_AUTHWORKFLOWREFERRALWORKFLOWPRESCRIPTIONWORKFLOWLABWORKFLOWCARE_PLANWORKFLOWESCALATIONWORKFLOW30+ state workflow machine · per-tenant audit · retry + backoff

Voice agents (4)

Workflow agents (6)

agent type.PRIOR_AUTH, REFERRAL, PRESCRIPTION, LAB, CARE_PLAN, ESCALATION — these are backend agents that drive multi-step workflows without voice.

Endpoints

Event bus


What’s next

https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/message-square.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=7200184ba61093b726487f5b49d61718

A2A Protocol

Agent-to-agent communication.
https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/memory.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=c830629c46ea0098a37580b8f4f65d63

Context & Memory

Per-execution context + persistent memory.
https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/book.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=491b19a75d428ef8cd36d8afc2d3612c

Core Concepts

Building blocks of the framework.
https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/diagram-project.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=c34a1c4143b4b177cb3d865464dd7562

Architecture

Runtime architecture.