WSI: Whole-Slide Image—high-resolution digital pathology scans often gigapixels in size
MCP: Model Context Protocol—a standard used here to dynamically retrieve external clinical guidelines (e.g., AJCC staging) to ground model decisions
Active Learning: A machine learning strategy where the algorithm queries the user to label new data points that are most informative, allowing rapid adaptation with few examples
DoI: Depth of Invasion—a specific histopathological measurement critical for tumor staging
Topological Sorting: An algorithm used here to organize dependent tasks in the generated workflow graph to ensure correct execution order and parallelization
VLM: Vision-Language Model—AI models capable of processing both images and text
RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents
Factory Method: A design pattern used here to abstract diverse imaging tools into standardized operations (segmentation, classification) for the agent