Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.medera.info/llms.txt

Use this file to discover all available pages before exploring further.

ConceptDescription
WorkflowA canvas graph with input variables, state variables, nodes, and connections. Persisted in agent_workflows.
VersionAn immutable published snapshot in agent_workflow_versions. Identified by semver.
ExecutionA single run of a workflow against an input. Persisted in agent_workflow_executions with execution_trace[].
DeploymentA runtime instance of a published version in agent_deployments. Sandbox or production.
NodeA typed unit of work (start, condition, intake-agent, …). Backed by a NodeRunner.
NodeRunnerA subclass of BaseNodeRunner with execute(node, context).
ExecutionContextPer-execution state holder. Owns input / state / node outputs and resolveVariable().
Agent (orchestrator)An entity in the care orchestrator with AgentType and capabilities.
Workflow Module (intake)A reusable conversation module Grace can run (e.g. general_intake, prescription_refill, lab_flagged).
ExpertA typed clinical capability (PHQ-9, C-SSRS, ICD-10, …) bundled by agents.
EventA pub/sub message on the care orchestrator event bus.