Empowering Scientific Workflows with Federated Agents
J. Gregory Pauloski, Yadu Babuji, Ryan Chard, Mansi Sakarvadia, Kyle Chard, Ian Foster
TL;DR
The paper tackles the challenge of orchestrating autonomous, federated agentic workflows across diverse scientific infrastructure. It introduces Academy, a modular middleware that decouples agent behavior from execution and communication, enabling agents to operate across heterogeneous resources via a launcher and exchange, with a mailbox-based messaging layer and ProxyStore-based data optimizations. It contributes a Python-based agent model with Behavior, Agent, Handles, Exchange, and Launcher components, plus patterns for state checkpoints, migration, hierarchies, resource pools, and process-as-a-service, demonstrated through MOFA and decentralized learning case studies. The empirical evaluation across HPC platforms shows favorable startup and messaging performance, scalable deployment, and effective data-transfer optimizations, indicating that Academy can accelerate autonomous discovery by enabling robust, scalable agentic workflows in federated research environments.
Abstract
Agentic systems, in which diverse agents cooperate to tackle challenging problems, are exploding in popularity in the AI community. However, the agentic frameworks used to build these systems have not previously enabled use with research cyberinfrastructure. Here we introduce Academy, a modular and extensible middleware designed to deploy autonomous agents across the federated research ecosystem, including HPC systems, experimental facilities, and data repositories. To meet the demands of scientific computing, Academy supports asynchronous execution, heterogeneous resources, high-throughput data flows, and dynamic resource availability. It provides abstractions for expressing stateful agents, managing inter-agent coordination, and integrating computation with experimental control. We present microbenchmark results that demonstrate high performance and scalability in HPC environments. To demonstrate the breadth of applications that can be supported by agentic workflow designs, we also present case studies in materials discovery, decentralized learning, and information extraction in which agents are deployed across diverse HPC systems.
