菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-09
📄 Abstract - Multi-Agent Orchestration for High-Throughput Materials Screening on a Leadership-Class System

The integration of Artificial Intelligence (AI) with High-Performance Computing (HPC) is transforming scientific workflows from human-directed pipelines into adaptive systems capable of autonomous decision-making. Large language models (LLMs) play a critical role in autonomous workflows; however, deploying LLM-based agents at scale remains a significant challenge. Single-agent architectures and sequential tool calls often become serialization bottlenecks when executing large-scale simulation campaigns, failing to utilize the massive parallelism of exascale resources. To address this, we present a scalable, hierarchical multi-agent framework for orchestrating high-throughput screening campaigns. Our planner-executor architecture employs a central planning agent to dynamically partition workloads and assign subtasks to a swarm of parallel executor agents. All executor agents interface with a shared Model Context Protocol (MCP) server that orchestrates tasks via the Parsl workflow engine. To demonstrate this framework, we employed the open-weight gpt-oss-120b model to orchestrate a high-throughput screening of the Computation-Ready Experimental (CoRE) Metal-Organic Framework (MOF) database for atmospheric water harvesting. The results demonstrate that the proposed agentic framework enables efficient and scalable execution on the Aurora supercomputer, with low orchestration overhead and high task completion rates. This work establishes a flexible paradigm for LLM-driven scientific automation on HPC systems, with broad applicability to materials discovery and beyond.

顶级标签: multi-agents systems llm
详细标签: multi-agent orchestration high-performance computing materials screening workflow automation large language models 或 搜索:

面向领导级系统高通量材料筛选的多智能体编排框架 / Multi-Agent Orchestration for High-Throughput Materials Screening on a Leadership-Class System


1️⃣ 一句话总结

这篇论文提出了一种可扩展的分层多智能体框架,利用大型语言模型在超级计算机上高效、并行地自动执行高通量材料筛选任务,解决了传统单智能体架构在利用大规模并行计算资源时的瓶颈问题。

源自 arXiv: 2604.07681