This guide is for product and clinical teams new to LLM agents.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.
What is an agent?
In Medera, an agent is a task-specific actor with:- A typed configuration — practice template, screener set, escalation policy, voice settings
- A documented execution flow — every step is in this documentation
- A bundle of typed experts — PHQ-9, C-SSRS, ICD-10, PubMed, Payer Policy, …
- Compliance guarantees — e.g. crisis-language detection bypasses agent gating
Why this matters
Generic LLMs hallucinate clinical claims. Medera agents:- Anchor claims to quoted spans, screener scores, or peer-reviewed citations
- Report confidence in calibrated bands (
VERY_HIGH→VERY_LOW) - Surface
unavailablerather than fabricated values when signal quality is low - Log every step to an immutable audit trail (
deployment_audit_logfor deployment actions,phi_audit_logsfor PHI)
First steps
- Pick an agent from the Agent Library
- Read the agent’s configuration section
- Use the Canvas to compose a workflow that includes the agent
- Publish a version, deploy to sandbox, and execute via /agentic/quickstart