AlabOS: A Python-based Reconfigurable Workflow Management Framework for Autonomous Laboratories
Yuxing Fei, Bernardus Rendy, Rishi Kumar, Olympia Dartsi, Hrushikesh P. Sahasrabuddhe, Matthew J. McDermott, Zheren Wang, Nathan J. Szymanski, Lauren N. Walters, David Milsted, Yan Zeng, Anubhav Jain, Gerbrand Ceder
TL;DR
AlabOS addresses the need for robust workflow management in increasingly complex autonomous laboratories by introducing a Python-based, graph-enabled framework with a central resource manager and sample-position tracking. Its graph-based experiment model, manager–worker architecture, and simulation mode enable dynamic multi-device scheduling, parallel task execution, and safe operation across varied lab workflows. The system includes a web dashboard, JSON/API interfaces, and data management via MongoDB with GridFS backups, supporting end-to-end experiment submission, monitoring, and logging. In practice, AlabOS underpins the A-Lab solid-state synthesis platform, handling thousands of samples and diverse processing steps, while enabling close-loop experimentation and scalability across labs. Overall, AlabOS offers a general, open framework that reduces bespoke workflow coding for autonomous laboratories and accelerates materials discovery.
Abstract
The recent advent of autonomous laboratories, coupled with algorithms for high-throughput screening and active learning, promises to accelerate materials discovery and innovation. As these autonomous systems grow in complexity, the demand for robust and efficient workflow management software becomes increasingly critical. In this paper, we introduce AlabOS, a general-purpose software framework for orchestrating experiments and managing resources, with an emphasis on automated laboratories for materials synthesis and characterization. AlabOS features a reconfigurable experiment workflow model and a resource reservation mechanism, enabling the simultaneous execution of varied workflows composed of modular tasks while eliminating conflicts between tasks. To showcase its capability, we demonstrate the implementation of AlabOS in a prototype autonomous materials laboratory, A-Lab, with around 3,500 samples synthesized over 1.5 years.
