Meta-Level Learning: Learning how to learn or strategize; here, it means improving the high-level planning process itself rather than just optimizing specific low-level tool calls
EHR: Electronic Health Record—digital version of a patient's paper chart, containing medical history, diagnoses, medications, etc.
MCP: Model Context Protocol—a standard for connecting AI assistants to systems and tools (e.g., databases, local files)
Reflector Agent: A specific agent role responsible for analyzing past execution traces to distill abstract lessons (experiences) for future use
CodeAct: A framework where agents execute actions by writing and running code (usually Python) rather than calling rigid APIs, allowing for more flexible problem solving
MIMIC-IV: Medical Information Mart for Intensive Care IV—a large, freely available database of de-identified health data widely used for critical care research
SFT: Supervised Fine-Tuning—training a model on labeled examples
Cold-Start Problem: The difficulty of an adaptive system performing well before it has accumulated enough data or experience; addressed here by pre-populating memory with training tasks
Heuristic: A rule-of-thumb or strategic guideline synthesized from experience (e.g., 'Always check for missing values before training')
Trajectory: The sequence of actions, observations, and thoughts generated by an agent during the execution of a task