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

A2A Protocol

Agent-to-agent communication.

Context & Memory

Per-execution context + persistent memory.

Core Concepts

Building blocks of the framework.

Architecture

Runtime architecture.